Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/vm/
Dvm.h433 VM_EXEC_RETURN, /**< return with the completion value without freeing registers */ enumerator
Dopcodes.c707 if (executable_object_p->frame_ctx.call_operation != VM_EXEC_RETURN) in opfunc_resume_executable_object()
Dvm.c2141 frame_ctx_p->call_operation = VM_EXEC_RETURN; in vm_loop()
2155 frame_ctx_p->call_operation = VM_EXEC_RETURN; in vm_loop()
4386 case VM_EXEC_RETURN: in vm_execute()