Searched refs:isJsArray (Results 1 – 2 of 2) sorted by relevance
34 Label isJsArray(env); in Concat() local37 Branch(IsJsArray(thisValue), &isJsArray, slowPath); in Concat()38 Bind(&isJsArray); in Concat()165 Label isJsArray(env); in Filter() local171 Branch(BoolAnd(thisValueIsJSArray, protoIsJsArray), &isJsArray, slowPath); in Filter()172 Bind(&isJsArray); in Filter()484 Label isJsArray(env); in Slice() local488 Branch(IsJsArray(thisValue), &isJsArray, slowPath); in Slice()489 Bind(&isJsArray); in Slice()720 Label isJsArray(env); in Sort() local[all …]
150 GateRef isJsArray = Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_ARRAY))); in IsStableArray() local152 return BoolAnd(isStableElements, isJsArray); in IsStableArray()