Home
last modified time | relevance | path

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

/reactos/dll/win32/jscript/
H A Dglobal.c986 hres = create_array_constr(ctx, object_prototype, &ctx->array_constr); in init_constructors()
991 jsval_obj(ctx->array_constr)); in init_constructors()
H A Djscript.h443 jsdisp_t *array_constr; member
H A Darray.c1338 hres = init_dispex_from_constr(&array->dispex, ctx, &ArrayInst_info, ctx->array_constr); in alloc_array()