Lines Matching defs:const
43 const a1 = [-122934378, 536870889, -4294967295, -8, 11];
44 const a2 = {
46 const a3 = new Proxy(a1, a2);
51 const v0 = {
54 const v5 = new Proxy(v0, {});
55 const {...v1} = v5;
59 const arr2 = [1, 2, 3];
60 const handler = {};
61 const proxy = new Proxy(arr2, handler);
62 const arr3 = proxy.constructor(1, 2, 3, 4);
76 const v0 = /\011+/iyd;
77 const v2 = new Uint8ClampedArray(v0, Uint8ClampedArray, Uint8ClampedArray);
78 const v5 = new Proxy({}, {});
83 const v3 = new Uint8ClampedArray(WeakMap);
84 const o3 = {
86 const v6 = new Proxy(v3, o3);
99 const v0 = [1.0,2.2250738585072014e-308,-7.829944258836235e+307,-7.46187308415638,-413646.9640026712,5.525707214803659e+305,-1000000000000.0];
100 const o1 = {
102 const v3 = new Proxy(v0, o1);
105 const v9 = new Proxy(RegExp, v3);