Searched refs:OWN (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | object_operator_second_test.cpp | 85 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/ |
D | ic_handler_test.cpp | 227 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()
|
D | ic_runtime_test.cpp | 134 ObjectOperator handleOp2(thread, handleReceiver, handleKeyWithString, OperatorType::OWN); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
D | ic_runtime.h | 63 isOwn ? OperatorType::OWN : OperatorType::PROTOTYPE_CHAIN); in ConstructOp()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | object_operator.h | 31 OWN, enumerator
|
D | js_object.cpp | 335 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()
|
D | object_operator.cpp | 121 if (type == OperatorType::OWN) { in StartLookUp() 132 if (type == OperatorType::OWN) { in StartGlobalLookUp()
|