Searched defs:maxArgLen (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | test_helper.h | 140 CreateEcmaRuntimeCallInfo(JSThread *thread, std::vector<JSTaggedValue>& args, int32_t maxArgLen, JSTaggedValue thisValue = JSTaggedValue::Undefined()) CreateEcmaRuntimeCallInfo() argument 152 CreateEcmaRuntimeCallInfo(JSThread *thread, JSHandle<JSFunction>& newTarget, std::vector<JSTaggedValue>& args, int32_t maxArgLen, JSTaggedValue thisValue = JSTaggedValue::Undefined()) CreateEcmaRuntimeCallInfo() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_dataview_test.cpp | 104 static JSTaggedValue DataViewAlgorithm(JSThread *thread, std::vector<JSTaggedValue>& args, int32_t maxArgLen, in DataViewAlgorithm() argument
|
| H A D | builtins_collator_test.cpp | 56 static JSTaggedValue CollatorAlgorithm(JSThread *thread, std::vector<JSTaggedValue>& args, int32_t maxArgLen, in CollatorAlgorithm() argument
|
Completed in 5 milliseconds