| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astNodeMapping.h | 20 #define AST_NODE_MAPPING(_) \ argument 21 _(ARROW_FUNCTION_EXPRESSION, ArrowFunctionExpression) \ 22 _(ASSERT_STATEMENT, AssertStatement) \ 23 _(AWAIT_EXPRESSION, AwaitExpression) \ 24 _(BIGINT_LITERAL, BigIntLiteral) \ 25 _(BINARY_EXPRESSION, BinaryExpression) \ 26 _(BLOCK_STATEMENT, BlockStatement) \ 27 _(BOOLEAN_LITERAL, BooleanLiteral) \ 28 _(BREAK_STATEMENT, BreakStatement) \ 29 _(CALL_EXPRESSION, CallExpression) \ [all …]
|
| /arkcompiler/ets_frontend/es2panda/ir/ |
| D | astNodeMapping.h | 19 #define AST_NODE_MAPPING(_) \ argument 20 _(ARROW_FUNCTION_EXPRESSION, ArrowFunctionExpression) \ 21 _(ASSERT_CLAUSE, AssertClause) \ 22 _(ASSERT_ENTRY, AssertEntry) \ 23 _(AWAIT_EXPRESSION, AwaitExpression) \ 24 _(BIGINT_LITERAL, BigIntLiteral) \ 25 _(BINARY_EXPRESSION, BinaryExpression) \ 26 _(BLOCK_STATEMENT, BlockStatement) \ 27 _(BOOLEAN_LITERAL, BooleanLiteral) \ 28 _(BREAK_STATEMENT, BreakStatement) \ [all …]
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | typeMapping.h | 22 #define TYPE_MAPPING(_) \ argument 23 _(TypeFlag::ARRAY, ArrayType) \ 24 _(TypeFlag::ANY, AnyType) \ 25 _(TypeFlag::BIGINT_LITERAL, BigintLiteralType) \ 26 _(TypeFlag::NUMBER, NumberType) \ 27 _(TypeFlag::STRING, StringType) \ 28 _(TypeFlag::BOOLEAN, BooleanType) \ 29 _(TypeFlag::VOID, VoidType) \ 30 _(TypeFlag::NULL_TYPE, NullType) \ 31 _(TypeFlag::UNDEFINED, UndefinedType) \ [all …]
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | typeMapping.h | 21 #define TYPE_MAPPING(_) \ argument 22 _(TypeFlag::ARRAY, ArrayType) \ 23 _(TypeFlag::ANY, AnyType) \ 24 _(TypeFlag::BIGINT_LITERAL, BigintLiteralType) \ 25 _(TypeFlag::NUMBER, NumberType) \ 26 _(TypeFlag::STRING, StringType) \ 27 _(TypeFlag::SYMBOL, SymbolType) \ 28 _(TypeFlag::BOOLEAN, BooleanType) \ 29 _(TypeFlag::VOID, VoidType) \ 30 _(TypeFlag::NULL_TYPE, NullType) \ [all …]
|
| /arkcompiler/runtime_core/assembler/ |
| D | define.h | 25 #define PANDA_ASSEMBLER_TYPES(_) \ argument 26 _("void", VOID) \ 27 _("u1", U1) \ 28 _("u8", U8) \ 29 _("i8", I8) \ 30 _("u16", U16) \ 31 _("i16", I16) \ 32 _("u32", U32) \ 33 _("i32", I32) \ 34 _("u64", U64) \ [all …]
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | define.h | 26 #define PANDA_ASSEMBLER_TYPES(_) \ argument 27 _("void", VOID) \ 28 _("u1", U1) \ 29 _("u8", U8) \ 30 _("i8", I8) \ 31 _("u16", U16) \ 32 _("i16", I16) \ 33 _("u32", U32) \ 34 _("i32", I32) \ 35 _("u64", U64) \ [all …]
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | variableFlags.h | 25 #define DECLARATION_KINDS(_) \ argument 26 _(VAR, VarDecl) \ 27 _(LET, LetDecl) \ 28 _(CONST, ConstDecl) \ 29 _(CLASS, ClassDecl) \ 30 _(FUNC, FunctionDecl) \ 31 _(PARAM, ParameterDecl) \ 33 _(TYPE_ALIAS, TypeAliasDecl) \ 34 _(NAMESPACE, NamespaceDecl) \ 35 _(INTERFACE, InterfaceDecl) \ [all …]
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | variableFlags.h | 24 #define DECLARATION_KINDS(_) \ argument 25 _(VAR, VarDecl) \ 26 _(LET, LetDecl) \ 27 _(CONST, ConstDecl) \ 28 _(LABEL, LabelDecl) \ 29 _(READONLY, ReadonlyDecl) \ 30 _(FUNC, FunctionDecl) \ 31 _(PARAM, ParameterDecl) \ 32 _(IMPORT, ImportDecl) \ 33 _(DYNAMIC_IMPORT, DynamicImportDecl) \ [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/std/core/ |
| D | std_core_array.sts | 18 desc: {function: {{.item.method_name}}_{{.item.method_signature_desc.values()|join("_")}}} 25 desc: {function: {{.item.method_name}}_{{.item.method_signature_desc.values()|join("_")}}} 32 desc: {function: {{.item.method_name}}_{{.item.method_signature_desc.values()|join("_")}}} 39 desc: {function: {{.item.method_name}}_{{.item.method_signature_desc.values()|join("_")}}} 46 desc: {function: {{.item.method_name}}_{{.item.method_signature_desc.values()|join("_")}}} 53 desc: {function: {{.item.method_name}}_{{.item.method_signature_desc.values()|join("_")}}} 60 desc: {function: {{.item.method_name}}_{{.item.method_signature_desc.values()|join("_")}}} 67 desc: {function: {{.item.method_name}}_{{.item.method_signature_desc.values()|join("_")}}} 74 desc: {function: {{.item.method_name}}_{{.item.method_signature_desc.values()|join("_")}}} 81 desc: {function: std_core_array_lastIndexOf_{{.item.method_array_param_type}}_{{.item.method_array… [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/global_vars/ |
| D | lib.expected | 19 function _$init$_(): void { return {} as any; }; 20 (_$init$_ as any) = ETSGLOBAL._$init$_; 21 export {_$init$_}; 22 exports._$init$_ = _$init$_; 23 _$init$_();
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| D | api_test.h | 60 #define DEBUG_EVENTS_LIST(_) \ argument 61 _(BREAKPOINT) \ 62 _(LOAD_MODULE) \ 63 _(PAUSED) \ 64 _(EXCEPTION) \ 65 _(EXCEPTION_CATCH) \ 66 _(FIELD_ACCESS) \ 67 _(FIELD_MODIFICATION) \ 68 _(FRAME_POP) \ 69 _(GARBAGE_COLLECTIION_START) \ [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/escompat/ |
| D | escompat_Math.sts | 19 desc: {function: {{.item.method_name}}_{{.item.method_signature.values()|join("_")}}} 27 desc: {function: {{.item.method_name}}_{{.item.method_signature.values()|join("_")}}} 35 desc: {function: {{.item.method_name}}_{{.item.method_signature.values()|join("_")}}} 43 desc: {function: {{.item.method_name}}_{{.item.method_signature.values()|join("_")}}} 51 desc: {function: {{.item.method_name}}_{{.item.method_signature.values()|join("_")}}} 59 desc: {function: {{.item.method_name}}_{{.item.method_signature.values()|join("_")}}}
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/std/math/ |
| D | std_math.sts | 19 desc: {function: {{.item.method_name}}_{{.item.method_signature.values()|join("_")}}} 28 desc: {function: {{.item.method_name}}_{{.item.method_signature.values()|join("_")}}} 36 desc: {function: {{.item.method_name}}_{{.item.method_signature.values()|join("_")}}} 44 desc: {function: {{.item.method_name}}_{{.item.method_signature.values()|join("_")}}} 52 desc: {function: {{.item.method_name}}_{{.item.method_signature.values()|join("_")}}} 60 desc: {function: {{.item.method_name}}_{{.item.method_signature.values()|join("_")}}}
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/enums/ |
| D | lib.expected | 19 function _$init$_(): void { return {} as any; }; 20 (_$init$_ as any) = ETSGLOBAL._$init$_; 21 _$init$_();
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/unions/ |
| D | lib.expected | 19 function _$init$_(): void { return {} as any; }; 20 (_$init$_ as any) = ETSGLOBAL._$init$_; 21 _$init$_();
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/templates/ |
| D | Template.swift | 74 class func consumeBool(_ v: Bool) throws { in consumeBool() 80 class func consumeChar(_ v: Character) throws { in consumeChar() 86 class func consumeShort(_ v: Int16) throws { in consumeShort() 92 class func consumeInt(_ v: Int) throws { in consumeInt() 98 class func consumeLong(_ v: Int64) throws { in consumeLong() 104 class func consumeFloat(_ v: Float) throws { in consumeFloat() 110 class func consumeDouble(_ v: Double) throws { in consumeDouble() 116 class func consumeObj(_ v: AnyObject) { in consumeObj() 129 class func consumeObjs(_ v: [AnyObject]) { in consumeObjs() 135 class func consume(_ v: Bool) throws { in consume() [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/getters_setters/ |
| D | lib.expected | 19 function _$init$_(): void { return {} as any; }; 20 (_$init$_ as any) = ETSGLOBAL._$init$_; 21 _$init$_();
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/properties/ |
| D | lib1.expected | 19 function _$init$_(): void { return {} as any; }; 20 (_$init$_ as any) = ETSGLOBAL._$init$_; 21 _$init$_();
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/imports/ |
| D | lib1.expected | 21 function _$init$_(): void { return {} as any; }; 22 (_$init$_ as any) = ETSGLOBAL._$init$_; 23 _$init$_();
|
| /arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases/ |
| D | test-namespace-enum-transformed-function-expected.txt | 3 slot _.#14695981039346656037#_-1 25 slot _.#14695981039346656037_1#_-1 47 slot _.#14695981039346656037_2#_-1 69 slot _.#14695981039346656037_3#_-1 91 slot _.#14695981039346656037_4#_-1 113 slot _.#14695981039346656037_5#_-1 135 slot _.#14695981039346656037_6#_-1
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/async/ |
| D | lib.expected | 19 function _$init$_(): void { return {} as any; }; 20 (_$init$_ as any) = ETSGLOBAL._$init$_; 21 _$init$_();
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/methods/ |
| D | lib.expected | 19 function _$init$_(): void { return {} as any; }; 20 (_$init$_ as any) = ETSGLOBAL._$init$_; 21 _$init$_();
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/functions/ |
| D | lib.expected | 19 function _$init$_(): void { return {} as any; }; 20 (_$init$_ as any) = ETSGLOBAL._$init$_; 21 _$init$_();
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/fields/ |
| D | lib.expected | 23 function _$init$_(): void { return {} as any; }; 24 (_$init$_ as any) = ETSGLOBAL._$init$_; 25 _$init$_();
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/classes/ |
| D | lib.expected | 19 function _$init$_(): void { return {} as any; }; 20 (_$init$_ as any) = ETSGLOBAL._$init$_; 21 _$init$_();
|