Home
last modified time | relevance | path

Searched refs:OWN (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_second_test.cpp85 type = OperatorType::OWN; in HWTEST_F_L0()
102 type = OperatorType::OWN; in HWTEST_F_L0()
119 type = OperatorType::OWN; in HWTEST_F_L0()
134 type = OperatorType::OWN; in HWTEST_F_L0()
149 type = OperatorType::OWN; in HWTEST_F_L0()
165 type = OperatorType::OWN; in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp227 ObjectOperator handleOp1(thread, handleKey, OperatorType::OWN); in HWTEST_F_L0()
228 ObjectOperator handleOp2(thread, handleKey, OperatorType::OWN); in HWTEST_F_L0()
266 ObjectOperator handleOp(thread, handleKey, OperatorType::OWN); in HWTEST_F_L0()
Dic_runtime_test.cpp134 ObjectOperator handleOp2(thread, handleReceiver, handleKeyWithString, OperatorType::OWN); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime.h63 isOwn ? OperatorType::OWN : OperatorType::PROTOTYPE_CHAIN); in ConstructOp()
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.h31 OWN, enumerator
Djs_object.cpp335 ObjectOperator op(thread, receiver, lengthKey, OperatorType::OWN); in IsArrayLengthWritable()
608 ObjectOperator op(thread, objValue, i, OperatorType::OWN); in GetAllElementKeysByFilter()
1126 ObjectOperator op(thread, JSHandle<JSTaggedValue>(obj), key, OperatorType::OWN); in DeleteProperty()
1153 ObjectOperator op(thread, key, OperatorType::OWN); in GlobalGetOwnProperty()
1174 ObjectOperator op(thread, JSHandle<JSTaggedValue>(obj), key, OperatorType::OWN); in OrdinaryGetOwnProperty()
1214 ObjectOperator op(thread, objValue, key, OperatorType::OWN); in OrdinaryDefineOwnProperty()
1227 ObjectOperator op(thread, objValue, index, OperatorType::OWN); in OrdinaryDefineOwnProperty()
2529 ObjectOperator op(thread, obj, key, OperatorType::OWN); in DefineSetter()
2539 ObjectOperator op(thread, obj, key, OperatorType::OWN); in DefineGetter()
2657 ObjectOperator op(thread, obj, key, OperatorType::OWN); in AddAccessor()
Dobject_operator.cpp121 if (type == OperatorType::OWN) { in StartLookUp()
132 if (type == OperatorType::OWN) { in StartGlobalLookUp()