Home
last modified time | relevance | path

Searched defs:testFunction (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/test/ts/
Dmodule_export.ts18 export function testFunction(num : number) { function
32 testFunction(num1 : number, num2 : number) { method in TestNamespace2.TestClass1
47 testFunction(num1 : number, num2 : number) { method in TestClass2
53 export function testFunction(num1 : number, num2 : number) { function
/arkcompiler/ets_frontend/arkguard/test/grammar/namecache_removecomments/
DnamecacheTest2.ts21 function testFunction(para1: number, para2: string) { function
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/examples/benchmarks-interop-freestyle/interop/bu_a2j/
Dtest_import.js16 exports.testFunction = () => { function
/arkcompiler/toolchain/tooling/dynamic/test/testcases/js/
Dstep.js23 function testFunction() { function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/function_return_array_test/ts_to_ets/
Dts_return_array.ts17 let testFunction = etsVm.getFunction('Ltest_sts_return_array/ETSGLOBAL;', 'testFunction'); variable
/arkcompiler/ets_frontend/arkguard/test/ut/utils/ScopeAnalyzer/
DanalyzeObjectBindingPatternRequire.ts20 function testFunction(a, b?, c?) { function
/arkcompiler/toolchain/test/fuzztest/connectserversendmessage_fuzzer/
Dconnectserversendmessage_fuzzer.cpp36 std::function<void(std::string&&)> testFunction = TestFunction; in ConnectServerSendMessageFuzzTest() local
/arkcompiler/ets_runtime/test/moduletest/arrayflatmap/
Darrayflatmap.js40 function testFunction(element, index, array) { function
/arkcompiler/ets_runtime/test/moduletest/arrayfindlastindex/
Darrayfindlastindex.js33 function testFunction(element, index, array) { function
/arkcompiler/ets_runtime/test/moduletest/arrayfindlast/
Darrayfindlast.js66 function testFunction(element, index, array) { function
/arkcompiler/ets_frontend/ets2panda/linter/test/interop/
Dinterop_not_have_property_js.js24 test(testFunction, description) { argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_class_methods_returning_values/js_to_ets/
Dtest_class_methods.js141 testFunction() { method in TestClass
Dtest_class_methods.ts175 testFunction(): number { method in TestClass