Home | History | Annotate | Download | only in src

Lines Matching refs:boolean

49  * @param {boolean} transient indicate whether this object is transient and
149 const BOOLEAN_TYPE = 'boolean';
236 * @returns {boolean} True if the mirror reflects a value.
245 * @returns {boolean} True if the mirror reflects the undefined value.
254 * @returns {boolean} True if the mirror reflects the null value
262 * Check whether the mirror reflects a boolean value.
263 * @returns {boolean} True if the mirror reflects a boolean value
272 * @returns {boolean} True if the mirror reflects a number value
281 * @returns {boolean} True if the mirror reflects a string value
290 * @returns {boolean} True if the mirror reflects an object
299 * @returns {boolean} True if the mirror reflects a function
308 * @returns {boolean} True if the mirror reflects an unresolved function
317 * @returns {boolean} True if the mirror reflects an array
326 * @returns {boolean} True if the mirror reflects a date
335 * @returns {boolean} True if the mirror reflects a regular expression
344 * @returns {boolean} True if the mirror reflects an error
353 * @returns {boolean} True if the mirror reflects a property
362 * @returns {boolean} True if the mirror reflects a stack frame
371 * @returns {boolean} True if the mirror reflects a script
380 * @returns {boolean} True if the mirror reflects a context
389 * @returns {boolean} True if the mirror reflects a scope
423 * @param {boolean} transient indicate whether this object is transient with a
447 * @return {boolean} True if the mirror reflects a primitive value
453 type === 'boolean' ||
501 * Mirror object for boolean values.
502 * @param {boolean} value The boolean value reflected by this mirror
566 * @param {boolean} transient indicate whether this object is transient with a
790 * @return {boolean} True if the function is resolved. Unresolved functions can
1032 * @return {boolean} Value of the global flag
1041 * @return {boolean} Value of the ignore case flag
1050 * @return {boolean} Value of the multiline flag
1227 * @return {boolean} True if the property is
1539 source, Boolean(disable_break), opt_context_object);
1887 * @param {boolean} details Set to true to include details
1900 * @param {boolean} details Indicates whether to include details for the mirror
2062 // Boolean values are simply represented by their value.
2168 * "namedInterceptor":<boolean>,
2169 * "indexedInterceptor":<boolean>,