Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp120 const int32_t argsLength = static_cast<int32_t>(argList->GetLength()); in FunctionPrototypeApply() local
127 const int32_t argsLength = static_cast<int32_t>(argumentsList.second); in FunctionPrototypeApply() local
151 uint32_t argsLength = 0; in FunctionPrototypeBind() local
241 uint32_t argsLength = 0; in FunctionPrototypeCall() local
Dbuiltins_promise_job.cpp53 const int32_t argsLength = 1; in PromiseReactionJob() local
103 …const int32_t argsLength = 2; // 2: «resolvingFunctions.[[Resolve]], resolvingFunctions.[[Reject]]» in PromiseResolveThenableJob() local
Dbuiltins_array.cpp223 const int32_t argsLength = 2; // 2: «nextValue, k» in From() local
292 const int32_t argsLength = 2; // 2: «kValue, k» in From() local
727 const int32_t argsLength = 3; // 3: «kValue, k, O» in Every() local
912 const int32_t argsLength = 3; // 3: «kValue, k, O» in Filter() local
984 const int32_t argsLength = 3; // 3: «kValue, k, O» in Find() local
1051 const int32_t argsLength = 3; // 3: «kValue, k, O» in FindIndex() local
1116 const int32_t argsLength = 3; // 3: «kValue, k, O» in ForEach() local
1460 const int32_t argsLength = 3; // 3: «kValue, k, O» in Map() local
1684 const uint32_t argsLength = 4; // 4: «accumulator, kValue, k, O» in Reduce() local
1790 const uint32_t argsLength = 4; // 4: «accumulator, kValue, k, O» in ReduceRight() local
[all …]
Dbuiltins_reflect.cpp43 const int32_t argsLength = static_cast<int32_t>(args->GetLength()); in ReflectApply() local
78 const int32_t argsLength = static_cast<int32_t>(args->GetLength()); in ReflectConstruct() local
Dbuiltins_map.cpp181 const int32_t argsLength = 3; in ForEach() local
309 const int32_t argsLength = 2; // 2: key and value pair in AddEntriesFromIterable() local
Dbuiltins_typedarray.cpp212 const int32_t argsLength = 2; in From() local
267 const int32_t argsLength = 2; in From() local
509 const int32_t argsLength = 3; in Every() local
694 const int32_t argsLength = 3; in ForEach() local
920 const int32_t argsLength = 3; in Map() local
1492 const int32_t argsLength = 3; in Subarray() local
Dbuiltins_set.cpp205 const int32_t argsLength = 3; in ForEach() local
Dbuiltins_string.cpp820 const int32_t argsLength = 2; in Replace() local
858 const int32_t argsLength = 3; // 3: «matched, pos, and string» in Replace() local
938 const size_t argsLength = 2; in ReplaceAll() local
980 const int32_t argsLength = 3; // 3: «matched, pos, and string» in ReplaceAll() local
1320 const int32_t argsLength = 2; in Split() local
/arkcompiler/ets_runtime/ecmascript/jobs/
Dpending_job.h49 const int32_t argsLength = static_cast<int32_t>(argv->GetLength()); in ExecutePendingJob() local
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp135 const int32_t argsLength = 2; // 2: target and proto in SetPrototype() local
300 const int32_t argsLength = 2; // 2: target and key in GetOwnProperty() local
398 const int32_t argsLength = 3; // 3: target, key and desc in DefineOwnProperty() local
486 const int32_t argsLength = 2; // 2: target and key in HasProperty() local
547 const int32_t argsLength = 3; // 3: «target, P, Receiver» in GetProperty() local
618 const int32_t argsLength = 4; // 4: «target, P, V, Receiver» in SetProperty() local
678 const int32_t argsLength = 2; // 2: target and key in DeleteProperty() local
904 const uint32_t argsLength = 3; // 3: «target, thisArgument, argArray» in CallInternal() local
956 const int32_t argsLength = 3; // 3: «target, argArray, newTarget » in ConstructInternal() local
Djs_stable_array.cpp290 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleFindIndexOfStable() local
328 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleEveryOfStable() local
373 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleforEachOfStable() local
448 const int32_t argsLength = 3; // 3: ?kValue, k, O? in Filter() local
494 const int32_t argsLength = 3; // 3: ?kValue, k, O? in Map() local
Dtagged_tree.h144 const int32_t argsLength = 2; in EntryCompare() local
Djs_function.cpp461 const uint32_t argsLength = info->GetArgsNumber() + boundLength; in ConstructInternal() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp58 const int32_t argsLength = 2; // 2: « name, val » in InternalizeJsonProperty() local
Darray_helper.cpp197 const int32_t argsLength = 3; // 3: « element, sourceIndex, source » in FlattenIntoArray() local
Dtyped_array_helper.cpp555 const int32_t argsLength = 2; in SortCompare() local
Djson_stringifier.cpp315 const int32_t argsLength = 2; // 2: «key, value» in GetSerializeValue() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_queue.cpp164 const int32_t argsLength = 3; in ForEach() local
Dcontainers_treeset.cpp381 const int32_t argsLength = 3; in ForEach() local
Dcontainers_treemap.cpp431 const int32_t argsLength = 3; in ForEach() local
Dcontainers_linked_list.cpp555 const uint32_t argsLength = 3; // 3: «kValue, k, O» in ForEach() local
Dcontainers_lightweightmap.cpp546 const int32_t argsLength = 3; in ForEach() local
Dcontainers_list.cpp326 const uint32_t argsLength = 3; // 3: «kValue, k, O» in ForEach() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_arraylist.cpp261 const int32_t argsLength = 3; in ReplaceAllElements() local
342 const int32_t argsLength = 3; in ForEach() local
Djs_api_vector.cpp298 const int32_t argsLength = NUM_MANDATORY_JSFUNC_ARGS; in ForEach() local
326 const int32_t argsLength = NUM_MANDATORY_JSFUNC_ARGS; in ReplaceAllElements() local

12