Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp648 if (receiver.GetTaggedValue().IsJSCOWArray()) { in UpdateDataValue()
721 if (receiver.GetTaggedValue().IsJSCOWArray()) { in UpdateDataValue()
Djs_tagged_value.h487 bool IsJSCOWArray() const;
Dobject_fast_operator-inl.h396 if (holder.IsJSCOWArray()) { in SetPropertyByIndex()
Djs_tagged_value.cpp100 bool JSTaggedValue::IsJSCOWArray() const in IsJSCOWArray() function in panda::ecmascript::JSTaggedValue
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h567 if (receiveValue.IsJSCOWArray()) { in StoreElement()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h3114 bool isCOWArray = JSHandle<JSTaggedValue>(thisObj)->IsJSCOWArray(); in ArrayNumberSort()