Searched refs:func_code (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/jscript/ |
H A D | function.c | 47 function_code_t *func_code; member 154 arguments->function->func_code->params[idx], r); in Arguments_idx_get() 178 arguments->function->func_code->params[idx], val); in Arguments_idx_put() 735 …hres = exec_source(ctx, exec_flags, function->code, function->func_code, function->scope_chain, th… in InterpretedFunction_call() 748 *ret = jsstr_alloc_len(function->func_code->source, function->func_code->source_len); in InterpretedFunction_toString() 767 HRESULT create_source_function(script_ctx_t *ctx, bytecode_t *code, function_code_t *func_code, in create_source_function() argument 799 function->func_code = func_code; in create_source_function() 800 function->function.length = function->func_code->param_cnt; in create_source_function()
|