| /arkcompiler/ets_frontend/arkguard/test/grammar/getsetaccessor/defaultConfig/ |
| D | object_literal_get_expected.txt | 16 get foo1() { 18 get foo1() { 25 get foo1() { 27 get foo1() { 34 get foo1(): { 35 get foo1(): { 36 get foo1(): {};
|
| D | object_literal_get.ts | 17 get foo1() { variable 19 get foo1() { 27 get foo1() { method in X1 29 get foo1() { 37 get foo1(): { method 38 get foo1(): { 39 get foo1(): {}
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | imported_use_as_object.sts | 22 function foo1(f: Function) { } 25 foo1(() => OuterC); 29 foo1(() => OuterN); 33 foo1(() => OuterE); 37 foo1(() => InnerC); 41 foo1(() => InnerN); 45 foo1(() => InnerE);
|
| /arkcompiler/ets_runtime/test/aottest/pgo_call_recursive_js/ |
| D | expect_output.txt | 15 [trace] aot inline function name: #*#foo1@pgo_call_recursive_js caller function name: #*#foo@pgo_ca… 16 [trace] aot inline function name: #*#foo2@pgo_call_recursive_js caller function name: #*#foo1@pgo_c… 17 [trace] aot inline function name: #*#foo1@pgo_call_recursive_js caller function name: #*#foo@pgo_ca… 18 [trace] aot inline function name: #*#foo2@pgo_call_recursive_js caller function name: #*#foo1@pgo_c… 21 [trace] aot inline function name: #*#foo1@pgo_call_recursive_js caller function name: #*#foo@pgo_ca… 22 [trace] aot inline function name: #*#foo2@pgo_call_recursive_js caller function name: #*#foo1@pgo_c… 24 [trace] aot inline function name: #*#foo1@pgo_call_recursive_js caller function name: #*#foo@pgo_ca… 25 [trace] aot inline function name: #*#foo2@pgo_call_recursive_js caller function name: #*#foo1@pgo_c…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat_demo/out/ |
| D | demo.js | 18 const foo1 = require('./foo'); constant 21 arr.push(new foo1.FooClass('zero')); 22 arr.push(new foo1.FooClass('one')); 23 arr.push(new foo1.FooClass('two')); 24 console.log('test: ' + (0, foo1.FooFunction)(arr)); 25 const arr2 = (0, foo1.BarFunction)();
|
| /arkcompiler/ets_runtime/test/aottest/fast_call_func_check/ |
| D | fast_call_func_check.ts | 36 function foo1(a: number): number { function 42 callFoo(foo1, 1); 44 callFoo(new Bar(foo1), 2); 64 foo1 : function*() { 68 var func = a.foo1;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/ |
| D | func_args3_neg.params.yaml | 16 - use: foo1 <in> (new X()) 17 - use: foo1 <in X> (new X()) 18 - use: foo1 <out> (new X()) 19 - use: foo1 <out X> (new X())
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ets/ |
| D | method_override_throw_1.sts | 17 foo1(): void throws; 23 override foo1(): void throws {} 29 foo1(): void throws {} 35 override foo1(): void throws {}
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/rules/ |
| D | rule52.sts | 19 foo1() { 30 c12.foo1 = bar; 32 c11.foo1(); // foo 33 c12.foo1(); // bar
|
| /arkcompiler/runtime_core/libabckit/tests/scenarios/api_scanner/static/ |
| D | api_scanner_static.sts | 16 foo1(){} 18 this.foo1(); 28 cls.foo1()
|
| /arkcompiler/ets_runtime/test/jittest/stack_overflow/ |
| D | stack_overflow.ts | 22 function foo1() {} 23 ArkTools.jitCompileAsync(foo1); 24 ArkTools.waitJitCompileFinish(foo1);
|
| /arkcompiler/ets_runtime/test/aottest/ts_multi_inline/ |
| D | ts_multi_inline.ts | 18 function foo1() { 19 print("foo1"); 47 foo1();
|
| D | expect_output.txt | 14 [trace] aot inline function name: #*#foo1@ts_multi_inline caller function name: func_main_0@ts_mult… 15 foo1 16 [trace] aot inline function name: #*#foo2@ts_multi_inline caller function name: #*#foo1@ts_multi_in…
|
| /arkcompiler/ets_runtime/test/aottest/ts_inline_max_call/ |
| D | ts_inline_max_call.ts | 18 function foo1() { 19 print("foo1"); 47 foo1()
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | SmartCast_05.sts | 23 function foo1(x: C|null|undefined): string { 48 assert(foo1(null) == "null"); 55 assert(foo1(undefined) == "null"); 63 assert(foo1(c) == "false1"); 71 assert(foo1(c) == "true2");
|
| D | UnionTypeCheckCast.sts | 15 function foo1(param: number | string): number | string{ 37 assert foo1(1) == 1 38 assert foo1("123") == "123"
|
| /arkcompiler/ets_runtime/test/deopttest/arithmetic/ |
| D | arithmetic.ts | 27 function foo1(n:number) function 32 print(foo1(6.0)); 33 print(foo1(9));
|
| /arkcompiler/ets_runtime/test/deopttest/div/ |
| D | div.ts | 27 function foo1(n:number) function 32 print(foo1(6.0)); 33 print(foo1(9));
|
| /arkcompiler/ets_runtime/test/deopttest/mod/ |
| D | mod.ts | 28 function foo1(n:number) function 33 print(foo1(6.0)); 34 print(foo1(9));
|
| /arkcompiler/ets_runtime/test/deopttest/comparison/ |
| D | comparison.ts | 28 function foo1(n:number) function 33 print(foo1(6.0)); 34 print(foo1(9));
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/common/recursive_import/ |
| D | CMakeLists.txt | 23 … EXPORT_FILES ${CMAKE_CURRENT_SOURCE_DIR}/case_1_fail_not_called_w_module/foo1.sts;${CMAKE_CURRENT… 26 …ort_2 EXPORT_FILES ${CMAKE_CURRENT_SOURCE_DIR}/case_2_3-sources-in-circle/foo1.sts;${CMAKE_CURRENT… 29 …CURRENT_SOURCE_DIR}/case_3_3-sources-in-circle-fail-no-ets-module-compile/foo1.sts;${CMAKE_CURRENT… 32 …KE_CURRENT_SOURCE_DIR}/case_4_3-sources-in-circle_no-ets-module-compile_2/foo1.sts;${CMAKE_CURRENT… 35 …XPORT_FILES ${CMAKE_CURRENT_SOURCE_DIR}/case_5_main-is-not-part-of-circle/foo1.sts;${CMAKE_CURRENT…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_method_test.cpp | 129 .function i32 Test.foo1() <static, access.function=public> { in TEST_F() 146 EtsMethod *foo1Method = klass->GetMethod("foo1"); in TEST_F() 201 .function i8 Test.foo1() { return } in TEST_F() 239 .function TestObject Test.foo1(i32 a0) { in TEST_F() 255 EtsMethod *foo1Method = klass->GetMethod("foo1"); in TEST_F() 312 .function i32 Test.foo1() { in TEST_F() 325 EtsMethod *foo1Method = klass->GetMethod("foo1"); in TEST_F() 330 ASSERT_TRUE(!strcmp(foo1Method->GetName(), "foo1")); in TEST_F() 334 EtsString *str2 = EtsString::CreateFromMUtf8("foo1"); in TEST_F() 348 .function i32 Test.foo1(TestObject a0, f32 a1) { in TEST_F() [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/ |
| D | test_this.py | 42 foo1(n: int): int { 50 undefined // #BP{foo1} 51 console.log("foo1", n, x) 56 let x = n + this.foo1(n) 88 case "ctor" | "foo1" | "foo" | "lambda":
|
| /arkcompiler/ets_runtime/test/deopttest/polymorphic_array/ |
| D | polymorphic_array.ts | 38 function foo1(M1: number[]): number[] { function 48 let arr: number[] = foo1(T); 49 let arr1: number[] = foo1(arr);
|
| /arkcompiler/ets_runtime/test/quickfix/multiconstpool_multifunc/ |
| D | expect_output.txt | 18 patch foo1 24 base foo1
|