Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-expr.c536 bool is_computed = false; in parser_parse_class_literal() local
560 is_computed = true; in parser_parse_class_literal()
579 if (is_computed) in parser_parse_class_literal()
669 is_computed = true; in parser_parse_class_literal()
702 …context_p->last_cbc_opcode = PARSER_TO_EXT_OPCODE (is_computed ? CBC_EXT_SET_STATIC_COMPUTED_PROPE… in parser_parse_class_literal()
708 …context_p->last_cbc_opcode = (is_computed ? PARSER_TO_EXT_OPCODE (CBC_EXT_SET_COMPUTED_PROPERTY_LI… in parser_parse_class_literal()
/third_party/quickjs/
Dquickjs.c17680 BOOL is_computed; in JS_CallInternal() local
17686 is_computed = (opcode == OP_define_method_computed); in JS_CallInternal()
17687 if (is_computed) { in JS_CallInternal()
17698 obj = sp[-2 - is_computed]; in JS_CallInternal()
17723 if (is_computed) { in JS_CallInternal()
17727 sp -= 1 + is_computed; in JS_CallInternal()