/arkcompiler/runtime_core/static_core/verification/value/tests/ |
H A D | variables_test.cpp | 32 auto v4 = vars.NewVar(); in TEST_F() local 36 EXPECT_TRUE(v3 != v2 && v3 != v1 && v3 != v4); in TEST_F() 38 v4 = v3; in TEST_F() 44 EXPECT_FALSE(v4 == v5); in TEST_F() 48 ForEach(vars.AllVariables(), [&count, &v1, &v2, &v4, &v5](auto v) { in TEST_F() 50 EXPECT_TRUE(v == v1 || v == v2 || v == v4 || v == v5); in TEST_F()
|
/arkcompiler/ets_runtime/test/moduletest/ictest/ |
H A D | ictest.js | 104 set y(v4) { 134 const v4 = { __proto__: v3 }; 135 v4[3] = v4;
|
/arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/ |
H A D | safe_hole5.js | 25 function f0(v3 = 10, v4 = function (){ 36 return v4;
|
H A D | safe_hole6.js | 25 function f0(v3 = 10, v4 = function (){ 32 'pybfr'.replace(v4, '');
|
H A D | safe_hole2.js | 26 (function (v4 = () => arguments){ 28 let v6 = v4();
|
H A D | safe_hole1.js | 32 (function (v4 = () => arguments){ 34 let v6 = v4();
|
H A D | safe_hole4.js | 42 (function (v4 = () => arguments) { 43 v4[Symbol.toStringTag] = "hello2";
|
/arkcompiler/ets_runtime/test/aottest/pgo_object_prototype/ |
H A D | pgo_object_prototype.js | 37 let v4 = new F0(); 48 C27.__proto__ = v4;
|
/arkcompiler/ets_runtime/test/moduletest/throwerror/ |
H A D | throwerror.js | 33 const v4 = [4294967297]; 35 ([1,2]).reduce(f0, v4);
|
/arkcompiler/ets_runtime/test/moduletest/stackoverflow/ |
H A D | stackoverflow.js | 55 const v4 = v3.bind();
57 4294967296n + v4;
|
/arkcompiler/ets_runtime/test/moduletest/objoperate/ |
H A D | objoperate.js | 79 let v4=v3.exec(v3);
81 v4[{}]=print;
|
/arkcompiler/ets_runtime/test/moduletest/container/ |
H A D | container_queue.js | 27 let v4 = new Queue(); 28 v4[3829299154] = Queue; 29 print(v4.length);
|
H A D | container_arraylist.js | 295 const v4 = [arrayList,arrayList]; 297 ["100"] = v4
|
/arkcompiler/ets_runtime/test/moduletest/functionapply/ |
H A D | functionapply.js | 27 const v4 = Int8Array.from(v1, v5 => v5.charCodeAt(0)); 28 Object.defineProperty(v4, "length", { 31 print(String.fromCharCode.apply(null, v4));
|
/arkcompiler/ets_runtime/test/moduletest/proxy/ |
H A D | proxy.js | 115 let v4 = new Proxy(Uint32Array,Reflect); 116 class C4 extends v4 {
|
/arkcompiler/toolchain/tooling/test/testcases/js/ |
H A D | closure_scope.js | 27 let v4 = 5;
|
/arkcompiler/runtime_core/compiler/tests/js/ |
H A D | regallocTest.js | 135 let v4 = v2 + v3; 137 let v6 = v4 + v5; 139 let v8 = v4 + v6; 167 let v36 = v30 + v4; 231 let v100 = v4 + v80; 271 let v140 = v4 + v60; 395 print(v4);
|
/arkcompiler/ets_runtime/test/moduletest/string/ |
H A D | string.js | 272 const v4 = v0.join(); 273 print(v4.startsWith(v4,v0))
|
/arkcompiler/ets_runtime/test/moduletest/arraysort/ |
H A D | arraysort.js | 273 const v4 = [1, 255]; 281 v4.sort(C5.prototype.toString);
|
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/ |
H A D | stubbuilder.js | 541 var v4 = obj.key; variable 545 print(v4);
|
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
H A D | assembler_aarch64_constants.h | 38 v0, v1, v2, v3, v4, v5, v6, v7,
|
/arkcompiler/ets_runtime/test/moduletest/typearray/ |
H A D | typearray.js | 275 const v4 = new Float32Array(); 276 const t11 = v4.__proto__;
|
/arkcompiler/ets_runtime/test/moduletest/regexp/ |
H A D | regexp.js | 620 const v4 = typeof Date === "string"; 621 v0[Symbol.match] = v4;
|
/arkcompiler/runtime_core/libpandabase/tests/ |
H A D | utf_test.cpp | 547 const std::vector<uint8_t> v4 {0xe0, 0x00}; in HWTEST() 548 EXPECT_FALSE(IsValidModifiedUTF8(v4.data())); in HWTEST()
|
/arkcompiler/ets_runtime/test/moduletest/hugeictest/ |
H A D | hugeictest.js | 17 v0 = 0; v2 = 2; v4 = 4; v6 = 6; v8 = 8; 46 v0 = 0; v2 = 2; v4 = 4; v6 = 6; v8 = 8; 75 o.v0 = 0; o.v2 = 2; o.v4 = 4; o.v6 = 6; o.v8 = 8; 104 o.v0 = 0; o.v2 = 2; o.v4 = 4; o.v6 = 6; o.v8 = 8; 133 o.v0 = 0; o.v2 = 2; o.v4 = 4; o.v6 = 6; o.v8 = 8; 162 o.v0 = 0; o.v2 = 2; o.v4 = 4; o.v6 = 6; o.v8 = 8; [all...] |