Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/vm/
Dvm.h283 VM_OC_NONE, /**< a special opcode for unsupported byte codes */ enumerator
292 VM_OC_EXP = VM_OC_NONE, /**< exponentiation */
295 VM_OC_BREAKPOINT_ENABLED = VM_OC_NONE, /**< enabled breakpoint for debugger is unused */
296 VM_OC_BREAKPOINT_DISABLED = VM_OC_NONE, /**< disabled breakpoint for debugger is unused */
299 …VM_OC_RESOURCE_NAME = VM_OC_NONE, /**< resource name of the current function is unused */
302 VM_OC_LINE = VM_OC_NONE, /**< line number of the next statement is unused */
305 VM_OC_EXT_VAR_EVAL = VM_OC_NONE, /**< variable and function evaluation for
307 VM_OC_CHECK_VAR = VM_OC_NONE, /**< check redeclared vars in the global scope */
308 VM_OC_CHECK_LET = VM_OC_NONE, /**< check redeclared lets in the global scope */
309 VM_OC_ASSIGN_LET_CONST = VM_OC_NONE, /**< assign values to let/const declarations */
[all …]
Dvm.c3980 case VM_OC_NONE: in vm_loop()
3983 JERRY_ASSERT (VM_OC_GROUP_GET_INDEX (opcode_data) == VM_OC_NONE); in vm_loop()
/third_party/jerryscript/jerry-core/parser/js/
Dbyte-code.h208 VM_OC_NONE) \
518 VM_OC_NONE)
526 VM_OC_NONE) \
640 VM_OC_NONE) \
732 VM_OC_NONE)