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
465 type === 'number' ||
529 * Mirror object for number values.
530 * @param {number} value The number value reflected by this mirror
624 * @param {number} kind Indicate whether named, indexed or both kinds of
626 * @param {number} limit Limit the number of names returend to the specified
696 * @param {number} kind Indicate whether named, indexed or both kinds of
698 * @param {number} limit Limit the number of properties returned to the
763 * @param {number} opt_max_objects Optional parameter specifying the maximum
764 * number of referencing objects to return.
902 * @return {Number or undefined} in-script position for the function
928 * @param {number} opt_max_instances Optional parameter specifying the maximum
929 * number of instances to return.
1368 * @param {number} break_id Current break id
1369 * @param {number} index Frame number
1519 * @param {number} break_id The break id in the VM for which this frame is
1521 * @param {number} index The frame index (top frame is index 0)
1922 * @param {number} index The scope index in the frame
2172 // Get the number of referenced objects.
2292 // Number values are simply represented by their value.
2391 * "constructorFunction":{"ref":<number>},
2392 * "protoObject":{"ref":<number>},
2393 * "prototypeObject":{"ref":<number>},
2511 * "attributes":<number>,
2512 * "propertyType":<number>,
2513 * "ref":<number>}
2550 * "ref":<number>}
2633 * Convert a number to a protocol value. For all finite numbers the number
2638 * @param {number} value The number value to convert to a protocol value.
2639 * @returns {number|string} Protocol value.