Lines Matching refs:true
97 return true;
186 if (IS_BOOLEAN(x)) return x ? 'true' : 'false';
418 Delete(array, ToName(n), true);
878 while (true) {
1052 // points to one past the last defined element. Make this true if
1183 // array until it finds one where callback returns true.
1207 if (%_CallFunction(receiver, element, i, array, f)) return true;
1240 return true;
1478 copyWithin: true,
1479 entries: true,
1480 fill: true,
1481 find: true,
1482 findIndex: true,
1483 keys: true,