Home
last modified time | relevance | path

Searched refs:call_operation (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/vm/
H A Dvm-defines.h63 uint8_t call_operation; /**< perform a call or construct operation */ member
H A Dvm.c543 JERRY_ASSERT (frame_ctx_p->call_operation == VM_EXEC_SUPER_CALL); in vm_super_call()
1931 frame_ctx_p->call_operation = VM_EXEC_SUPER_CALL; in vm_loop()
2134 frame_ctx_p->call_operation = VM_EXEC_SPREAD_OP; in vm_loop()
2141 frame_ctx_p->call_operation = VM_EXEC_RETURN; in vm_loop()
2155 frame_ctx_p->call_operation = VM_EXEC_RETURN; in vm_loop()
2646 frame_ctx_p->call_operation = VM_EXEC_CALL; in vm_loop()
2653 frame_ctx_p->call_operation = VM_EXEC_CONSTRUCT; in vm_loop()
4164 frame_ctx_p->call_operation = VM_NO_EXEC_OP; in vm_loop()
4242 frame_ctx_p->call_operation = VM_NO_EXEC_OP; in vm_loop()
4368 switch (frame_ctx_p->call_operation) in vm_execute()
[all...]
H A Dopcodes.c707 if (executable_object_p->frame_ctx.call_operation != VM_EXEC_RETURN) in opfunc_resume_executable_object()
709 JERRY_ASSERT (executable_object_p->frame_ctx.call_operation == VM_NO_EXEC_OP); in opfunc_resume_executable_object()

Completed in 7 milliseconds