| /arkcompiler/runtime_core/static_core/tests/cts-assembly/ |
| D | tst-branch.pa | 32 call.short ret0 35 call.short ret1 43 call.short ret0 46 call.short ret1 54 call.short ret0 57 call.short ret1 65 call.short ret0 68 call.short ret1 76 call.short ret0 79 call.short ret1 [all …]
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | tst-branch.pa | 32 call.short ret0 35 call.short ret1 43 call.short ret0 46 call.short ret1 54 call.short ret0 57 call.short ret1 65 call.short ret0 68 call.short ret1 76 call.short ret0 79 call.short ret1 [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/03.overloading_for_functions/ |
| D | function_argument_equivalent_neg.params.yaml | 16 - { arg: "", call: "" } 17 - { arg: "i: short", call: "1 as short" } 18 - { arg: "i: Short", call: "new Short()" } 19 - { arg: "i: int", call: "1 as int" } 20 - { arg: "i: Int", call: "new Int()" } 21 - { arg: "i: long", call: "1 as long" } 22 - { arg: "i: Long", call: "new Long()" } 23 - { arg: "i: float", call: "1.1 as float" } 24 - { arg: "i: Float", call: "new Float()" } 25 - { arg: "i: double", call: "1.2 as double" } [all …]
|
| D | function_argument_equivalent_n.params.yaml | 16 - { arg: "", call: "", res: 1} 17 - { arg: "i: short", call: "1 as short", res: 2} 18 - { arg: "i: Short", call: "new Short()", res: 3} 19 - { arg: "i: int", call: "1 as int", res: 4} 20 - { arg: "i: Int", call: "new Int()", res: 5} 21 - { arg: "i: long", call: "1 as long", res: 6} 22 - { arg: "i: Long", call: "new Long()", res: 7} 23 - { arg: "i: float", call: "1.1 as float", res: 8} 24 - { arg: "i: Float", call: "new Float()", res: 9} 25 - { arg: "i: double", call: "1.2 as double", res: 10} [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/js/ |
| D | test-call-expression-expected.txt | 16 "program": "test-call-expression.js" 21 "program": "test-call-expression.js" 38 "program": "test-call-expression.js" 43 "program": "test-call-expression.js" 56 "program": "test-call-expression.js" 61 "program": "test-call-expression.js" 71 "program": "test-call-expression.js" 76 "program": "test-call-expression.js" 91 "program": "test-call-expression.js" 96 "program": "test-call-expression.js" [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_lmbd/ |
| D | call-lmbd.params.yaml | 30 call: '(new A()) === c' 32 call: '(new B()) === c' 34 call: '(new C()) === c' 37 call: '(new A()) === c' 39 call: '(new B()) === c' 41 call: '(new C()) === c' 44 call: '(new A()) === c' 46 call: '(new B()) === c' 48 call: '(new C()) === c' 51 call: '(new A()) === c' [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_var/ |
| D | decl-var.params.yaml | 30 call: '(new A()) === c' 32 call: '(new B()) === c' 34 call: '(new C()) === c' 37 call: '(new A()) === c' 39 call: '(new B()) === c' 41 call: '(new C()) === c' 44 call: '(new A()) === c' 46 call: '(new B()) === c' 48 call: '(new C()) === c' 51 call: '(new A()) === c' [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_meth/ |
| D | call-meth.params.yaml | 30 call: '(new A()) === c' 32 call: '(new B()) === c' 34 call: '(new C()) === c' 37 call: '(new A()) === c' 39 call: '(new B()) === c' 41 call: '(new C()) === c' 44 call: '(new A()) === c' 46 call: '(new B()) === c' 48 call: '(new C()) === c' 51 call: '(new A()) === c' [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_arr/ |
| D | comp-arr.params.yaml | 30 call: '(new A()) === c' 32 call: '(new B()) === c' 34 call: '(new C()) === c' 37 call: '(new A()) === c' 39 call: '(new B()) === c' 41 call: '(new C()) === c' 44 call: '(new A()) === c' 46 call: '(new B()) === c' 48 call: '(new C()) === c' 51 call: '(new A()) === c' [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_func/ |
| D | call-func.params.yaml | 30 call: '(new A()) === c' 32 call: '(new B()) === c' 34 call: '(new C()) === c' 37 call: '(new A()) === c' 39 call: '(new B()) === c' 41 call: '(new C()) === c' 44 call: '(new A()) === c' 46 call: '(new B()) === c' 48 call: '(new C()) === c' 51 call: '(new A()) === c' [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/assn_var/ |
| D | assn-var.params.yaml | 30 call: '(new A()) === c' 32 call: '(new B()) === c' 34 call: '(new C()) === c' 37 call: '(new A()) === c' 39 call: '(new B()) === c' 41 call: '(new C()) === c' 44 call: '(new A()) === c' 46 call: '(new B()) === c' 48 call: '(new C()) === c' 51 call: '(new A()) === c' [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/call_cons/ |
| D | call-cons.params.yaml | 30 call: '(new A()) === c' 32 call: '(new B()) === c' 34 call: '(new C()) === c' 37 call: '(new A()) === c' 39 call: '(new B()) === c' 41 call: '(new C()) === c' 44 call: '(new A()) === c' 46 call: '(new B()) === c' 48 call: '(new C()) === c' 51 call: '(new A()) === c' [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/decl_field/ |
| D | decl-field.params.yaml | 30 call: '(new A()) === c' 32 call: '(new B()) === c' 34 call: '(new C()) === c' 37 call: '(new A()) === c' 39 call: '(new B()) === c' 41 call: '(new C()) === c' 44 call: '(new A()) === c' 46 call: '(new B()) === c' 48 call: '(new C()) === c' 51 call: '(new A()) === c' [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/05.overloading_and_overriding_in_interfaces/ |
| D | two_interfaces.params.yaml | 16 - { arg: "", call: "", res: 1} 17 - { arg: "i: short", call: "1 as short", res: 2} 18 - { arg: "i: Short", call: "new Short()", res: 3} 19 - { arg: "i: int", call: "1 as int", res: 4} 20 - { arg: "i: Int", call: "new Int()", res: 5} 21 - { arg: "i: long", call: "1 as long", res: 6} 22 - { arg: "i: Long", call: "new Long()", res: 7} 23 - { arg: "i: float", call: "1.1 as float", res: 8} 24 - { arg: "i: Float", call: "new Float()", res: 9} 25 - { arg: "i: double", call: "1.2 as double", res: 10} [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/15.semantic_rules/07.overloading_and_overriding/04.overloading_and_overriding_in_classes/ |
| D | two_class_method_over_n.params.yaml | 16 - { arg: "", call: "", res: 1} 17 - { arg: "i: short", call: "1 as short", res: 2} 18 - { arg: "i: Short", call: "new Short()", res: 3} 19 - { arg: "i: int", call: "1 as int", res: 4} 20 - { arg: "i: Int", call: "new Int()", res: 5} 21 - { arg: "i: long", call: "1 as long", res: 6} 22 - { arg: "i: Long", call: "new Long()", res: 7} 23 - { arg: "i: float", call: "1.1 as float", res: 8} 24 - { arg: "i: Float", call: "new Float()", res: 9} 25 - { arg: "i: double", call: "1.2 as double", res: 10} [all …]
|
| D | static_method_over_n2.params.yaml | 17 …- { base: "i: Number|undefined|null", derived: "i: undefined|Number|null", call: "undefined", res:… 18 - { base: "i: Number|undefined|null", derived: "i: undefined|null|Number", call: "null", res: 2 } 20 …- { base: "i: Number, j: number", derived: "i: number, k: Number", call: "new Number(), 1", res: 1… 21 …- { base: "i: Number, j: number", derived: "i: number, k: Number", call: "1, new Number()", res: 2… 25 - { base: "i: Number", derived: "i: Double", call: "new Number()", res: 2 } 26 - { base: "i: Number", derived: "i: Double", call: "new Double()", res: 2 } 27 - { base: "i: Double", derived: "i: Number", call: "new Number()", res: 2 } 28 - { base: "i: Double", derived: "i: Number", call: "new Double()", res: 2 } 30 - { base: "i: A", derived: "i: B", call: "new A()", res: 1 } 31 - { base: "i: A", derived: "i: B", call: "new B()", res: 2 } [all …]
|
| D | instance_method_over_n2.params.yaml | 17 …- { base: "i: Number|undefined|null", derived: "i: undefined|Number|null", call: "undefined", res:… 18 - { base: "i: Number|undefined|null", derived: "i: undefined|null|Number", call: "null", res: 2 } 20 …- { base: "i: Number, j: number", derived: "i: number, k: Number", call: "new Number(), 1", res: 1… 21 …- { base: "i: Number, j: number", derived: "i: number, k: Number", call: "1, new Number()", res: 2… 25 - { base: "i: Number", derived: "i: Double", call: "new Number()", res: 2 } 26 - { base: "i: Number", derived: "i: Double", call: "new Double()", res: 2 } 27 - { base: "i: Double", derived: "i: Number", call: "new Number()", res: 2 } 28 - { base: "i: Double", derived: "i: Number", call: "new Double()", res: 2 } 30 - { base: "i: A", derived: "i: B", call: "new A()", res: 1 } 31 - { base: "i: A", derived: "i: B", call: "new B()", res: 2 } [all …]
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedcollectionsexception/ |
| D | expect_output.txt | 15 call boundAt fail. err: BusinessError: The at method cannot be bound., errCode: 10200011 16 Call boundConcat fail. err: BusinessError: The concat method cannot be bound., errCode: 10200011 17 Call boundEntries failed. err: BusinessError: The entries method cannot be bound., errCode: 10200011 18 Call boundFill failed. err: BusinessError: The fill method cannot be bound., errCode: 10200011 19 Call boundFilter failed. err: BusinessError: The filter method cannot be bound., errCode: 10200011 20 Call boundFind failed. err: BusinessError: The find method cannot be bound., errCode: 10200011 21 Call boundFindIndex failed. err: BusinessError: The findIndex method cannot be bound., errCode: 102… 22 Call boundForEach failed. err: BusinessError: The forEach method cannot be bound., errCode: 10200011 23 Call boundIndexOf failed. err: BusinessError: The indexOf method cannot be bound., errCode: 10200011 24 Call boundJoin failed. err: BusinessError: The join method cannot be bound., errCode: 10200011 [all …]
|
| D | sharedcollectionsexception.ts | 41 print("call boundAt success."); 43 print("call boundAt fail. err: " + err + ", errCode: " + err.code); 50 print("Call boundConcat succeed."); 52 print("Call boundConcat fail. err: " + err + ", errCode: " + err.code); 59 print("Call boundEntries succeed."); 61 print("Call boundEntries failed. err: " + err + ", errCode: " + err.code); 68 print("Call boundFill succeed."); 70 print("Call boundFill failed. err: " + err + ", errCode: " + err.code); 77 print("Call boundFilter succeed."); 79 print("Call boundFilter failed. err: " + err + ", errCode: " + err.code); [all …]
|
| /arkcompiler/runtime_core/tests/regression/ |
| D | stack-9-params.pa | 23 call.short IO.printString, v0, v0 24 call.short IO.printI64, a0, a0 25 call.short IO.printString, v0, v0 26 call.short IO.printI64, a1, a1 27 call.short IO.printString, v0, v0 28 call.short IO.printI64, a2, a2 29 call.short IO.printString, v0, v0 30 call.short IO.printI64, a3, a3 31 call.short IO.printString, v0, v0 32 call.short IO.printI64, a4, a4 [all …]
|
| /arkcompiler/runtime_core/static_core/tests/regression/ |
| D | stack-9-params.pa | 23 call.short IO.printString, v0, v0 24 call.short IO.printI64, a0, a0 25 call.short IO.printString, v0, v0 26 call.short IO.printI64, a1, a1 27 call.short IO.printString, v0, v0 28 call.short IO.printI64, a2, a2 29 call.short IO.printString, v0, v0 30 call.short IO.printI64, a3, a3 31 call.short IO.printString, v0, v0 32 call.short IO.printI64, a4, a4 [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/lexicalEnv/classEnv/ |
| D | constructor-try-catch-nosuper-exception-expected.txt | 1 ReferenceError: undefinedsub-class must call super before use 'this' 2 ReferenceError: undefinedsub-class must call super before use 'this' 3 ReferenceError: undefinedsub-class must call super before use 'this' 4 ReferenceError: undefinedsub-class must call super before use 'this' 5 ReferenceError: undefinedsub-class must call super before use 'this' 6 ReferenceError: undefinedsub-class must call super before use 'this' 7 ReferenceError: undefinedsub-class must call super before use 'this' 8 ReferenceError: undefinedsub-class must call super before use 'this' 9 ReferenceError: undefinedsub-class must call super before use 'this' 10 ReferenceError: undefinedsub-class must call super before use 'this'
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/05.implicit_conversions/08.function_types_conversions/comp_obj/ |
| D | comp-clss.params.yaml | 31 call: '(new A()) === c' 34 call: '(new B()) === c' 37 call: '(new C()) === c' 41 call: '(new A()) === c' 44 call: '(new B()) === c' 47 call: '(new C()) === c' 51 call: '(new A()) === c' 54 call: '(new B()) === c' 57 call: '(new C()) === c' 61 call: '(new A()) === c' [all …]
|
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/map/Values/ |
| D | builtinMapValues.ts | 39 //aot: [trace] aot call builtin: Map.values, caller function name:func_main_0@builtinMapValues 43 //aot: [trace] aot call builtin: Map.values, caller function name:func_main_0@builtinMapValues 44 //aot: [trace] aot call builtin: MapIterator.next, caller function name:func_main_0@builtinMapValues 48 //aot: [trace] aot call builtin: Map.values, caller function name:func_main_0@builtinMapValues 49 //aot: [trace] aot call builtin: MapIterator.next, caller function name:func_main_0@builtinMapValues 53 //aot: [trace] aot call builtin: Map.values, caller function name:func_main_0@builtinMapValues 54 //aot: [trace] aot call builtin: MapIterator.next, caller function name:func_main_0@builtinMapValues 58 //aot: [trace] aot call builtin: Map.values, caller function name:func_main_0@builtinMapValues 60 //aot: [trace] aot call builtin: Map.values, caller function name:func_main_0@builtinMapValues 64 //aot: [trace] aot call builtin: Map.values, caller function name:func_main_0@builtinMapValues [all …]
|
| /arkcompiler/ets_runtime/test/aottest/builtin_inlining/map/Keys/ |
| D | builtinMapKeys.ts | 39 //aot: [trace] aot call builtin: Map.keys, caller function name:func_main_0@builtinMapKeys 43 //aot: [trace] aot call builtin: Map.keys, caller function name:func_main_0@builtinMapKeys 44 //aot: [trace] aot call builtin: MapIterator.next, caller function name:func_main_0@builtinMapKeys 48 //aot: [trace] aot call builtin: Map.keys, caller function name:func_main_0@builtinMapKeys 49 //aot: [trace] aot call builtin: MapIterator.next, caller function name:func_main_0@builtinMapKeys 53 //aot: [trace] aot call builtin: Map.keys, caller function name:func_main_0@builtinMapKeys 54 //aot: [trace] aot call builtin: MapIterator.next, caller function name:func_main_0@builtinMapKeys 58 //aot: [trace] aot call builtin: Map.keys, caller function name:func_main_0@builtinMapKeys 60 //aot: [trace] aot call builtin: Map.keys, caller function name:func_main_0@builtinMapKeys 64 //aot: [trace] aot call builtin: Map.keys, caller function name:func_main_0@builtinMapKeys [all …]
|