Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h749 GateRef isJsArray = Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_ARRAY))); in IsStableArray() local
751 return BoolAnd(isStableElements, isJsArray); in IsStableArray()