| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/ |
| D | async_call.sts | 56 …t, i2: int, i3: int, i4: int, i5: int, f1: double, f2: double, f3: double, f4: double, f5: double,… 66 assert_eq(f4, 4.0); 75 …t, i3: int, i4: int, i5: int, i6: int, f1: double, f2: double, f3: double, f4: double, f5: double,… 86 assert_eq(f4, 4.0); 116 async function arm32hf_small(i1: int, i2: int, i3: int, f1: double, f2: double, f3: double, f4: dou… 124 assert_eq(f4, 4.0); 133 …ge(i1: int, i2: int, i3: int, i4: int, f1: double, f2: double, f3: double, f4: double, f5: double,… 142 assert_eq(f4, 4.0); 152 …t, i4: int, i5: int, i6: int, i7: int, f1: double, f2: double, f3: double, f4: double, f5: double,… 164 assert_eq(f4, 4.0); [all …]
|
| /arkcompiler/ets_runtime/test/aottest/pgo_gettersetter/ |
| D | pgo_gettersetter.ts | 53 function f4() { function 56 class C5 extends f4 { 61 return f4;
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | wrong_accumulator_position.pa | 14 .function i32 f4(i32 a0, i32 a1, i32 a2, i32 a3) { 21 call.acc f4, v0, v0, v0, 4 # 4 is not allowed here
|
| /arkcompiler/runtime_core/static_core/tests/verifier-tests/ |
| D | wrong_accumulator_position.pa | 14 .function i32 f4(i32 a0, i32 a1, i32 a2, i32 a3) { 21 call.acc f4, v0, v0, v0, 4 # 4 is not allowed here
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/variable_declaration/ |
| D | const_declaration.ts | 22 const F4: String[] = ['Jay', 'JJ', 'Gang', 'Bai']; constant 24 const [JAY, JJ, GANG, BAI] = F4;
|
| /arkcompiler/ets_runtime/test/aottest/try_forloop_emptycatch/ |
| D | try_forloop_emptycatch.ts | 33 function f4() { function 47 print(ArkTools.isAOTCompiled(f4));
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/import_export/07.export_directives/02.export_type_directives/ |
| D | import_type_alias_with_qualified_access.sts | 36 function f4(): types.text { 48 assert(f4() == "test")
|
| /arkcompiler/ets_runtime/test/moduletest/arrayfindindex/ |
| D | arrayfindindex.js | 47 function f4(a5, a6) { function 53 try { v3.findIndex(f4);} catch (err) { print(err)};
|
| /arkcompiler/ets_runtime/test/moduletest/jsonstringifier/ |
| D | expect_output.txt | 17 {"g":9,"f1":1,"f2":1,"f3":1,"f4":1,"f5":1,"f6":1,"f7":1,"f8":1} 22 {"0":{"f3":3},"1":{"f4":4}}
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | stack_walker_test.cpp | 420 .function u1 f4() { 427 call f4 471 …runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2… in TEST_F() 474 …runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2… in TEST_F() 477 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4|_GLOBAL::f2).*"); in TEST_F() 480 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4).*"); in TEST_F() 489 …runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2|_GLOBAL::f3).… in TEST_F() 492 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2).*"); in TEST_F() 495 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f4|_GLOBAL::f2).*"); in TEST_F() 498 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f4).*"); in TEST_F()
|
| /arkcompiler/ets_runtime/test/moduletest/proxy/ |
| D | proxy.js | 104 function F4(a6, a7) { class 106 new v9(a6, v9, F4); 109 new F4();
|
| /arkcompiler/ets_runtime/test/moduletest/functionapply/ |
| D | functionapply.js | 51 function F4(a6, a7) { class 67 const v16 = new F4(); 68 F4(v16, v3);
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | conversionFromInfinity.sts | 83 let f4 = -Infinity as float 87 assert(f4 == -Infinity)
|
| /arkcompiler/ets_runtime/test/jittest/pgo_roottype_test/inline_type_info_accessor_test/ |
| D | inline_type_info_accessor_test.ts | 19 function f4() { function 59 "getPrototypeOf": f4,
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/ |
| D | destructuring_parameters.sts | 51 function f4([a, b]): void { 54 f4(['Hello', 'Wolrd']);
|
| D | function_object_methods.sts | 127 f4: (): string => { 139 console.log(person.f4.apply(person1));
|
| D | delete_operator.sts | 44 const f4 = (o: T4) => delete o.field;
|
| D | non_initializable_prop_decorators.sts | 57 f4;
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/js/ |
| D | test-function-decl-1.js | 29 function f4(a, b, c) { function
|
| D | test-function-decl.js | 29 function f4(a, b, c) { function
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-function-decl.js | 29 function f4(a, b, c) { function
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | call.virt.range.yaml | 298 f64[] f4 312 stobj.obj a0, R.f4 409 ldobj.obj v1, R.f4 456 f64 f4 482 stobj.64 v0, R.f4 720 ldobj.64 v2, R.f4 961 f64[] f4 976 stobj.obj a0, R.f4 1073 ldobj.obj v1, R.f4 1120 f64 f4 [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/decodeuricomponent/ |
| D | decodeuricomponent.js | 60 let invalidURI = header + "%F4%90%BF%BF"; 67 let validURI = header + "%F4%8F%BF%BF";
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/ |
| D | safe_hole2.js | 34 function f4() { function
|
| D | safe_hole1.js | 39 function f4() { function
|