Home
last modified time | relevance | path

Searched defs:argsLength (Results 1 - 25 of 37) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/jobs/
H A Dpending_job.h48 const uint32_t argsLength = argv->GetLength(); in ExecutePendingJob() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Method.cpp54 size_t argsLength = args->GetLength(); in TypeAPIMethodInvokeImplementation() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_reflect.cpp51 const uint32_t argsLength = args->GetLength(); in ReflectApplyInternal() local
93 const uint32_t argsLength = args->GetLength(); in ReflectConstructInternal() local
H A Dbuiltins_set.cpp199 const uint32_t argsLength = 3; in ForEach() local
H A Dbuiltins_shared_set.cpp198 const uint32_t argsLength = 3; in ForEach() local
H A Dbuiltins_function.cpp152 const uint32_t argsLength = argList->GetLength(); in FunctionPrototypeApplyInternal() local
159 const uint32_t argsLength = static_cast<uint32_t>(argumentsList.second); in FunctionPrototypeApplyInternal() local
179 uint32_t argsLength = 0; in FunctionPrototypeBind() local
323 uint32_t argsLength = 0; FunctionPrototypeCall() local
[all...]
H A 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
H A Dbuiltins_promise_job.cpp50 const uint32_t argsLength = 1; in PromiseReactionJob() local
102 const uint32_t argsLength = 2; // 2: «resolvingFunctions.[[Resolve]], resolvingFunctions.[[Reject]]» in PromiseResolveThenableJob() local
H A 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
H A Dbuiltins_object.cpp891 const uint32_t argsLength = argv->GetArgsNumber(); in ToLocaleString() local
H A Dbuiltins_promise.cpp64 const uint32_t argsLength = 2; // 2: «resolvingFunctions.[[Resolve]], resolvingFunctions.[[Reject]]» in PromiseConstructor() local
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_queue.cpp162 const uint32_t argsLength = 3; in ForEach() local
H A Dcontainers_lightweightmap.cpp562 const uint32_t argsLength = 3; in ForEach() local
H A Dcontainers_list.cpp336 const uint32_t argsLength = 3; // 3: «kValue, k, O» in ForEach() local
H A Dcontainers_linked_list.cpp567 const uint32_t argsLength = 3; // 3: «kValue, k, O» in ForEach() local
H A Dcontainers_treemap.cpp434 const uint32_t argsLength = 3; in ForEach() local
H A Dcontainers_treeset.cpp367 const uint32_t argsLength = 3; in ForEach() local
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_tree.cpp361 const uint32_t argsLength = 2; in EntryCompare() local
H A 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
543 const uint32_t argsLength = 3; // 3: «target, P, Receiver» in GetProperty() local
615 const uint32_t argsLength = 4; // 4: «target, P, V, Receiver» SetProperty() local
679 const uint32_t argsLength = 2; // 2: target and key DeleteProperty() local
969 const uint32_t argsLength = 3; // 3: «target, thisArgument, argArray» CallInternal() local
1028 const uint32_t argsLength = 3; // 3: «target, argArray, newTarget » ConstructInternal() local
[all...]
H A Djs_stable_array.cpp589 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleFindIndexOfStable() local
631 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleFindLastIndexOfStable() local
675 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleEveryOfStable() local
720 const int32_t argsLength = 3; // 3: ?kValue, k, O? in HandleSomeOfStable() local
764 const int32_t argsLength = 3; // 3: ?kValue, k, O? HandleforEachOfStable() local
[all...]
/arkcompiler/ets_runtime/ecmascript/base/
H A Darray_helper.cpp332 const int32_t argsLength = 3; // 3: « element, sourceIndex, source » in FlattenIntoArray() local
H A Djson_stringifier.cpp208 const uint32_t argsLength = 2; // 2: «key, value» in GetSerializeValue() local
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_arraylist.cpp267 const int32_t argsLength = 3; in ReplaceAllElements() local
357 const int32_t argsLength = 3; in ForEach() local
H A 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
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_function_stub_builder.cpp75 GateRef argsLength = GetLengthOfTaggedArray(argList); in PrototypeApply() local
97 GateRef argsLength = MakeArgListWithHole(glue, elements, length); in PrototypeApply() local
109 GateRef argsLength = MakeArgListWithHole(glue, elements, length); in PrototypeApply() local
236 GateRef argsLength = Int32Sub(TruncInt64ToInt32(numArgs), Int32(1)); // 1: thisArg PrototypeCall() local
387 GateRef argsLength = GetLengthOfTaggedArray(argv); MakeArgListWithHole() local
[all...]

Completed in 25 milliseconds

12