Home
last modified time | relevance | path

Searched full:foo1 (Results 1 – 25 of 412) sorted by relevance

12345678910>>...17

/arkcompiler/ets_frontend/arkguard/test/grammar/getsetaccessor/defaultConfig/
Dobject_literal_get_expected.txt16 get foo1() {
18 get foo1() {
25 get foo1() {
27 get foo1() {
34 get foo1(): {
35 get foo1(): {
36 get foo1(): {};
Dobject_literal_get.ts17 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/
Dimported_use_as_object.sts22 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/
Dexpect_output.txt15 [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/
Ddemo.js18 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/
Dfast_call_func_check.ts36 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/
Dfunc_args3_neg.params.yaml16 - 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/
Dmethod_override_throw_1.sts17 foo1(): void throws;
23 override foo1(): void throws {}
29 foo1(): void throws {}
35 override foo1(): void throws {}
/arkcompiler/ets_frontend/ets2panda/linter/test/rules/
Drule52.sts19 foo1() {
30 c12.foo1 = bar;
32 c11.foo1(); // foo
33 c12.foo1(); // bar
/arkcompiler/runtime_core/libabckit/tests/scenarios/api_scanner/static/
Dapi_scanner_static.sts16 foo1(){}
18 this.foo1();
28 cls.foo1()
/arkcompiler/ets_runtime/test/jittest/stack_overflow/
Dstack_overflow.ts22 function foo1() {}
23 ArkTools.jitCompileAsync(foo1);
24 ArkTools.waitJitCompileFinish(foo1);
/arkcompiler/ets_runtime/test/aottest/ts_multi_inline/
Dts_multi_inline.ts18 function foo1() {
19 print("foo1");
47 foo1();
Dexpect_output.txt14 [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/
Dts_inline_max_call.ts18 function foo1() {
19 print("foo1");
47 foo1()
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/
DSmartCast_05.sts23 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");
DUnionTypeCheckCast.sts15 function foo1(param: number | string): number | string{
37 assert foo1(1) == 1
38 assert foo1("123") == "123"
/arkcompiler/ets_runtime/test/deopttest/arithmetic/
Darithmetic.ts27 function foo1(n:number) function
32 print(foo1(6.0));
33 print(foo1(9));
/arkcompiler/ets_runtime/test/deopttest/div/
Ddiv.ts27 function foo1(n:number) function
32 print(foo1(6.0));
33 print(foo1(9));
/arkcompiler/ets_runtime/test/deopttest/mod/
Dmod.ts28 function foo1(n:number) function
33 print(foo1(6.0));
34 print(foo1(9));
/arkcompiler/ets_runtime/test/deopttest/comparison/
Dcomparison.ts28 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/
DCMakeLists.txt23 … 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/
Dets_method_test.cpp129 .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/
Dtest_this.py42 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/
Dpolymorphic_array.ts38 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/
Dexpect_output.txt18 patch foo1
24 base foo1

12345678910>>...17