| /arkcompiler/ets_runtime/ecmascript/jobs/ |
| D | pending_job.h | 48 const uint32_t argsLength = argv->GetLength(); in ExecutePendingJob() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_proxy.cpp | 135 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
|
| D | js_stable_array.cpp | 674 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
|
| D | js_function.cpp | 302 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/ |
| D | builtins_function.cpp | 148 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
|
| D | builtins_promise_job.cpp | 50 const uint32_t argsLength = 1; in PromiseReactionJob() local 102 …const uint32_t argsLength = 2; // 2: «resolvingFunctions.[[Resolve]], resolvingFunctions.[[Reject]… in PromiseResolveThenableJob() local
|
| D | builtins_array.cpp | 251 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 …]
|
| D | builtins_reflect.cpp | 51 const uint32_t argsLength = args->GetLength(); in ReflectApplyInternal() local 93 const uint32_t argsLength = args->GetLength(); in ReflectConstructInternal() local
|
| D | builtins_map.cpp | 181 const uint32_t argsLength = 3; in ForEach() local 315 const uint32_t argsLength = 2; // 2: key and value pair in AddEntriesFromIterable() local
|
| D | builtins_shared_array.cpp | 211 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
|
| D | builtins_shared_map.cpp | 175 const uint32_t argsLength = 3; in ForEach() local 310 const uint32_t argsLength = 2; // 2: key and value pair in AddEntriesFromIterable() local
|
| D | builtins_shared_typedarray.cpp | 209 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
|
| D | builtins_typedarray.cpp | 182 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
|
| D | builtins_set.cpp | 199 const uint32_t argsLength = 3; in ForEach() local
|
| D | builtins_shared_set.cpp | 198 const uint32_t argsLength = 3; in ForEach() local
|
| D | builtins_string.cpp | 1059 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/ |
| D | builtins_function_stub_builder.cpp | 75 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/ |
| D | std_core_Method.cpp | 54 size_t argsLength = args->GetLength(); in TypeAPIMethodInvokeImplementation() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_queue.cpp | 162 const uint32_t argsLength = 3; in ForEach() local
|
| D | containers_treeset.cpp | 369 const uint32_t argsLength = 3; in ForEach() local
|
| D | containers_treemap.cpp | 436 const uint32_t argsLength = 3; in ForEach() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_arraylist.cpp | 267 const int32_t argsLength = 3; in ReplaceAllElements() local 357 const int32_t argsLength = 3; in ForEach() local
|
| D | js_api_vector.cpp | 298 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/ |
| D | array_helper.cpp | 332 const int32_t argsLength = 3; // 3: « element, sourceIndex, source » in FlattenIntoArray() local
|
| D | typed_array_helper.cpp | 1067 const uint32_t argsLength = 2; in SortCompare() local 1215 const uint32_t argsLength = 3; // 3: «kValue, k, O» in someCommon() local
|