Searched defs:frame_ctx_p (Results 1 - 4 of 4) sorted by relevance
| /third_party/jerryscript/jerry-core/vm/ |
| H A D | vm-stack.c | 39 vm_stack_context_abort (vm_frame_ctx_t *frame_ctx_p, /**< frame context */ in vm_stack_context_abort() argument 160 vm_stack_find_finally (vm_frame_ctx_t *frame_ctx_p, /**< frame context */ in vm_stack_find_finally() argument [all...] |
| H A D | opcodes.c | 579 opfunc_create_executable_object (vm_frame_ctx_t *frame_ctx_p) /**< frame context */ in opfunc_create_executable_object() argument 905 opfunc_push_class_environment (vm_frame_ctx_t *frame_ctx_p, /**< frame context */ in opfunc_push_class_environment() argument 933 opfunc_init_class(vm_frame_ctx_t *frame_ctx_p, ecma_value_t *stack_top_p) opfunc_init_class() argument 1115 opfunc_pop_lexical_environment(vm_frame_ctx_t *frame_ctx_p) opfunc_pop_lexical_environment() argument 1128 opfunc_finalize_class(vm_frame_ctx_t *frame_ctx_p, ecma_value_t **vm_stack_top_p, ecma_value_t class_name) opfunc_finalize_class() argument 1178 opfunc_form_super_reference(ecma_value_t **vm_stack_top_p, vm_frame_ctx_t *frame_ctx_p, ecma_value_t prop_name, uint8_t opcode) opfunc_form_super_reference() argument 1245 opfunc_assign_super_reference(ecma_value_t **vm_stack_top_p, vm_frame_ctx_t *frame_ctx_p, uint32_t opcode_data) opfunc_assign_super_reference() argument [all...] |
| H A D | vm.c | 441 vm_construct_literal_object (vm_frame_ctx_t *frame_ctx_p, /**< frame context */ in vm_construct_literal_object() argument 541 vm_super_call (vm_frame_ctx_t *frame_ctx_p) /**< frame context */ in vm_super_call() argument 658 vm_spread_operation(vm_frame_ctx_t *frame_ctx_p) vm_spread_operation() argument 753 opfunc_call(vm_frame_ctx_t *frame_ctx_p) opfunc_call() argument 845 opfunc_construct(vm_frame_ctx_t *frame_ctx_p) opfunc_construct() argument 975 vm_loop(vm_frame_ctx_t *frame_ctx_p) vm_loop() argument 4258 vm_init_exec(vm_frame_ctx_t *frame_ctx_p, const ecma_value_t *arg_p, ecma_length_t arg_list_len) vm_init_exec() argument 4362 vm_execute(vm_frame_ctx_t *frame_ctx_p) vm_execute() argument 4447 vm_frame_ctx_t *frame_ctx_p; vm_run() local [all...] |
| /third_party/jerryscript/jerry-core/debugger/ |
| H A D | debugger.c | 158 vm_frame_ctx_t *frame_ctx_p = JERRY_CONTEXT (vm_top_context_p); in jerry_debugger_send_backtrace() local 1221 vm_frame_ctx_t *frame_ctx_p = JERRY_CONTEXT (vm_top_context_p); jerry_debugger_breakpoint_hit() local [all...] |
Completed in 5 milliseconds