Lines Matching refs:true
11 var mirror_cache_enabled_ = true;
244 * @returns {boolean} True if the mirror reflects a value.
253 * @returns {boolean} True if the mirror reflects the undefined value.
262 * @returns {boolean} True if the mirror reflects the null value
271 * @returns {boolean} True if the mirror reflects a boolean value
280 * @returns {boolean} True if the mirror reflects a number value
289 * @returns {boolean} True if the mirror reflects a string value
298 * @returns {boolean} True if the mirror reflects a symbol
307 * @returns {boolean} True if the mirror reflects an object
316 * @returns {boolean} True if the mirror reflects a function
325 * @returns {boolean} True if the mirror reflects an unresolved function
334 * @returns {boolean} True if the mirror reflects an array
343 * @returns {boolean} True if the mirror reflects a date
352 * @returns {boolean} True if the mirror reflects a regular expression
361 * @returns {boolean} True if the mirror reflects an error
370 * @returns {boolean} True if the mirror reflects a promise
379 * @returns {boolean} True if the mirror reflects a generator object
388 * @returns {boolean} True if the mirror reflects a property
397 * @returns {boolean} True if the mirror reflects an internal property
406 * @returns {boolean} True if the mirror reflects a stack frame
415 * @returns {boolean} True if the mirror reflects a script
424 * @returns {boolean} True if the mirror reflects a context
433 * @returns {boolean} True if the mirror reflects a scope
442 * @returns {boolean} True if the mirror reflects a map
451 * @returns {boolean} True if the mirror reflects a set
509 * @return {boolean} True if the mirror reflects a primitive value
576 return this.value_ ? 'true' : 'false';
929 this.resolved_ = true;
936 * @return {boolean} True if the function is resolved. Unresolved functions can
1019 return script.locationFromPosition(this.sourcePosition_(), true);
1397 return script.locationFromPosition(pos, true);
1477 return true;
1488 * @return {booolean} True if this property value is an exception
1491 return this.exception_ ? true : false;
1512 * @return {booolean} True if this property has a getter
1515 return this.getter_ ? true : false;
1521 * @return {booolean} True if this property has a setter
1524 return this.setter_ ? true : false;
1559 * @return {boolean} True if the property is
1909 return script.locationFromPosition(this.sourcePosition(), true);
1972 true);
2362 return eval_from_script.locationFromPosition(position, true);
2405 * @param {boolean} details Set to true to include details
2437 return this.serialize_(mirror, true, true);
2449 var json = this.serialize_(mirror, false, true);
2712 content.namedInterceptor = true;
2715 content.indexedInterceptor = true;