Home
last modified time | relevance | path

Searched refs:IsJSCOWArray (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp482 if (receiver.GetTaggedValue().IsJSCOWArray()) { in UpdateDataValue()
544 if (receiver.GetTaggedValue().IsJSCOWArray()) { in UpdateDataValue()
Djs_tagged_value.h539 bool IsJSCOWArray() const;
Dobject_fast_operator-inl.h309 if (holder.IsJSCOWArray()) { in SetPropertyByIndex()
Djs_tagged_value.cpp98 bool JSTaggedValue::IsJSCOWArray() const in IsJSCOWArray() function in panda::ecmascript::JSTaggedValue
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h456 if (receiveValue.IsJSCOWArray()) { in StoreElement()