Lines Matching defs:const
2 const common = require('../../common');
3 const assert = require('assert');
6 const test_object = require(`./build/${common.buildType}/test_object`);
9 const object = {
31 const newObject = test_object.New();
46 const obj = new MyObject();
66 const symbol1 = Symbol();
67 const symbol2 = Symbol();
79 const obj = new MyObject();
91 const cube = {
104 const sym1 = Symbol('1');
105 const sym2 = Symbol('2');
106 const sym3 = Symbol('3');
107 const sym4 = Symbol('4');
108 const object2 = {
129 const wrapper = {};
137 const wrapper = {};
138 const protoA = { protoA: true };
148 const wrapper = {};
149 const protoA = { protoA: true };
153 const protoB = { protoB: true };
164 const obj1 = test_object.TypeTaggedInstance(0);
165 const obj2 = test_object.TypeTaggedInstance(1);
166 const obj3 = test_object.TypeTaggedInstance(2);
167 const obj4 = test_object.TypeTaggedInstance(3);
168 const external = test_object.TypeTaggedExternal(2);
169 const plainExternal = test_object.PlainExternal();
214 const sym = Symbol();
215 const obj = { foo: 'bar', [sym]: 'baz' };
232 const obj = {};
247 const obj = new Foo();
261 const object = Object.create({
265 const fooSymbol = Symbol('foo');
356 const obj = { x: 'a', y: 'b', z: 'c' };
376 const obj = { x: 10, y: 10, z: 10 };