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.h415 GateRef isJSArray = Equal(objType, Int32(static_cast<int32_t>(JSType::JS_ARRAY))); in TaggedIsJSArray() local
416 return isJSArray; in TaggedIsJSArray()