Home
last modified time | relevance | path

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

/reactos/dll/win32/jscript/
H A Dengine.c989 jsdisp_t *scope_obj; in interp_enter_catch() local
993 hres = create_dispex(ctx, NULL, NULL, &scope_obj); in interp_enter_catch()
998 hres = jsdisp_propput_name(scope_obj, ident, v); in interp_enter_catch()
1001 … hres = scope_push(ctx->call_ctx->scope, scope_obj, to_disp(scope_obj), &ctx->call_ctx->scope); in interp_enter_catch()
1002 jsdisp_release(scope_obj); in interp_enter_catch()