Home
last modified time | relevance | path

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

/reactos/dll/win32/jscript/
H A Djscript.h471 HRESULT init_function_constr(script_ctx_t*,jsdisp_t*) DECLSPEC_HIDDEN;
H A Dglobal.c968 hres = init_function_constr(ctx, object_prototype); in init_constructors()
H A Dfunction.c1010 HRESULT init_function_constr(script_ctx_t *ctx, jsdisp_t *object_prototype) in init_function_constr() function