Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/vm/
Dvm.h434 VM_EXEC_CONSTRUCT, /**< construct a new object */ enumerator
Dvm.c2653 frame_ctx_p->call_operation = VM_EXEC_CONSTRUCT; in vm_loop()
4391 case VM_EXEC_CONSTRUCT: in vm_execute()