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
235 * Check whether the mirror reflects a value.
244 * Check whether the mirror reflects the undefined value.
253 * Check whether the mirror reflects the null value.
262 * Check whether the mirror reflects a boolean value.
271 * Check whether the mirror reflects a number value.
280 * Check whether the mirror reflects a string value.
289 * Check whether the mirror reflects an object.
298 * Check whether the mirror reflects a function.
307 * Check whether the mirror reflects an unresolved function.
316 * Check whether the mirror reflects an array.
325 * Check whether the mirror reflects a date.
334 * Check whether the mirror reflects a regular expression.
343 * Check whether the mirror reflects an error.
352 * Check whether the mirror reflects a property.
361 * Check whether the mirror reflects a stack frame.
370 * Check whether the mirror reflects a script.
379 * Check whether the mirror reflects a context.
388 * Check whether the mirror reflects a scope.
423 * @param {boolean} transient indicate whether this object is transient with a
446 * Check whether this is a primitive value.
566 * @param {boolean} transient indicate whether this object is transient with a
613 * @param {number} kind Indicate whether named, indexed or both kinds of
685 * @param {number} kind Indicate whether named, indexed or both kinds of
789 * Returns whether the function is resolved.
1031 * Returns whether this regular expression has the global (g) flag set.
1040 * Returns whether this regular expression has the ignore case (i) flag set.
1049 * Returns whether this regular expression has the multiline (m) flag set.
1155 * Returns whether this property value is an exception.
1179 * Returns whether this property has a getter defined through __defineGetter__.
1188 * Returns whether this property has a setter defined through __defineSetter__.
1225 * Returns whether this property is natively implemented by the host or a set
1900 * @param {boolean} details Indicates whether to include details for the mirror
2181 // Add flags to indicate whether there are interceptors.