| /arkcompiler/runtime_core/taihe/test/ani_on_off/author/src/ |
| D | on_off.impl.cpp | 29 IBase(string a, string b) : str(a), new_str(b) {} in IBase() 33 void onSet(callback_view<void()> a) in onSet() 39 void offSet(callback_view<void()> a) in offSet() 67 int32_t add(int32_t a) in add() 78 ::on_off::IBase getIBase(string_view a, string_view b) in getIBase() 93 void onFoo(callback_view<void()> a) in onFoo() 99 void onBar(callback_view<void()> a) in onBar() 105 void onBaz(int32_t a, callback_view<void()> cb) in onBaz() 111 void offFoo(callback_view<void()> a) in offFoo() 117 void offBar(callback_view<void()> a) in offBar() [all …]
|
| /arkcompiler/runtime_core/taihe/test/ani_basetype/author/src/ |
| D | base_test.impl.cpp | 24 int8_t AddI8(int8_t a, int8_t b) in AddI8() 29 int16_t SubI16(int16_t a, int16_t b) in SubI16() 34 int32_t MulI32(int32_t a, int32_t b) in MulI32() 39 int64_t DivI64(int64_t a, int64_t b) in DivI64() 48 float AddF32(float a, float b) in AddF32() 53 float SubF32(float a, float b) in SubF32() 58 double AddF64(float a, double b) in AddF64() 63 double SubF64(float a, double b) in SubF64() 68 double MulF64(float a, float b) in MulF64() 73 bool Check(bool a, bool b) in Check() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ts/ |
| D | test_module.ts | 17 namespace a { namespace 18 let a; variable 21 a: (a: number, b: string) => boolean, property 26 namespace a { namespace 27 let a; variable 33 let a; variable 40 let a; variable 58 export declare var a; variable 64 export declare var a; variable
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test_module.ts | 17 namespace a { namespace 18 let a; variable 21 a: (a: number, b: string) => boolean, property 26 namespace a { namespace 27 let a; variable 33 let a; variable 40 let a; variable 58 export declare var a; variable 64 export declare var a; variable
|
| /arkcompiler/ets_runtime/test/moduletest/callframe/ |
| D | callframe.js | 23 function foo0(a) { argument 28 function foo1(a) { argument 36 function foo2(a) { argument 43 function foo3(a) { argument 51 function foo4(a, ...args) { argument 56 function foo5(a, ...args) { argument 64 function foo6(a, ...args) { argument 71 function foo7(a, ...args) { argument
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ts/ |
| D | varRedeclaration14.ts | 18 a: number, property 22 a: number, property 26 a: number | string; property 29 var a: c; variable 30 var /* @@ label */a: b; variable
|
| D | objectLiteralAssignability8.ts | 17 var a: { b: number, a: number } | { b: string, a: string } | { b: boolean, a: boolean } = { b: "foo… variable
|
| D | objectLiteralAssignability16.ts | 17 interface a { interface 18 a: number, property 22 a: number, property 27 a: number, property 36 var /* @@ label */a: d = { a: 5, b: "foo", c: true }; variable
|
| D | objectLiteralAssignability15.ts | 17 interface a { interface 18 a: number | string, property 23 a: string, property 27 var a: b = { /* @@ label */a: 5 }; variable
|
| D | varRedeclaration13.ts | 18 a: number property 30 a: number, property 34 var a: d; variable 35 var /* @@ label */a: c; variable
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | varRedeclaration14.ts | 18 a: number, property 22 a: number, property 26 a: number | string; property 29 var a: c; variable 30 var a: b; variable
|
| D | objectLiteralAssignability8.ts | 17 var a: { b: number, a: number } | { b: string, a: string } | { b: boolean, a: boolean } = { b: "foo… variable
|
| D | objectLiteralAssignability16.ts | 17 interface a { interface 18 a: number, property 22 a: number, property 27 a: number, property 36 var a: d = { a: 5, b: "foo", c: true }; variable
|
| D | objectLiteralAssignability15.ts | 17 interface a { interface 18 a: number | string, property 23 a: string, property 27 var a: b = { a: 5 }; variable
|
| D | varRedeclaration13.ts | 18 a: number property 30 a: number, property 34 var a: d; variable 35 var a: c; variable
|
| /arkcompiler/runtime_core/taihe/test/ani_bigint/author/src/ |
| D | bigint_test.impl.cpp | 24 bool BigInt01(double a, array_view<int64_t> b) in BigInt01() 29 double BigInt02(double a) in BigInt02() 34 array<int64_t> BigInt03(array_view<int64_t> a) in BigInt03() 39 void BigInt04(array_view<int64_t> a) in BigInt04() 46 array<int64_t> BigInt05(double a, array_view<int64_t> b) in BigInt05() 51 double BigInt06(double a, array_view<int64_t> b) in BigInt06()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dynamicimport/ets_to_ts/ |
| D | dynamic-import.ts | 24 let a = new ClassA(); variable 34 let a = new ClassA(); variable 74 let a = new ClassA(); variable 98 let a = new ClassA(); variable 108 let a = new ClassA(); variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/ |
| D | ets_napi_macros.h | 53 #define ETS_NAPI_ABORT_IF_NE(a, b) \ argument 60 #define ETS_NAPI_ABORT_IF_LT(a, b) \ argument 67 #define ETS_NAPI_ABORT_IF_LE(a, b) \ argument 74 #define ETS_NAPI_ABORT_IF_GT(a, b) \ argument 81 #define ETS_NAPI_ABORT_IF_GE(a, b) \ argument 95 #define ETS_NAPI_RETURN_IF_EQ(a, b, ret) \ argument 102 #define ETS_NAPI_RETURN_IF_NE(a, b, ret) \ argument 109 #define ETS_NAPI_RETURN_IF_GT(a, b, ret) \ argument 116 #define ETS_NAPI_RETURN_IF_GE(a, b, ret) \ argument 123 #define ETS_NAPI_RETURN_IF_LT(a, b, ret) \ argument [all …]
|
| /arkcompiler/ets_runtime/test/aottest/pgo_call_js/ |
| D | pgo_call_js.js | 16 function foo(a) { argument 20 function bar(a) { argument 28 function callFoo1(f, a) { argument 32 function callFoo2(f, a) { argument 36 function callFoo3(f, a) { argument
|
| /arkcompiler/jsvm/src/ |
| D | jsvm_dfx.h | 170 #define CHECK_EQ(a, b) CHECK((a) == (b)) argument 171 #define CHECK_NE(a, b) CHECK((a) != (b)) argument 172 #define CHECK_LE(a, b) CHECK((a) <= (b)) argument 173 #define CHECK_GE(a, b) CHECK((a) >= (b)) argument 174 #define CHECK_LT(a, b) CHECK((a) < (b)) argument 175 #define CHECK_GT(a, b) CHECK((a) > (b)) argument 178 #define CHECK_IMPLIES(a, b) CHECK(!(a) || (b)) argument 182 #define DCHECK_EQ(a, b) CHECK_EQ(a, b) argument 183 #define DCHECK_NE(a, b) CHECK_NE(a, b) argument 184 #define DCHECK_LE(a, b) CHECK_LE(a, b) argument [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/asmstackoverflow/ |
| D | asmstackoverflow.js | 22 function foo(x, y, z, a, b) { argument 71 function callarg1(a) { argument 81 function callarg2(a, b) { argument 91 function callarg3(a, b, c) { argument 101 function callrange(a, b, c, d) { argument 116 callthis1: function (a) { argument 119 callthis2: function (a, b) { argument 122 callthis3: function (a, b, c) { argument 125 callthisrange: function (a, b, c, d) { argument 165 static callstatic1(a) { argument [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/enums/ |
| D | test-ts-enum-20.ts | 22 enum E {a = "str"} enumerator 24 export enum E1 {a=E.b} enumerator 29 export enum E2 {a = ns.ns.E1.a} enumerator 34 enum E3 {a = ns2.ns1.ns1.E2.a} enumerator
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/pgo_test_case/ |
| D | string_equal.js | 17 let a = 'abcString'; variable 19 function foo1(a) { argument 23 function foo2(a) { argument
|
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/define/ |
| D | defineclasswithbuffer_dynamic.js | 22 function newClassConstr2(a) { argument 26 function newClassConstr3(a) { argument 34 function newClassMethod2(a) { argument 42 let a = new A(); variable
|
| /arkcompiler/runtime_core/taihe/test/ani_typedarray/author/src/ |
| D | bar.impl.cpp | 49 void CreateUint8Array(::taihe::array_view<uint8_t> a) in CreateUint8Array() 60 ::taihe::array<uint8_t> PrintUint8Array(::taihe::array_view<uint8_t> a) in PrintUint8Array() 66 void SetUint8Array(::taihe::array_view<uint8_t> a) in SetUint8Array() 82 void CreateInt8Array(::taihe::array_view<int8_t> a) in CreateInt8Array() 93 ::taihe::array<int8_t> PrintInt8Array(::taihe::array_view<int8_t> a) in PrintInt8Array() 99 void SetInt8Array(::taihe::array_view<int8_t> a) in SetInt8Array() 115 void CreateUint16Array(::taihe::array_view<uint16_t> a) in CreateUint16Array() 126 ::taihe::array<uint16_t> PrintUint16Array(::taihe::array_view<uint16_t> a) in PrintUint16Array() 132 void SetUint16Array(::taihe::array_view<uint16_t> a) in SetUint16Array() 148 void CreateInt16Array(::taihe::array_view<int16_t> a) in CreateInt16Array() [all …]
|