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.cpp674 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleFindIndexOfStable() local
716 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleFindLastIndexOfStable() local
760 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleEveryOfStable() local
805 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleSomeOfStable() local
849 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleforEachOfStable() local
1124 const int32_t argsLength = 3; // 3: ?kValue, k, O? in Filter() local
1174 const int32_t argsLength = 3; // 3: ?kValue, k, O? in Map() local
1519 const uint32_t argsLength = 4; // 4: «accumulator, kValue, k, O» in Reduce() local
1626 const uint32_t argsLength = 3; // 3: «kValue, k, O» in HandleFindLastOfStable() local
1670 const int32_t argsLength = 4; // 4: «accumulator, kValue, k, O» in HandleReduceRightOfStable() local
Djs_function.cpp302 uint32_t argsLength = TaggedArray::Cast(arguments->GetTaggedObject())->GetLength(); in LengthGetter() local
754 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.cpp50 const uint32_t argsLength = 1; in PromiseReactionJob() local
102 …const uint32_t argsLength = 2; // 2: «resolvingFunctions.[[Resolve]], resolvingFunctions.[[Reject]… in PromiseResolveThenableJob() local
Dbuiltins_array.cpp251 const uint32_t argsLength = 2; // 2: «kValue, k» in From() local
296 const uint32_t argsLength = 2; // 2: «nextValue, k» in From() local
365 const uint32_t argsLength = 2; // 2: «kValue, k» in From() local
773 const uint32_t argsLength = 3; // 3: «kValue, k, O» in Every() local
896 const uint32_t argsLength = 3; // 3: «kValue, k, O» in FilterUnStableJSArray() local
1033 const uint32_t argsLength = 3; // 3: «kValue, k, O» in Find() local
1100 const uint32_t argsLength = 3; // 3: «kValue, k, O» in FindIndex() local
1168 const uint32_t argsLength = 3; // 3: «kValue, k, O» in ForEach() local
1555 const uint32_t argsLength = 3; // 3: «kValue, k, O» in MapUnStableJSArray() local
1709 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_array.cpp211 const uint32_t argsLength = 2; // 2: «nextValue, k» in From() local
284 const uint32_t argsLength = 2; // 2: «kValue, k» in From() local
650 const uint32_t argsLength = 3; // 3: «kValue, k, O» in FilterUnStableJSArray() local
799 const uint32_t argsLength = 3; // 3: «kValue, k, O» in Find() local
871 const uint32_t argsLength = 3; // 3: «kValue, k, O» in FindIndex() local
943 const uint32_t argsLength = 3; // 3: «kValue, k, O» in ForEach() local
1137 const uint32_t argsLength = 3; // 3: «kValue, k, O» in Map() local
1323 const uint32_t argsLength = 4; // 4: «accumulator, kValue, k, O» in ReduceUnStableJSArray() local
1927 const uint32_t argsLength = argv->GetArgsNumber(); in ToString() 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_shared_typedarray.cpp209 const uint32_t argsLength = 2; in From() local
264 const uint32_t argsLength = 2; in From() local
510 const uint32_t argsLength = 3; in Every() local
712 const uint32_t argsLength = 3; in ForEach() local
945 const uint32_t argsLength = 3; in Map() local
1603 const uint32_t argsLength = 3; in Subarray() local
Dbuiltins_typedarray.cpp182 const uint32_t argsLength = 2; in FromUsingIteratorUndefinedValues() local
241 const uint32_t argsLength = 2; in ProcessFromNotUndefinedValues() local
532 const uint32_t argsLength = 3; in Every() local
803 const uint32_t argsLength = 3; in ForEach() local
1039 const uint32_t argsLength = 3; in Map() local
1721 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.cpp1059 const uint32_t argsLength = 2; in Replace() local
1097 const uint32_t argsLength = 3; // 3: «matched, pos, and string» in Replace() local
1183 const size_t argsLength = 2; in ReplaceAll() local
1222 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.cpp75 GateRef argsLength = GetLengthOfTaggedArray(argList); in PrototypeApply() local
97 GateRef argsLength = MakeArgListWithHole(glue, elements, length); in PrototypeApply() local
109 GateRef argsLength = MakeArgListWithHole(glue, elements, length); in PrototypeApply() local
236 GateRef argsLength = Int32Sub(TruncInt64ToInt32(numArgs), Int32(1)); // 1: thisArg in PrototypeCall() local
382 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.cpp369 const uint32_t argsLength = 3; in ForEach() local
Dcontainers_treemap.cpp436 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.cpp298 const uint32_t argsLength = NUM_MANDATORY_JSFUNC_ARGS; in ForEach() local
326 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
Dtyped_array_helper.cpp1067 const uint32_t argsLength = 2; in SortCompare() local
1215 const uint32_t argsLength = 3; // 3: «kValue, k, O» in someCommon() local

12