Home
last modified time | relevance | path

Searched defs:argsLength (Results 1 – 25 of 41) 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
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
Djs_stable_array.cpp785 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/
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.cpp53 const uint32_t argsLength = 1; in PromiseReactionJob() local
105 …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
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 …]
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
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 …]
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_reflect.cpp51 const uint32_t argsLength = args->GetLength(); in ReflectApplyInternal() local
93 const uint32_t argsLength = args->GetLength(); in ReflectConstructInternal() 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
1570 const uint32_t argsLength = 3; // 3: «kValue, k, O» in Some() local
1733 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.cpp1074 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/
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
392 GateRef argsLength = GetLengthOfTaggedArray(argv); in MakeArgListWithHole() local
Dbuiltins_proxy_stub_builder.cpp305 GateRef argsLength = Int32(4); in SetProperty() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Method.cpp52 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
/arkcompiler/ets_runtime/ecmascript/js_api/
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
Djs_api_arraylist.cpp267 const int32_t argsLength = 3; in ReplaceAllElements() local
357 const int32_t argsLength = 3; in ForEach() local
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp332 const int32_t argsLength = 3; // 3: « element, sourceIndex, source » in FlattenIntoArray() local
/arkcompiler/ets_frontend/ets2panda/bindings/native/src/
Dcommon-interop.cpp256 …red(KVMDeferred *deferred, [[maybe_unused]] uint8_t *argsData, [[maybe_unused]] int32_t argsLength) in resolveDeferred()

12