Home
last modified time | relevance | path

Searched defs:foo (Results 1 – 25 of 978) sorted by relevance

12345678910>>...40

/arkcompiler/ets_frontend/es2panda/test/parser/binder/
Dnamespace-scope-name-ts.ts17 foo() {} method in A
21 function foo() {} function
25 function foo() {} function
29 function foo() {} function
Dif-block-name-ts.ts18 function foo() {} function
20 function foo() {} function
22 function foo() {} function
Dlocal-scope-name-ts.ts17 function foo() {} function
21 function foo() {} function
Dclass-scope-name-ts.ts30 static foo() {} method in C
31 foo() {} method in C
32 foo() {} method in C
Dclass-scope-name-js.js30 static foo() {} method in C
31 foo() {} method in C
32 foo() {} method in C
/arkcompiler/runtime_core/static_core/libpandabase/
Dtask_runner.h111 void AddOnSuccess(Foo foo) in AddOnSuccess()
122 void AddOnFail(Foo foo) in AddOnFail()
141 Callback NextCallback(Callback &&cb, Foo foo) in NextCallback()
173 void SetTaskFunc(Foo foo) in SetTaskFunc()
210 void AddCallbackOnSuccess(Foo foo) in AddCallbackOnSuccess()
221 void AddCallbackOnFail(Foo foo) in AddCallbackOnFail()
232 void AddFinalize(Foo foo) in AddFinalize()
243 void SetTaskOnSuccess(Foo foo) in SetTaskOnSuccess()
254 void SetTaskOnFail(Foo foo) in SetTaskOnFail()
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-ts-type-assertion.ts18 var foo: any; variable
19 var bar = <string> foo; variable
20 var goo = <C> foo; variable
Dtest_override5.ts18 foo = 1; property in BaseOverride1
22 constructor (override public foo: number) { property in Sub1
Dtest_override1.ts18 foo (v: string) {} method in O2
23 override foo (v: string) {} method in O3
/arkcompiler/ets_frontend/ets2panda/test/parser/ts/
Dtest-ts-type-assertion.ts18 var foo: any; variable
19 var bar = <string> foo; variable
20 var goo = <C> foo; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-general-purpose-types-optional-type.ts16 export function foo(n?: number) { console.log(`${n}`) } function
18 static foo(n?: number) { console.log(`${n}`) } method in C
22 foo(n ?: number) : void method
Darkts-interfaces-overloaded-methods.ts16 foo(n: number) : void method
17 foo(s: string) : void method
Darkts-clasases-subtyping-extends.ts17 foo() : void {} method in B
20 override foo() : void { console.log("D.foo") } method in C
Darkts-no-optional-member-functions.ts42 foo(arg: A): A { return new A() } method in F
47 foo(): void { } method in G
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DfunctionOverload1.ts17 function foo(a: { x: number, y: string }): number; function
19 function foo(a: { x: number | string }) { function
DmemberExpTests.ts22 foo: number, property
26 foo: number, property
43 foo: number[] property
51 foo : {bar: number} property
58 foo : {foobar: number} property
71 foo : Interface6[] property
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ts/
DfunctionOverload1.ts17 function foo(a: { x: number, y: string }): number; function
19 function foo(a: { x: number | string }) { function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dynamic_object/
Dindex.js20 foo() { method
31 foo() { method
39 foo() { method
/arkcompiler/ets_runtime/test/aottest/pgo_array_prototype/
Dpgo_array_prototype.js17 foo.prototype = new Array(1, 2, 3); class
18 function foo() {} function
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
DmemberExpTests.ts22 foo: number, property
26 foo: number, property
43 foo: number[] property
51 foo : {bar: number} property
58 foo : {foobar: number} property
71 foo : Interface6[] property
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsreflect.js99 target.__proto__ = { get foo() {return this.bla} }; getter
348 const obj = { foo: 42 }; property
355 const obj = { foo: 42 }; property
362 const obj = { foo: 42 }; property
387 const obj = { foo: 42 }; property
388 const receiver = { foo: 100 }; property
403 const obj = { foo: 42 }; property
433 const obj = { nested: { foo: 42 } }; property
440 const obj = { nested: { foo: 42 } }; property
451 const result = Reflect.set(proxy, "nested", { foo: 100 }); property
[all …]
/arkcompiler/ets_frontend/arkguard/test/grammar/compact/
DdecoratorAndModifier.ts36 async foo(): Promise<any> { } method in ExampleClass
38 function foo() { function
/arkcompiler/ets_runtime/test/aottest/pgo_builtins/
Dpgo_builtins.js30 function foo() { function
38 foo() variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_frontend/
Dindex.js18 foo(param) { method in C
35 export let foo = function (input) { function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/js_suites/interface_arg/
Dnegative_wrong_prop_type.js20 function foo(x) { function
31 foo: foo, property

12345678910>>...40