Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Dbyte-code.h296 VM_OC_NEW | VM_OC_PUT_STACK) \
298 VM_OC_NEW | VM_OC_PUT_STACK) \
300 VM_OC_NEW | VM_OC_PUT_STACK) \
/third_party/jerryscript/jerry-core/vm/
Dvm.h159 VM_OC_NEW, /**< new */ enumerator
Dvm.c2651 case VM_OC_NEW: in vm_loop()