Home
last modified time | relevance | path

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

/reactos/dll/win32/jscript/
H A Dobject.c615 hres = create_dispex(ctx, NULL, proto, &obj); in Object_create()
728 return create_dispex(ctx, &Object_info, NULL, ret); in create_object_prototype()
H A Djscript.h281 HRESULT create_dispex(script_ctx_t*,const builtin_info_t*,jsdisp_t*,jsdisp_t**) DECLSPEC_HIDDEN;
H A Dglobal.c1114 hres = create_dispex(ctx, &JSGlobal_info, NULL, &ctx->global); in init_global()
H A Dfunction.c733 hres = create_dispex(ctx, NULL, NULL, &var_disp); in InterpretedFunction_call()
H A Ddispex.c957 HRESULT create_dispex(script_ctx_t *ctx, const builtin_info_t *builtin_info, jsdisp_t *prototype, j… in create_dispex() function
H A Dengine.c993 hres = create_dispex(ctx, NULL, NULL, &scope_obj); in interp_enter_catch()