Lines Matching defs:opcode
45 * 'Variable declaration' opcode handler.
110 * 'typeof' opcode handler.
269 * 'for-in' opcode handler
312 * 'VM_OC_APPEND_ARRAY' opcode handler specialized for spread objects
489 * 'VM_OC_APPEND_ARRAY' opcode handler, for setting array object properties
850 opfunc_create_implicit_class_constructor (uint8_t opcode) /**< current cbc opcode */
860 if (opcode == CBC_EXT_PUSH_IMPLICIT_CONSTRUCTOR_HERITAGE)
1181 uint8_t opcode) /**< current cbc opcode */
1197 if (opcode >= CBC_EXT_SUPER_PROP_ASSIGNMENT_REFERENCE)
1199 JERRY_ASSERT (opcode == CBC_EXT_SUPER_PROP_ASSIGNMENT_REFERENCE
1200 || opcode == CBC_EXT_SUPER_PROP_LITERAL_ASSIGNMENT_REFERENCE);
1226 if (opcode == CBC_EXT_SUPER_PROP_LITERAL_REFERENCE || opcode == CBC_EXT_SUPER_PROP_REFERENCE)
1247 uint32_t opcode_data) /**< opcode data to store the result */