Home
last modified time | relevance | path

Searched refs:VM_NO_EXEC_OP (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/vm/
Dvm.h429 VM_NO_EXEC_OP, /**< do nothing */ enumerator
Dopcodes.c709 JERRY_ASSERT (executable_object_p->frame_ctx.call_operation == VM_NO_EXEC_OP); in opfunc_resume_executable_object()
Dvm.c4164 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()
4398 JERRY_ASSERT (frame_ctx_p->call_operation == VM_NO_EXEC_OP); in vm_execute()