Searched defs:ecmaRuntimeCallInfos (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_date_time_format_first_test.cpp | 74 auto ecmaRuntimeCallInfos = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), argLen); in AtomicsAlgorithm() local
|
H A D | builtins_function_test.cpp | 71 auto ecmaRuntimeCallInfos = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), argLen); in FunctionAlgorithm() local
|
H A D | builtins_shared_function_test.cpp | 73 auto ecmaRuntimeCallInfos = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), argLen); in FunctionAlgorithm() local
|
H A D | builtins_symbol_test.cpp | 56 auto ecmaRuntimeCallInfos = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), argLen); in SymbolAlgorithm() local [all...] |
H A D | builtins_atomics_test.cpp | 196 auto ecmaRuntimeCallInfos = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), argLen); in AtomicsAlgorithm() local [all...] |
H A D | builtins_set_test.cpp | 83 auto ecmaRuntimeCallInfos = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), argLen); in SetAlgorithm() local
|
H A D | builtins_shared_set_test.cpp | 95 auto ecmaRuntimeCallInfos = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), argLen);
in SharedSetAlgorithm() local
|
H A D | builtins_date_test.cpp | 56 auto ecmaRuntimeCallInfos = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), argLen); in DateAlgorithm() local
|
H A D | builtins_string_test.cpp | 100 auto ecmaRuntimeCallInfos = TestHelper::CreateEcmaRuntimeCallInfo(thread, JSTaggedValue::Undefined(), argLen); in StringAlgorithm() local [all...] |
Completed in 16 milliseconds