Searched refs:mapperFunctionHandle (Results 1 – 3 of 3) sorted by relevance
278 const JSHandle<JSTaggedValue> &mapperFunctionHandle, in FlattenIntoArray() argument288 ASSERT(mapperFunctionHandle->IsUndefined() || mapperFunctionHandle->IsCallable() || in FlattenIntoArray()330 if (!mapperFunctionHandle->IsUndefined()) { in FlattenIntoArray()334 … EcmaInterpreter::NewRuntimeCallInfo(thread, mapperFunctionHandle, thisArg, undefined, argsLength); in FlattenIntoArray()
71 const JSHandle<JSTaggedValue> &mapperFunctionHandle,
2851 JSHandle<JSTaggedValue> mapperFunctionHandle = GetCallArg(argv, 0); in FlatMap() local2852 if (!mapperFunctionHandle->IsCallable()) { in FlatMap()2864 mapperFunctionHandle, GetCallArg(argv, 1)); in FlatMap()