Home
last modified time | relevance | path

Searched refs:FastSetTypeArrayProperty (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator.h83 …static inline JSTaggedValue FastSetTypeArrayProperty(JSThread *thread, JSTaggedValue receiver, JST…
Dobject_fast_operator-inl.h124 … JSTaggedValue res = FastSetTypeArrayProperty(thread, receiver, holder, key, value, jsType); in SetPropertyByName()
629 JSTaggedValue ObjectFastOperator::FastSetTypeArrayProperty(JSThread *thread, JSTaggedValue receiver, in FastSetTypeArrayProperty() function