Home
last modified time | relevance | path

Searched refs:IsJsSArray (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h433 GateRef IsJsSArray(GateRef obj);
Dstub_builder-inl.h1497 inline GateRef StubBuilder::IsJsSArray(GateRef obj) in IsJsSArray() function
Dstub_builder.cpp4360 BRANCH(IsJsSArray(receiver), &isExtensible, &throwNotExtensible); in SetPropertyByIndex()
4529 BRANCH(IsJsSArray(receiver), &isExtensible, &throwNotExtensible); in DefinePropertyByIndex()