Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h431 GateRef IsJsSArray(GateRef obj);
Dstub_builder-inl.h1492 inline GateRef StubBuilder::IsJsSArray(GateRef obj) in IsJsSArray() function
Dstub_builder.cpp4339 BRANCH(IsJsSArray(receiver), &isExtensible, &throwNotExtensible); in SetPropertyByIndex()
4508 BRANCH(IsJsSArray(receiver), &isExtensible, &throwNotExtensible); in DefinePropertyByIndex()