Home | History | Annotate | Download | only in src

Lines Matching refs:whether

24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
49 * @param {boolean} transient indicate whether this object is transient and
237 * Check whether the mirror reflects a value.
246 * Check whether the mirror reflects the undefined value.
255 * Check whether the mirror reflects the null value.
264 * Check whether the mirror reflects a boolean value.
273 * Check whether the mirror reflects a number value.
282 * Check whether the mirror reflects a string value.
291 * Check whether the mirror reflects an object.
300 * Check whether the mirror reflects a function.
309 * Check whether the mirror reflects an unresolved function.
318 * Check whether the mirror reflects an array.
327 * Check whether the mirror reflects a date.
336 * Check whether the mirror reflects a regular expression.
345 * Check whether the mirror reflects an error.
354 * Check whether the mirror reflects a property.
363 * Check whether the mirror reflects a stack frame.
372 * Check whether the mirror reflects a script.
381 * Check whether the mirror reflects a context.
390 * Check whether the mirror reflects a scope.
425 * @param {boolean} transient indicate whether this object is transient with a
448 * Check whether this is a primitive value.
568 * @param {boolean} transient indicate whether this object is transient with a
615 * @param {number} kind Indicate whether named, indexed or both kinds of
687 * @param {number} kind Indicate whether named, indexed or both kinds of
791 * Returns whether the function is resolved.
1034 * Returns whether this regular expression has the global (g) flag set.
1043 * Returns whether this regular expression has the ignore case (i) flag set.
1052 * Returns whether this regular expression has the multiline (m) flag set.
1158 * Returns whether this property value is an exception.
1182 * Returns whether this property has a getter defined through __defineGetter__.
1191 * Returns whether this property has a setter defined through __defineSetter__.
1228 * Returns whether this property is natively implemented by the host or a set
1956 * @param {boolean} details Indicates whether to include details for the mirror
2237 // Add flags to indicate whether there are interceptors.