Home | History | Annotate | Download | only in src

Lines Matching refs:number

65           typeof value == 'number' && isNaN(value)) {
105 * @param {number} handle the handle to find the mirror for
150 var NUMBER_TYPE = 'number';
273 * Check whether the mirror reflects a number value.
274 * @returns {boolean} True if the mirror reflects a number value
456 type === 'number' ||
520 * Mirror object for number values.
521 * @param {number} value The number value reflected by this mirror
615 * @param {number} kind Indicate whether named, indexed or both kinds of
617 * @param {number} limit Limit the number of names returend to the specified
687 * @param {number} kind Indicate whether named, indexed or both kinds of
689 * @param {number} limit Limit the number of properties returend to the
744 * @param {number} opt_max_objects Optional parameter specifying the maximum
745 * number of referencing objects to return.
852 * @return {Number or undefined} in-script position for the function
878 * @param {number} opt_max_instances Optional parameter specifying the maximum
879 * number of instances to return.
1275 * @param {number} break_id Current break id
1276 * @param {number} index Frame number
1421 * @param {number} break_id The break id in the VM for which this frame is
1423 * @param {number} index The frame index (top frame is index 0)
1762 * @param {number} index The scope index in the frame
2003 // Get the number of referenced objects.
2123 // Number values are simply represented by their value.
2221 * "constructorFunction":{"ref":<number>},
2222 * "protoObject":{"ref":<number>},
2223 * "prototypeObject":{"ref":<number>},
2322 * "attributes":<number>,
2323 * "propertyType":<number>,
2324 * "ref":<number>}
2417 * Convert a number to a protocol value. For all finite numbers the number
2422 * @param {number} value The number value to convert to a protocol value.
2423 * @returns {number|string} Protocol value.