Home
last modified time | relevance | path

Searched refs:set_length (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/jscript/
H A Darray.c108 static HRESULT set_length(jsdisp_t *obj, DWORD length) in set_length() function
382 hres = set_length(jsthis, 0); in Array_pop()
402 hres = set_length(jsthis, length); in Array_pop()
437 hres = set_length(jsthis, length+argc); in Array_push()
516 hres = set_length(jsthis, 0); in Array_shift()
542 hres = set_length(jsthis, length-1); in Array_shift()
1170 hres = set_length(jsthis, length); in Array_unshift()