Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp278 const JSHandle<JSTaggedValue> &mapperFunctionHandle, in FlattenIntoArray() argument
288 ASSERT(mapperFunctionHandle->IsUndefined() || mapperFunctionHandle->IsCallable() || in FlattenIntoArray()
330 if (!mapperFunctionHandle->IsUndefined()) { in FlattenIntoArray()
334 … EcmaInterpreter::NewRuntimeCallInfo(thread, mapperFunctionHandle, thisArg, undefined, argsLength); in FlattenIntoArray()
Darray_helper.h71 const JSHandle<JSTaggedValue> &mapperFunctionHandle,
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_array.cpp2851 JSHandle<JSTaggedValue> mapperFunctionHandle = GetCallArg(argv, 0); in FlatMap() local
2852 if (!mapperFunctionHandle->IsCallable()) { in FlatMap()
2864 mapperFunctionHandle, GetCallArg(argv, 1)); in FlatMap()