Lines Matching refs:Protocol
1322 // Encode the protocol header.
1961 // Reads value from protocol description. Description may be in form of type
2503 * Convert an Object to its debugger protocol representation. The representation
2506 * each property value to a protocol value and adds the property to the result
2509 * @param {Object} object The object to format as protocol object.
2512 * @return {Object} Protocol object value.
2534 * Convert an array to its debugger protocol representation. It will convert
2535 * each array element to a protocol value.
2536 * @param {Array} array The array to format as protocol array.
2539 * @return {Array} Protocol array value.
2551 * Convert a value to its debugger protocol representation.
2552 * @param {*} value The value to format as protocol value.
2555 * @return {*} Protocol value.