/arkcompiler/ets_runtime/test/moduletest/stubbuilder/ |
D | stubbuilder.js | 30 var fun = function(parameter) { function 34 var call = fun(100); 46 var fun = function(pmt1, pmt2, pmt3, pmt4, pmt5, pmt6, pmt7, pmt8, pmt9, pmt10) { 51 var call = fun(1, 2, 3, 4, 5, 6, 7, 8, 9, 10); 61 var fun = function() { 65 var iter = fun(); 75 var fun = function() { 82 var iter = fun(); 94 var fun = function() { 98 var iter = fun(); [all …]
|
/arkcompiler/ets_runtime/test/aottest/duplicatefunctions/ |
D | duplicatefunctions.ts | 23 fun (a:number, b:number) { return a + b; }, 27 fun(a:number, b:number):number { method in Obj1 41 print(obj.fun(3, 3)); 42 print(obj1.fun(4, 4));
|
/arkcompiler/ets_runtime/test/aottest/defineclasswithbuffer/ |
D | defineclasswithbuffer.ts | 22 fun(s:number):number { 28 fun():void { method in Obj2 35 print(obj1.fun(2)); 37 obj2.fun();
|
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/ |
D | function_implicit_return_type8.ets | 17 function fun(x: int) { 34 let x = fun(2); 35 let y = fun(0); 36 let z = fun(-1);
|
D | function_implicit_return_type9.ets | 23 function fun(x: int) { 38 let x = fun(2); 39 let y = fun(0); 40 let z = fun(-1);
|
/arkcompiler/ets_runtime/test/moduletest/moduleImportJson/ |
D | moduleImportJson.js | 23 import { fun } from "./cjsImportJson"; 26 fun();
|
D | cjsImportJson.js | 24 module.exports.fun = function foo1 () { function
|
/arkcompiler/ets_runtime/test/aottest/createobjecthavingmethod/ |
D | createobjecthavingmethod.ts | 19 fun (a:number) {print(this.value + a)}, 22 obj.fun(1);
|
/arkcompiler/ets_runtime/test/typeinfer/createobjecthavingmethod/ |
D | createobjecthavingmethod.ts | 20 fun() : number, 23 fun() {
|
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/ |
D | test-ts-typeof-returntype-1.ts | 24 function fun(){ function 28 MainAbility.test(fun,1)([]);
|
/arkcompiler/ets_runtime/test/aottest/loop_with_variable_exchange/ |
D | loop_with_variable_exchange.ts | 18 function fun(r1:number, r2:number):void { 31 fun(1, -1);
|
/arkcompiler/ets_runtime/test/moduletest/moduleUseCjs/ |
D | moduleUseCjs.js | 24 import {json, fun} from "./someArgsCjs" 30 fun();
|
D | someArgsCjs.js | 24 module.exports.fun = function foo1 () { function
|
/arkcompiler/ets_frontend/arkguard/test/grammar/in_operator/ |
D | privateNameInInExpressionTransform.ts | 18 #fun() { } 23 #fun in a; // expect F's 'instances' WeakSet
|
/arkcompiler/ets_runtime/test/typeinfer/callithisrange/ |
D | callithisrange.ts | 23 fun(value:number):number { 52 AssertType(a.fun(2), "number");
|
/arkcompiler/toolchain/test/fuzztest/connectserver_fuzzer/ |
D | connectserver_fuzzer.cpp | 36 std::function<void(std::string&&)> fun = TestFun; in ConnectServerFuzzTest() local 37 ConnectServer connectServer("com.example.myapplication", fun); in ConnectServerFuzzTest()
|
/arkcompiler/toolchain/test/fuzztest/wsserver_fuzzer/ |
D | wsserver_fuzzer.cpp | 36 std::function<void(std::string&&)> fun = TestFun; in WsServerFuzzTest() local 41 WsServer wsServer(debugInfo, fun); in WsServerFuzzTest()
|
/arkcompiler/ets_frontend/ets2panda/test/compiler/ets/ |
D | newClassInstanceExpression.ets | 17 public static fun(): int[] { 23 let obj = new A.fun();
|
D | newClassInstanceExpression-expected.txt | 29 "name": "fun", 53 "name": "fun", 536 "name": "fun", 727 TypeError: 'fun' type does not exist. [newClassInstanceExpression.ets:23:21]
|
/arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
D | extended_conditional_expression_string.ets | 16 function fun(s: Object) : boolean { 27 if (fun(emptyString)) {
|
/arkcompiler/runtime_core/disassembler/tests/expected/ |
D | module-multi-import.pa | 8 0 0x685 { 4 [ string:"fun", method:fun, method_affiliate:2, i32:1, ]} 110 .function any module-multi-import.fun(any a0, any a1, any a2, any a3, any a4) <static> { 121 …buffer 0x0, module-multi-import.ClassA:(any,any,any), { 4 [ string:"fun", method:fun, method_affil…
|
/arkcompiler/runtime_core/static_core/verification/models/typesystem/ |
D | ark_typesystem.als | 119 fun sort[universe: Sort->Params->Type, t: Type] : Sort { universe.t.Params } 120 fun params[universe: Sort->Params->Type, t: Type] : Params { universe.t[universe.sort[t]] } 121 fun signature[universe: Sort->Params->Type, t: Type] : seq Param { universe.params[t].signature } 125 fun same_sort_arity_subtypeable[universe: Sort->Params->Type, subtyping: Type -> Type] : Type -> Ty… 132 fun all_subtypeable[universe: Sort->Params->Type, subtyping: Type -> Type] : Type -> Type {
|
D | ark_subtyping_closure.als | 76 fun sort[t: Type] : Sort { TypeSystem.universe.ts/sort[t] } 77 fun params[t: Type] : Params { TypeSystem.universe.ts/params[t] } 78 fun signature[t: Type] : seq Param { TypeSystem.universe.ts/signature[t] } 125 fun common_indices[t1, t2: Type] : set Int { 131 fun complement_to_full[closure : Type->Type, addon : Type->Type] : Type -> Type { 135 fun affected[t: Time, ts : Type -> Type] : Type->Type { 161 fun all_affected[t: Time, ts : Type -> Type] : Type->Type {
|
/arkcompiler/runtime_core/disassembler/tests/module/ |
D | module-multi-import.js | 36 fun(a, b) { return a + b; } method in ClassA
|
/arkcompiler/ets_frontend/testTs/expect/controlFlow/ |
D | typeGuardsTypeParameters.txt | 5 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'fun'}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1…
|