Home | History | Annotate | Download | only in src

Lines Matching refs:protocol

162 // Maximum length when sending strings through the JSON protocol.
1929 // Collect the protocol representation of the referenced objects in an array.
1976 * Formats mirror object to protocol reference object with some data that can
1979 * @return {Object} Protocol reference object.
2263 * @returns {Object} Protocol object representing the property.
2342 * Convert a number to a protocol value. For all finite numbers the number
2347 * @param {number} value The number value to convert to a protocol value.
2348 * @returns {number|string} Protocol value.