Home
last modified time | relevance | path

Searched refs:VM_EXEC_SUPER_CALL (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/vm/
Dvm.h431 VM_EXEC_SUPER_CALL, /**< invoke a function through 'super' keyword */ enumerator
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()
4376 case VM_EXEC_SUPER_CALL: in vm_execute()