Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.c1240 if (byte_code_p->status_flags & (CBC_CODE_FLAGS_ARROW_FUNCTION | CBC_CODE_FLAGS_ACCESSOR)) in ecma_op_function_construct()
1332 else if (byte_code_p->status_flags & (CBC_CODE_FLAGS_ARROW_FUNCTION | CBC_CODE_FLAGS_ACCESSOR)) in ecma_op_lazy_instantiate_prototype_object()
1622 if (bytecode_data_p->status_flags & (CBC_CODE_FLAGS_ARROW_FUNCTION | CBC_CODE_FLAGS_ACCESSOR)) in ecma_op_function_list_lazy_property_names()
/third_party/jerryscript/jerry-core/parser/js/
Dbyte-code.h822 CBC_CODE_FLAGS_ACCESSOR = (1u << 15) /**< accessor propety 'get' and 'set' functions */ enumerator
Djs-parser.c1318 compiled_code_p->status_flags |= CBC_CODE_FLAGS_ACCESSOR; in parser_post_processing()