Searched refs:create_dispex (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/jscript/ |
H A D | object.c | 615 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 D | jscript.h | 281 HRESULT create_dispex(script_ctx_t*,const builtin_info_t*,jsdisp_t*,jsdisp_t**) DECLSPEC_HIDDEN;
|
H A D | global.c | 1114 hres = create_dispex(ctx, &JSGlobal_info, NULL, &ctx->global); in init_global()
|
H A D | function.c | 733 hres = create_dispex(ctx, NULL, NULL, &var_disp); in InterpretedFunction_call()
|
H A D | dispex.c | 957 HRESULT create_dispex(script_ctx_t *ctx, const builtin_info_t *builtin_info, jsdisp_t *prototype, j… in create_dispex() function
|
H A D | engine.c | 993 hres = create_dispex(ctx, NULL, NULL, &scope_obj); in interp_enter_catch()
|