Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/getter/ets_to_ts/
Dgetter.test.js25 const checkArray = (arg) => arg instanceof Array; function
62 checkArray, property
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp653 Label checkArray(env); in Filter() local
669 BRANCH(TaggedIsTrue(FastToBoolean(retValue)), &find, &checkArray); in Filter()
675 Jump(&checkArray); in Filter()
677 Bind(&checkArray); in Filter()
816 Label checkArray(env); in Map() local