Home
last modified time | relevance | path

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

/reactos/dll/win32/jscript/
H A Dengine.h191 } bytecode_t; typedef
193 HRESULT compile_script(script_ctx_t*,const WCHAR*,const WCHAR*,const WCHAR*,BOOL,BOOL,bytecode_t**)…
194 void release_bytecode(bytecode_t*) DECLSPEC_HIDDEN;
196 static inline bytecode_t *bytecode_addref(bytecode_t *code) in bytecode_addref()
242 bytecode_t *bytecode;
253 HRESULT exec_source(script_ctx_t*,DWORD,bytecode_t*,function_code_t*,scope_chain_t*,IDispatch*,
256 HRESULT create_source_function(script_ctx_t*,bytecode_t*,function_code_t*,scope_chain_t*,jsdisp_t**…
H A Djscript.c63 bytecode_t *queue_head;
64 bytecode_t *queue_tail;
105 static HRESULT exec_global_code(JScript *This, bytecode_t *code) in exec_global_code()
120 bytecode_t *iter, *iter2; in clear_script_queue()
138 bytecode_t *iter; in exec_queued_code()
759 bytecode_t *code; in JScriptParse_ParseScriptText()
851 bytecode_t *code; in JScriptParseProcedure_ParseProcedureText()
H A Dfunction.c46 bytecode_t *code;
767 HRESULT create_source_function(script_ctx_t *ctx, bytecode_t *code, function_code_t *func_code, in create_source_function()
898 bytecode_t *code; in construct_function()
H A Dcompile.c53 bytecode_t *code;
128 static inline void *compiler_alloc(bytecode_t *code, size_t size) in compiler_alloc()
2226 void release_bytecode(bytecode_t *code) in release_bytecode()
2248 compiler->code = heap_alloc_zero(sizeof(bytecode_t)); in init_code()
2462 BOOL from_eval, BOOL use_decode, bytecode_t **ret) in compile_script()
H A Dglobal.c188 bytecode_t *code; in JSGlobal_eval()
H A Dengine.c2958 HRESULT exec_source(script_ctx_t *ctx, DWORD flags, bytecode_t *bytecode, function_code_t *function… in exec_source()