Lines Matching refs:TO
13 // contributors may be used to endorse or promote products derived
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
48 * @param {value or Object} value the value or object to retreive the mirror for
50 * should not be added to the mirror cache. The default is not transient.
105 * @param {number} handle the handle to find the mirror for
128 * function (not on Function.prototype). NOTE: If this file is to be loaded
129 * during bootstrapping this function needs to be revritten using some native
133 * @param {function} ctor Constructor function which needs to inherit the
135 * @param {function} superCtor Constructor function to inherit prototype from
414 // Simpel to text which is used when on specialization in subclass.
615 * @param {number} limit Limit the number of names returend to the specified
687 * @param {number} limit Limit the number of properties returend to the
715 * Try to find a property from its value.
716 * @param {Mirror} value The property value to look for
741 * Returns objects which has direct references to this object
743 * number of referencing objects to return.
744 * @return {Array} The objects which has direct references to this object.
747 // Find all objects with direct references to this object.
822 // Return source if function is resolved. Otherwise just fall through to
837 // to return undefined.
854 // to return undefined.
877 * number of instances to return.
1022 * Returns the source to the regular expression.
1023 * @return {string or undefined} The source to the regular expression
1058 // Simpel to text which is used when on specialization in subclass.
1561 // Try to find the function as a property in the receiver. Include the
1887 * @param {boolean} details Set to true to include details
1900 * @param {boolean} details Indicates whether to include details for the mirror
1913 * added to the serialization state.
1915 * @param {Mirror} mirror The mirror to serialize
1925 * added to the serialization state.
1927 * @param {Mirror} mirror The mirror to serialize
1939 * @param {Mirror} mirror The mirror to serialize.
1940 * @returns {Array.<Object>} Array of the referenced objects converted to
1985 // Add the mirror to the list of mirrors to be serialized.
1991 * Formats mirror object to protocol reference object with some data that can
1992 * be used to display the value in debugger.
1993 * @param {Mirror} mirror Mirror to serialize.
2032 // If serializing a reference to a mirror just return the reference and add
2033 // the mirror to the referenced mirrors.
2072 // String values might have their value cropped to keep down size.
2162 * Serialize object information to the following JSON format.
2181 // Add flags to indicate whether there are interceptors.
2237 * Serialize location information to the following JSON format:
2243 * @param {SourceLocation} location The location to serialize, may be undefined.
2262 * Serialize property information to the following JSON format for building the
2277 * @param {PropertyMirror} propertyMirror The property to serialize.
2361 * Convert a number to a protocol value. For all finite numbers the number
2366 * @param {number} value The number value to convert to a protocol value.