Lines Matching refs:true
35 Object(true),
133 object[Symbol.unscopables] = {x: true};
140 object[Symbol.unscopables] = {x: 0, y: true};
159 __proto__: {x: true}
176 object[Symbol.unscopables] = {x: true};
204 proto[Symbol.unscopables] = {x: true};
211 object[Symbol.unscopables] = {y: true};
218 proto[Symbol.unscopables] = {y: true};
219 object[Symbol.unscopables] = {x: true};
238 proto[Symbol.unscopables] = {x: true};
281 object[Symbol.unscopables] = {x: true};
294 if (i === 500) object[Symbol.unscopables] = {x: true};
305 object[Symbol.unscopables] = {x: true};
322 if (i === 500) object[Symbol.unscopables].x = true;
333 object[Symbol.unscopables] = {x: true};
352 configurable: true
381 configurable: true
393 return {x: true};
395 configurable: true
407 return callCount == 1 ? {} : {x: true};
409 configurable: true
444 configurable: true
453 configurable: true
460 object[Symbol.unscopables] = {x: true};
485 configurable: true
495 configurable: true
506 object[Symbol.unscopables] = {x: true};
554 object[Symbol.unscopables] = {length: true};
569 object[Symbol.unscopables] = {name: true};
587 f[Symbol.unscopables] = {prototype: true};
602 func[Symbol.unscopables] = {arguments: true};
618 arguments[Symbol.unscopables] = {length: true};
632 func[Symbol.unscopables] = {caller: true};