| /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 584 const uint32_t argsLength = 3; // 3: «target, P, Receiver» in GetProperty() local 651 const uint32_t argsLength = 4; // 4: «target, P, V, Receiver» in SetProperty() local 695 const uint32_t argsLength = 2; // 2: target and key in DeleteProperty() local 985 const uint32_t argsLength = 3; // 3: «target, thisArgument, argArray» in CallInternal() local 1044 const uint32_t argsLength = 3; // 3: «target, argArray, newTarget » in ConstructInternal() local
|
| D | js_stable_array.cpp | 785 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleFindIndexOfStable() local 827 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleFindLastIndexOfStable() local 871 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleEveryOfStable() local 916 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleSomeOfStable() local 960 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleforEachOfStable() local 1284 const int32_t argsLength = 3; // 3: ?kValue, k, O? in Filter() local 1334 const int32_t argsLength = 3; // 3: ?kValue, k, O? in Map() local 1678 const uint32_t argsLength = 4; // 4: «accumulator, kValue, k, O» in Reduce() local 1874 const uint32_t argsLength = 3; // 3: «kValue, k, O» in HandleFindLastOfStable() local 1917 const int32_t argsLength = 4; // 4: «accumulator, kValue, k, O» in HandleReduceRightOfStable() 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 | 53 const uint32_t argsLength = 1; in PromiseReactionJob() local 105 …const uint32_t argsLength = 2; // 2: «resolvingFunctions.[[Resolve]], resolvingFunctions.[[Reject]… in PromiseResolveThenableJob() local
|
| D | builtins_shared_array.cpp | 157 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 1362 const uint32_t argsLength = 3; // 3: «kValue, k, O» in Map() local 1530 const int32_t argsLength = 4; // 4: «accumulator, kValue, k, O» in ReduceUnStableJSArray() local [all …]
|
| D | builtins_array.cpp | 253 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 1567 const uint32_t argsLength = 3; // 3: «kValue, k, O» in MapUnStableJSArray() local 1724 const uint32_t argsLength = 4; // 4: «accumulator, kValue, k, O» in ReduceUnStableJSArray() local [all …]
|
| 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_reflect.cpp | 51 const uint32_t argsLength = args->GetLength(); in ReflectApplyInternal() local 93 const uint32_t argsLength = args->GetLength(); in ReflectConstructInternal() 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_typedarray.cpp | 181 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 1570 const uint32_t argsLength = 3; // 3: «kValue, k, O» in Some() local 1733 const uint32_t argsLength = 3; in Subarray() local
|
| D | builtins_shared_typedarray.cpp | 208 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
|
| 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 | 1074 const uint32_t argsLength = 2; in Replace() local 1112 const uint32_t argsLength = 3; // 3: «matched, pos, and string» in Replace() local 1198 const size_t argsLength = 2; in ReplaceAll() local 1237 const uint32_t argsLength = 3; // 3: «matched, pos, and string» in ReplaceAll() local 1647 const uint32_t argsLength = 2; in Split() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_function_stub_builder.cpp | 74 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 392 GateRef argsLength = GetLengthOfTaggedArray(argv); in MakeArgListWithHole() local
|
| D | builtins_proxy_stub_builder.cpp | 305 GateRef argsLength = Int32(4); in SetProperty() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Method.cpp | 52 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 | 367 const uint32_t argsLength = 3; in ForEach() local
|
| D | containers_treemap.cpp | 434 const uint32_t argsLength = 3; in ForEach() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_vector.cpp | 295 const uint32_t argsLength = NUM_MANDATORY_JSFUNC_ARGS; in ForEach() local 323 const uint32_t argsLength = NUM_MANDATORY_JSFUNC_ARGS; in ReplaceAllElements() local
|
| D | js_api_arraylist.cpp | 267 const int32_t argsLength = 3; in ReplaceAllElements() local 357 const int32_t argsLength = 3; in ForEach() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | array_helper.cpp | 332 const int32_t argsLength = 3; // 3: « element, sourceIndex, source » in FlattenIntoArray() local
|
| /arkcompiler/ets_frontend/ets2panda/bindings/native/src/ |
| D | common-interop.cpp | 256 …red(KVMDeferred *deferred, [[maybe_unused]] uint8_t *argsData, [[maybe_unused]] int32_t argsLength) in resolveDeferred()
|