Home
last modified time | relevance | path

Searched refs:v4 (Results 1 - 25 of 26) sorted by relevance

12

/arkcompiler/runtime_core/static_core/verification/value/tests/
H A Dvariables_test.cpp32 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 Dictest.js104 set y(v4) {
134 const v4 = { __proto__: v3 };
135 v4[3] = v4;
/arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/
H A Dsafe_hole5.js25 function f0(v3 = 10, v4 = function (){
36 return v4;
H A Dsafe_hole6.js25 function f0(v3 = 10, v4 = function (){
32 'pybfr'.replace(v4, '');
H A Dsafe_hole2.js26 (function (v4 = () => arguments){
28 let v6 = v4();
H A Dsafe_hole1.js32 (function (v4 = () => arguments){
34 let v6 = v4();
H A Dsafe_hole4.js42 (function (v4 = () => arguments) {
43 v4[Symbol.toStringTag] = "hello2";
/arkcompiler/ets_runtime/test/aottest/pgo_object_prototype/
H A Dpgo_object_prototype.js37 let v4 = new F0();
48 C27.__proto__ = v4;
/arkcompiler/ets_runtime/test/moduletest/throwerror/
H A Dthrowerror.js33 const v4 = [4294967297];
35 ([1,2]).reduce(f0, v4);
/arkcompiler/ets_runtime/test/moduletest/stackoverflow/
H A Dstackoverflow.js55 const v4 = v3.bind();
57 4294967296n + v4;
/arkcompiler/ets_runtime/test/moduletest/objoperate/
H A Dobjoperate.js79 let v4=v3.exec(v3);
81 v4[{}]=print;
/arkcompiler/ets_runtime/test/moduletest/container/
H A Dcontainer_queue.js27 let v4 = new Queue();
28 v4[3829299154] = Queue;
29 print(v4.length);
H A Dcontainer_arraylist.js295 const v4 = [arrayList,arrayList];
297 ["100"] = v4
/arkcompiler/ets_runtime/test/moduletest/functionapply/
H A Dfunctionapply.js27 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 Dproxy.js115 let v4 = new Proxy(Uint32Array,Reflect);
116 class C4 extends v4 {
/arkcompiler/toolchain/tooling/test/testcases/js/
H A Dclosure_scope.js27 let v4 = 5;
/arkcompiler/runtime_core/compiler/tests/js/
H A DregallocTest.js135 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 Dstring.js272 const v4 = v0.join();
273 print(v4.startsWith(v4,v0))
/arkcompiler/ets_runtime/test/moduletest/arraysort/
H A Darraysort.js273 const v4 = [1, 255];
281 v4.sort(C5.prototype.toString);
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
H A Dstubbuilder.js541 var v4 = obj.key; variable
545 print(v4);
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64_constants.h38 v0, v1, v2, v3, v4, v5, v6, v7,
/arkcompiler/ets_runtime/test/moduletest/typearray/
H A Dtypearray.js275 const v4 = new Float32Array();
276 const t11 = v4.__proto__;
/arkcompiler/ets_runtime/test/moduletest/regexp/
H A Dregexp.js620 const v4 = typeof Date === "string";
621 v0[Symbol.match] = v4;
/arkcompiler/runtime_core/libpandabase/tests/
H A Dutf_test.cpp547 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 Dhugeictest.js17 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...]

Completed in 53 milliseconds

12