Home
last modified time | relevance | path

Searched refs:fun (Results 1 – 25 of 47) sorted by relevance

12

/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js30 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/
Dduplicatefunctions.ts23 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/
Ddefineclasswithbuffer.ts22 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/
Dfunction_implicit_return_type8.ets17 function fun(x: int) {
34 let x = fun(2);
35 let y = fun(0);
36 let z = fun(-1);
Dfunction_implicit_return_type9.ets23 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/
DmoduleImportJson.js23 import { fun } from "./cjsImportJson";
26 fun();
DcjsImportJson.js24 module.exports.fun = function foo1 () { function
/arkcompiler/ets_runtime/test/aottest/createobjecthavingmethod/
Dcreateobjecthavingmethod.ts19 fun (a:number) {print(this.value + a)},
22 obj.fun(1);
/arkcompiler/ets_runtime/test/typeinfer/createobjecthavingmethod/
Dcreateobjecthavingmethod.ts20 fun() : number,
23 fun() {
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/
Dtest-ts-typeof-returntype-1.ts24 function fun(){ function
28 MainAbility.test(fun,1)([]);
/arkcompiler/ets_runtime/test/aottest/loop_with_variable_exchange/
Dloop_with_variable_exchange.ts18 function fun(r1:number, r2:number):void {
31 fun(1, -1);
/arkcompiler/ets_runtime/test/moduletest/moduleUseCjs/
DmoduleUseCjs.js24 import {json, fun} from "./someArgsCjs"
30 fun();
DsomeArgsCjs.js24 module.exports.fun = function foo1 () { function
/arkcompiler/ets_frontend/arkguard/test/grammar/in_operator/
DprivateNameInInExpressionTransform.ts18 #fun() { }
23 #fun in a; // expect F's 'instances' WeakSet
/arkcompiler/ets_runtime/test/typeinfer/callithisrange/
Dcallithisrange.ts23 fun(value:number):number {
52 AssertType(a.fun(2), "number");
/arkcompiler/toolchain/test/fuzztest/connectserver_fuzzer/
Dconnectserver_fuzzer.cpp36 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/
Dwsserver_fuzzer.cpp36 std::function<void(std::string&&)> fun = TestFun; in WsServerFuzzTest() local
41 WsServer wsServer(debugInfo, fun); in WsServerFuzzTest()
/arkcompiler/ets_frontend/ets2panda/test/compiler/ets/
DnewClassInstanceExpression.ets17 public static fun(): int[] {
23 let obj = new A.fun();
DnewClassInstanceExpression-expected.txt29 "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/
Dextended_conditional_expression_string.ets16 function fun(s: Object) : boolean {
27 if (fun(emptyString)) {
/arkcompiler/runtime_core/disassembler/tests/expected/
Dmodule-multi-import.pa8 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/
Dark_typesystem.als119 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 {
Dark_subtyping_closure.als76 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/
Dmodule-multi-import.js36 fun(a, b) { return a + b; } method in ClassA
/arkcompiler/ets_frontend/testTs/expect/controlFlow/
DtypeGuardsTypeParameters.txt5 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'fun'}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1…

12