Searched refs:func_id (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/jscript/ |
H A D | engine.h | 160 int func_id; /* -1 if not a function */ member
|
H A D | parser.h | 299 unsigned func_id; member
|
H A D | compile.c | 920 return emit_ret ? push_instr_uint(ctx, OP_func, expr->func_id) : S_OK; in compile_function_expression() 1879 expr->func_id = ctx->func->func_cnt++; in visit_function_expression() 2344 func->variables[local->ref].func_id = -1; in compile_function() 2382 func->variables[local_ref->ref].func_id = i; in compile_function()
|
H A D | engine.c | 2983 … TRACE("[%d] %s %d\n", i, debugstr_w(function->variables[i].name), function->variables[i].func_id); in exec_source() 2984 if(function->variables[i].func_id != -1) { in exec_source() 2987 …te_source_function(ctx, bytecode, function->funcs+function->variables[i].func_id, scope, &func_obj… in exec_source()
|
/reactos/modules/rostests/winetests/jscript/ |
H A D | run.c | 2549 DISPID func_id, prop_id; in test_invokeex() local 2566 hres = IDispatchEx_GetDispID(dispex, str, 0, &func_id); in test_invokeex() 2575 hres = IDispatchEx_InvokeEx(dispex, func_id, 0, DISPATCH_METHOD, &dp, &v, NULL, NULL); in test_invokeex() 2589 hres = IDispatchEx_GetDispID(dispex, str, 0, &func_id); in test_invokeex() 2593 hres = IDispatchEx_InvokeEx(dispex, func_id, 0, DISPATCH_METHOD, &dp, &v, NULL, NULL); in test_invokeex()
|