Home
last modified time | relevance | path

Searched refs:UseOwn (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dobject_fast_operator.h31 UseOwn = 0x01UL, member in panda::ecmascript::final::Status
36 static inline bool UseOwn(Status status) in UseOwn() function in panda::ecmascript::final
38 return (static_cast<int32_t>(status) & static_cast<int32_t>(Status::UseOwn)) > 0; in UseOwn()
H A Dobject_fast_operator-inl.h335 if (UseOwn(status)) { in GetPropertyByName()
464 if (UseOwn(status)) { in SetPropertyByName()
531 if (UseOwn(status) || DefineSemantics(status)) { in SetPropertyByName()
622 if (UseOwn(status)) { in GetPropertyByIndex()
707 if (UseOwn(status) || DefineSemantics(status)) { in SetPropertyByIndex()
H A Djs_object.cpp2020 value = ObjectFastOperator::GetPropertyByValue<ObjectFastOperator::Status::UseOwn> in EnumerableOwnPropertyNamesHelper()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter_assembly.cpp1945 JSTaggedValue res = FastRuntimeStub::SetPropertyByName<ObjectFastOperator::Status::UseOwn>
2089 JSTaggedValue res = FastRuntimeStub::SetPropertyByIndex<ObjectFastOperator::Status::UseOwn>
2123 JSTaggedValue res = FastRuntimeStub::SetPropertyByValue<ObjectFastOperator::Status::UseOwn>
2462 JSTaggedValue res = FastRuntimeStub::SetPropertyByValue<ObjectFastOperator::Status::UseOwn>
2507 JSTaggedValue res = FastRuntimeStub::SetPropertyByName<ObjectFastOperator::Status::UseOwn>
3166 JSTaggedValue res = FastRuntimeStub::SetPropertyByValue<ObjectFastOperator::Status::UseOwn>
3239 JSTaggedValue res = FastRuntimeStub::SetPropertyByIndex<ObjectFastOperator::Status::UseOwn>
3416 JSTaggedValue res = FastRuntimeStub::SetPropertyByIndex<ObjectFastOperator::Status::UseOwn>
5075 JSTaggedValue res = FastRuntimeStub::SetPropertyByName<ObjectFastOperator::Status::UseOwn>
5111 JSTaggedValue res = FastRuntimeStub::SetPropertyByValue<ObjectFastOperator::Status::UseOwn>
[all...]
H A Dinterpreter-inl.cpp2360 JSTaggedValue res = FastRuntimeStub::SetPropertyByName<ObjectFastOperator::Status::UseOwn> in RunInternal()
2397 JSTaggedValue res = FastRuntimeStub::SetPropertyByName<ObjectFastOperator::Status::UseOwn> in RunInternal()
2490 JSTaggedValue res = FastRuntimeStub::SetPropertyByValue<ObjectFastOperator::Status::UseOwn> in RunInternal()
5815 JSTaggedValue res = FastRuntimeStub::SetPropertyByIndex<ObjectFastOperator::Status::UseOwn> in RunInternal()
5871 JSTaggedValue res = FastRuntimeStub::SetPropertyByIndex<ObjectFastOperator::Status::UseOwn> in RunInternal()
5900 JSTaggedValue res = FastRuntimeStub::SetPropertyByIndex<ObjectFastOperator::Status::UseOwn> in RunInternal()
6604 JSTaggedValue res = FastRuntimeStub::SetPropertyByValue<ObjectFastOperator::Status::UseOwn> in RunInternal()
/arkcompiler/ets_runtime/ecmascript/base/
H A Djson_parser.cpp500 return ObjectFastOperator::SetPropertyByIndex<ObjectFastOperator::Status::UseOwn>(thread_, in SetPropertyByValue()
507 return ObjectFastOperator::SetPropertyByName<ObjectFastOperator::Status::UseOwn>(thread_, in SetPropertyByValue()
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_private.cpp152 JSTaggedValue value = ObjectFastOperator::GetPropertyByName<ObjectFastOperator::Status::UseOwn> in InitializeContainer()

Completed in 31 milliseconds