Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_function_stub_builder.cpp71 GateRef argsLength = GetLengthOfTaggedArray(argList); in Apply() local
90 GateRef argsLength = MakeArgListWithHole(glue, elements, length); in Apply() local
99 GateRef argsLength = MakeArgListWithHole(glue, elements, length); in Apply() local
181 GateRef argsLength = GetLengthOfTaggedArray(argv); in MakeArgListWithHole() local
/arkcompiler/ets_runtime/ecmascript/jobs/
Dpending_job.h47 const uint32_t argsLength = argv->GetLength(); in ExecutePendingJob() local
/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp137 const uint32_t argsLength = 2; // 2: target and proto in SetPrototype() local
305 const uint32_t argsLength = 2; // 2: target and key in GetOwnProperty() local
400 const uint32_t argsLength = 3; // 3: target, key and desc in DefineOwnProperty() local
483 const uint32_t argsLength = 2; // 2: target and key in HasProperty() local
545 const uint32_t argsLength = 3; // 3: «target, P, Receiver» in GetProperty() local
617 const uint32_t argsLength = 4; // 4: «target, P, V, Receiver» in SetProperty() local
681 const uint32_t argsLength = 2; // 2: target and key in DeleteProperty() local
971 const uint32_t argsLength = 3; // 3: «target, thisArgument, argArray» in CallInternal() local
1030 const uint32_t argsLength = 3; // 3: «target, argArray, newTarget » in ConstructInternal() local
Djs_stable_array.cpp332 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleFindIndexOfStable() local
374 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleFindLastIndexOfStable() local
418 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleEveryOfStable() local
462 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleforEachOfStable() local
737 const int32_t argsLength = 3; // 3: ?kValue, k, O? in Filter() local
787 const int32_t argsLength = 3; // 3: ?kValue, k, O? in Map() local
1088 const uint32_t argsLength = 4; // 4: «accumulator, kValue, k, O» in Reduce() local
Djs_function.cpp229 uint32_t argsLength = TaggedArray::Cast(arguments->GetTaggedObject())->GetLength(); in LengthGetter() local
674 const uint32_t argsLength = info->GetArgsNumber() + boundLength; in ConstructInternal() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp143 const uint32_t argsLength = argList->GetLength(); in FunctionPrototypeApply() local
150 const uint32_t argsLength = static_cast<uint32_t>(argumentsList.second); in FunctionPrototypeApply() local
174 uint32_t argsLength = 0; in FunctionPrototypeBind() local
301 uint32_t argsLength = 0; in FunctionPrototypeCall() local
Dbuiltins_promise_job.cpp58 const uint32_t argsLength = 1; in PromiseReactionJob() local
110 …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.cpp246 const uint32_t argsLength = 2; // 2: «nextValue, k» in From() local
315 const uint32_t argsLength = 2; // 2: «kValue, k» in From() local
717 const uint32_t argsLength = 3; // 3: «kValue, k, O» in Every() local
853 const uint32_t argsLength = 3; // 3: «kValue, k, O» in FilterUnStableJSArray() local
988 const uint32_t argsLength = 3; // 3: «kValue, k, O» in Find() local
1055 const uint32_t argsLength = 3; // 3: «kValue, k, O» in FindIndex() local
1122 const uint32_t argsLength = 3; // 3: «kValue, k, O» in ForEach() local
1493 const uint32_t argsLength = 3; // 3: «kValue, k, O» in Map() local
1646 const uint32_t argsLength = 4; // 4: «accumulator, kValue, k, O» in ReduceUnStableJSArray() local
1823 const uint32_t argsLength = 4; // 4: «accumulator, kValue, k, O» in ReduceRight() local
[all …]
Dbuiltins_map.cpp181 const uint32_t argsLength = 3; in ForEach() local
314 const uint32_t argsLength = 2; // 2: key and value pair in AddEntriesFromIterable() local
Dbuiltins_typedarray.cpp239 const uint32_t argsLength = 2; in From() local
294 const uint32_t argsLength = 2; in From() local
538 const uint32_t argsLength = 3; in Every() local
725 const uint32_t argsLength = 3; in ForEach() local
957 const uint32_t argsLength = 3; in Map() local
1598 const uint32_t argsLength = 3; in Subarray() local
Dbuiltins_set.cpp204 const uint32_t argsLength = 3; in ForEach() local
Dbuiltins_string.cpp898 const uint32_t argsLength = 2; in Replace() local
936 const uint32_t argsLength = 3; // 3: «matched, pos, and string» in Replace() local
1022 const size_t argsLength = 2; in ReplaceAll() local
1065 const uint32_t argsLength = 3; // 3: «matched, pos, and string» in ReplaceAll() local
1434 const uint32_t argsLength = 2; in Split() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp60 const uint32_t argsLength = 2; // 2: « name, val » in InternalizeJsonProperty() local
Darray_helper.cpp331 const int32_t argsLength = 3; // 3: « element, sourceIndex, source » in FlattenIntoArray() local
Djson_stringifier.cpp220 const uint32_t argsLength = 2; // 2: «key, value» in GetSerializeValue() local
Dtyped_array_helper.cpp630 const uint32_t argsLength = 2; in SortCompare() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Method.cpp55 size_t argsLength = args->GetLength(); in TypeAPIMethodInvokeImplementation() 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_lightweightmap.cpp554 const uint32_t argsLength = 3; in ForEach() local
Dcontainers_linked_list.cpp560 const uint32_t argsLength = 3; // 3: «kValue, k, O» in ForEach() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_arraylist.cpp259 const int32_t argsLength = 3; in ReplaceAllElements() local
340 const int32_t argsLength = 3; in ForEach() local
Djs_api_vector.cpp298 const uint32_t argsLength = NUM_MANDATORY_JSFUNC_ARGS; in ForEach() local
326 const uint32_t argsLength = NUM_MANDATORY_JSFUNC_ARGS; in ReplaceAllElements() local

12