Home
last modified time | relevance | path

Searched refs:CBC_CODE_FLAGS_CLASS_CONSTRUCTOR (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.c803 if (JERRY_UNLIKELY (status_flags & (CBC_CODE_FLAGS_CLASS_CONSTRUCTOR | CBC_CODE_FLAGS_GENERATOR))) in ecma_op_function_call_simple()
805 if (!is_construct_call && (status_flags & CBC_CODE_FLAGS_CLASS_CONSTRUCTOR)) in ecma_op_function_call_simple()
879 if (JERRY_UNLIKELY (status_flags & CBC_CODE_FLAGS_CLASS_CONSTRUCTOR)) in ecma_op_function_call_simple()
/third_party/jerryscript/jerry-core/parser/js/
Dbyte-code.h817 CBC_CODE_FLAGS_CLASS_CONSTRUCTOR = (1u << 10), /**< this function is a class constructor */ enumerator
Djs-parser.c683 if (compiled_code_p->status_flags & CBC_CODE_FLAGS_CLASS_CONSTRUCTOR) in parse_print_final_cbc()
1328 compiled_code_p->status_flags |= CBC_CODE_FLAGS_CLASS_CONSTRUCTOR; in parser_post_processing()
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c171 if (compiled_code_p->status_flags & CBC_CODE_FLAGS_CLASS_CONSTRUCTOR) in snapshot_add_compiled_code()