Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/jobs/
Dpending_job.h47 const uint32_t argsLength = argv->GetLength(); in ExecutePendingJob() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp129 const uint32_t argsLength = argList->GetLength(); in FunctionPrototypeApply() local
136 const uint32_t argsLength = static_cast<uint32_t>(argumentsList.second); in FunctionPrototypeApply() local
160 uint32_t argsLength = 0; in FunctionPrototypeBind() local
251 uint32_t argsLength = 0; in FunctionPrototypeCall() local
Dbuiltins_promise_job.cpp56 const uint32_t argsLength = 1; in PromiseReactionJob() local
108 …const uint32_t argsLength = 2; // 2: «resolvingFunctions.[[Resolve]], resolvingFunctions.[[Reject]… in PromiseResolveThenableJob() local
Dbuiltins_reflect.cpp43 const uint32_t argsLength = args->GetLength(); in ReflectApply() local
78 const uint32_t argsLength = args->GetLength(); in ReflectConstruct() local
Dbuiltins_array.cpp230 const uint32_t argsLength = 2; // 2: «nextValue, k» in From() local
299 const uint32_t argsLength = 2; // 2: «kValue, k» in From() local
710 const uint32_t argsLength = 3; // 3: «kValue, k, O» in Every() local
895 const uint32_t argsLength = 3; // 3: «kValue, k, O» in Filter() local
968 const uint32_t argsLength = 3; // 3: «kValue, k, O» in Find() local
1034 const uint32_t argsLength = 3; // 3: «kValue, k, O» in FindIndex() local
1101 const uint32_t argsLength = 3; // 3: «kValue, k, O» in ForEach() local
1448 const uint32_t argsLength = 3; // 3: «kValue, k, O» in Map() local
1676 const uint32_t argsLength = 4; // 4: «accumulator, kValue, k, O» in Reduce() local
1782 const uint32_t argsLength = 4; // 4: «accumulator, kValue, k, O» in ReduceRight() local
[all …]
Dbuiltins_map.cpp183 const uint32_t argsLength = 3; in ForEach() local
317 const uint32_t argsLength = 2; // 2: key and value pair in AddEntriesFromIterable() local
Dbuiltins_typedarray.cpp225 const uint32_t argsLength = 2; in From() local
280 const uint32_t argsLength = 2; in From() local
524 const uint32_t argsLength = 3; in Every() local
711 const uint32_t argsLength = 3; in ForEach() local
939 const uint32_t argsLength = 3; in Map() local
1516 const uint32_t argsLength = 3; in Subarray() local
Dbuiltins_set.cpp208 const uint32_t argsLength = 3; in ForEach() local
Dbuiltins_string.cpp862 const uint32_t argsLength = 2; in Replace() local
900 const uint32_t argsLength = 3; // 3: «matched, pos, and string» in Replace() local
986 const size_t argsLength = 2; in ReplaceAll() local
1029 const uint32_t argsLength = 3; // 3: «matched, pos, and string» in ReplaceAll() local
1377 const uint32_t argsLength = 2; in Split() local
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp135 const uint32_t argsLength = 2; // 2: target and proto in SetPrototype() local
300 const uint32_t argsLength = 2; // 2: target and key in GetOwnProperty() local
399 const uint32_t argsLength = 3; // 3: target, key and desc in DefineOwnProperty() local
487 const uint32_t argsLength = 2; // 2: target and key in HasProperty() local
560 const uint32_t argsLength = 3; // 3: «target, P, Receiver» in GetProperty() local
631 const uint32_t argsLength = 4; // 4: «target, P, V, Receiver» in SetProperty() local
691 const uint32_t argsLength = 2; // 2: target and key in DeleteProperty() local
917 const uint32_t argsLength = 3; // 3: «target, thisArgument, argArray» in CallInternal() local
969 const uint32_t argsLength = 3; // 3: «target, argArray, newTarget » in ConstructInternal() local
Djs_stable_array.cpp317 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleFindIndexOfStable() local
354 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleFindLastIndexOfStable() local
389 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleEveryOfStable() local
436 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleforEachOfStable() local
514 const int32_t argsLength = 3; // 3: ?kValue, k, O? in Filter() local
560 const int32_t argsLength = 3; // 3: ?kValue, k, O? in Map() local
863 const uint32_t argsLength = 4; // 4: «accumulator, kValue, k, O» in Reduce() local
Dtagged_tree.h144 const uint32_t argsLength = 2; in EntryCompare() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp60 const uint32_t argsLength = 2; // 2: « name, val » in InternalizeJsonProperty() local
Darray_helper.cpp208 const int32_t argsLength = 3; // 3: « element, sourceIndex, source » in FlattenIntoArray() local
Dtyped_array_helper.cpp603 const uint32_t argsLength = 2; in SortCompare() local
Djson_stringifier.cpp316 const uint32_t argsLength = 2; // 2: «key, value» in GetSerializeValue() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_queue.cpp165 const uint32_t argsLength = 3; in ForEach() local
Dcontainers_treeset.cpp385 const uint32_t argsLength = 3; in ForEach() local
Dcontainers_treemap.cpp434 const uint32_t argsLength = 3; in ForEach() local
Dcontainers_linked_list.cpp560 const uint32_t argsLength = 3; // 3: «kValue, k, O» in ForEach() local
Dcontainers_lightweightmap.cpp553 const uint32_t argsLength = 3; in ForEach() local
Dcontainers_list.cpp330 const uint32_t argsLength = 3; // 3: «kValue, k, O» in ForEach() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_vector.cpp297 const uint32_t argsLength = NUM_MANDATORY_JSFUNC_ARGS; in ForEach() local
325 const uint32_t argsLength = NUM_MANDATORY_JSFUNC_ARGS; in ReplaceAllElements() local
Djs_api_arraylist.cpp259 const int32_t argsLength = 3; in ReplaceAllElements() local
340 const int32_t argsLength = 3; in ForEach() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp907 GateRef argsLength = GetLengthOfTaggedArray(argList); in DECLARE_BUILTINS() local
926 GateRef argsLength = MakeArgListWithHole(glue, elements, length); in DECLARE_BUILTINS() local
935 GateRef argsLength = MakeArgListWithHole(glue, elements, length); in DECLARE_BUILTINS() local

12