Home
last modified time | relevance | path

Searched defs:argsLength (Results 1 – 25 of 38) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/jobs/
Dpending_job.h48 const uint32_t argsLength = argv->GetLength(); in ExecutePendingJob() local
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp135 const uint32_t argsLength = 2; // 2: target and proto in SetPrototype() local
303 const uint32_t argsLength = 2; // 2: target and key in GetOwnProperty() local
398 const uint32_t argsLength = 3; // 3: target, key and desc in DefineOwnProperty() local
481 const uint32_t argsLength = 2; // 2: target and key in HasProperty() local
543 const uint32_t argsLength = 3; // 3: «target, P, Receiver» in GetProperty() local
615 const uint32_t argsLength = 4; // 4: «target, P, V, Receiver» in SetProperty() local
679 const uint32_t argsLength = 2; // 2: target and key in DeleteProperty() local
969 const uint32_t argsLength = 3; // 3: «target, thisArgument, argArray» in CallInternal() local
1028 const uint32_t argsLength = 3; // 3: «target, argArray, newTarget » in ConstructInternal() local
Djs_stable_array.cpp783 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleFindIndexOfStable() local
825 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleFindLastIndexOfStable() local
869 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleEveryOfStable() local
914 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleSomeOfStable() local
958 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleforEachOfStable() local
1268 const int32_t argsLength = 3; // 3: ?kValue, k, O? in Filter() local
1318 const int32_t argsLength = 3; // 3: ?kValue, k, O? in Map() local
1662 const uint32_t argsLength = 4; // 4: «accumulator, kValue, k, O» in Reduce() local
1858 const uint32_t argsLength = 3; // 3: «kValue, k, O» in HandleFindLastOfStable() local
1902 const int32_t argsLength = 4; // 4: «accumulator, kValue, k, O» in HandleReduceRightOfStable() local
Djs_function.cpp337 uint32_t argsLength = TaggedArray::Cast(arguments->GetTaggedObject())->GetLength(); in LengthGetter() local
789 const uint32_t argsLength = info->GetArgsNumber() + boundLength; in ConstructInternal() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp148 const uint32_t argsLength = argList->GetLength(); in FunctionPrototypeApplyInternal() local
155 const uint32_t argsLength = static_cast<uint32_t>(argumentsList.second); in FunctionPrototypeApplyInternal() local
175 uint32_t argsLength = 0; in FunctionPrototypeBind() local
319 uint32_t argsLength = 0; in FunctionPrototypeCall() local
Dbuiltins_promise_job.cpp51 const uint32_t argsLength = 1; in PromiseReactionJob() local
103 …const uint32_t argsLength = 2; // 2: «resolvingFunctions.[[Resolve]], resolvingFunctions.[[Reject]… in PromiseResolveThenableJob() local
Dbuiltins_shared_array.cpp157 const uint32_t argsLength = 2; // 2: «kValue, k» in FromArray() local
348 const uint32_t argsLength = 2; // 2: «nextValue, k» in From() local
425 const uint32_t argsLength = 2; // 2: «kValue, k» in From() local
710 const uint32_t argsLength = 3; // 3: «kValue, k, O» in CheckElementMeetReq() local
863 const uint32_t argsLength = 3; // 3: «kValue, k, O» in FilterArray() local
1007 const uint32_t argsLength = 3; // 3: «kValue, k, O» in Find() local
1081 const int32_t argsLength = 3; // 3: ?kValue, k, O? in FindIndex() local
1158 const uint32_t argsLength = 3; // 3: «kValue, k, O» in ForEach() local
1369 const uint32_t argsLength = 3; // 3: «kValue, k, O» in Map() local
1537 const int32_t argsLength = 4; // 4: «accumulator, kValue, k, O» in ReduceUnStableJSArray() local
[all …]
Dbuiltins_array.cpp253 const uint32_t argsLength = 2; // 2: «kValue, k» in From() local
298 const uint32_t argsLength = 2; // 2: «nextValue, k» in From() local
368 const uint32_t argsLength = 2; // 2: «kValue, k» in From() local
785 const uint32_t argsLength = 3; // 3: «kValue, k, O» in Every() local
912 const uint32_t argsLength = 3; // 3: «kValue, k, O» in FilterUnStableJSArray() local
1049 const uint32_t argsLength = 3; // 3: «kValue, k, O» in Find() local
1116 const uint32_t argsLength = 3; // 3: «kValue, k, O» in FindIndex() local
1184 const uint32_t argsLength = 3; // 3: «kValue, k, O» in ForEach() local
1576 const uint32_t argsLength = 3; // 3: «kValue, k, O» in MapUnStableJSArray() local
1733 const uint32_t argsLength = 4; // 4: «accumulator, kValue, k, O» in ReduceUnStableJSArray() local
[all …]
Dbuiltins_reflect.cpp51 const uint32_t argsLength = args->GetLength(); in ReflectApplyInternal() local
93 const uint32_t argsLength = args->GetLength(); in ReflectConstructInternal() local
Dbuiltins_map.cpp181 const uint32_t argsLength = 3; in ForEach() local
315 const uint32_t argsLength = 2; // 2: key and value pair in AddEntriesFromIterable() local
Dbuiltins_shared_map.cpp175 const uint32_t argsLength = 3; in ForEach() local
310 const uint32_t argsLength = 2; // 2: key and value pair in AddEntriesFromIterable() local
Dbuiltins_typedarray.cpp181 const uint32_t argsLength = 2; in FromUsingIteratorUndefinedValues() local
240 const uint32_t argsLength = 2; in ProcessFromNotUndefinedValues() local
531 const uint32_t argsLength = 3; in Every() local
802 const uint32_t argsLength = 3; in ForEach() local
1038 const uint32_t argsLength = 3; in Map() local
1593 const uint32_t argsLength = 3; // 3: «kValue, k, O» in Some() local
1756 const uint32_t argsLength = 3; in Subarray() local
Dbuiltins_shared_typedarray.cpp208 const uint32_t argsLength = 2; in From() local
263 const uint32_t argsLength = 2; in From() local
509 const uint32_t argsLength = 3; in Every() local
711 const uint32_t argsLength = 3; in ForEach() local
958 const uint32_t argsLength = 3; in Map() local
1630 const uint32_t argsLength = 3; in Subarray() local
Dbuiltins_set.cpp199 const uint32_t argsLength = 3; in ForEach() local
Dbuiltins_shared_set.cpp198 const uint32_t argsLength = 3; in ForEach() local
Dbuiltins_string.cpp1056 const uint32_t argsLength = 2; in Replace() local
1094 const uint32_t argsLength = 3; // 3: «matched, pos, and string» in Replace() local
1180 const size_t argsLength = 2; in ReplaceAll() local
1219 const uint32_t argsLength = 3; // 3: «matched, pos, and string» in ReplaceAll() local
1628 const uint32_t argsLength = 2; in Split() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_function_stub_builder.cpp74 GateRef argsLength = GetLengthOfTaggedArray(argList); in PrototypeApply() local
96 GateRef argsLength = MakeArgListWithHole(glue, elements, length); in PrototypeApply() local
108 GateRef argsLength = MakeArgListWithHole(glue, elements, length); in PrototypeApply() local
249 GateRef argsLength = Int32Sub(TruncInt64ToInt32(numArgs), Int32(1)); // 1: thisArg in PrototypeCall() local
393 GateRef argsLength = GetLengthOfTaggedArray(argv); in MakeArgListWithHole() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Method.cpp54 size_t argsLength = args->GetLength(); in TypeAPIMethodInvokeImplementation() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_queue.cpp162 const uint32_t argsLength = 3; in ForEach() local
Dcontainers_treeset.cpp367 const uint32_t argsLength = 3; in ForEach() local
Dcontainers_treemap.cpp434 const uint32_t argsLength = 3; in ForEach() local
Dcontainers_lightweightmap.cpp562 const uint32_t argsLength = 3; in ForEach() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_arraylist.cpp267 const int32_t argsLength = 3; in ReplaceAllElements() local
357 const int32_t argsLength = 3; in ForEach() local
Djs_api_vector.cpp295 const uint32_t argsLength = NUM_MANDATORY_JSFUNC_ARGS; in ForEach() local
323 const uint32_t argsLength = NUM_MANDATORY_JSFUNC_ARGS; in ReplaceAllElements() local
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp332 const int32_t argsLength = 3; // 3: « element, sourceIndex, source » in FlattenIntoArray() local

12