Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp169 GateRef thisValueIsJSArray = IsJsArray(thisValue); in Filter() local
171 Branch(BoolAnd(thisValueIsJSArray, protoIsJsArray), &isJsArray, slowPath); in Filter()