Searched refs:CBC_CODE_FLAGS_ACCESSOR (Results 1 – 3 of 3) sorted by relevance
1240 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()
822 CBC_CODE_FLAGS_ACCESSOR = (1u << 15) /**< accessor propety 'get' and 'set' functions */ enumerator
1318 compiled_code_p->status_flags |= CBC_CODE_FLAGS_ACCESSOR; in parser_post_processing()