Home | History | Annotate | Download | only in src

Lines Matching refs:protocol

1130   // Encode the protocol header.
2004 * Convert an Object to its debugger protocol representation. The representation
2007 * each property value to a protocol value and adds the property to the result
2010 * @param {Object} object The object to format as protocol object.
2013 * @return {Object} Protocol object value.
2035 * Convert an array to its debugger protocol representation. It will convert
2036 * each array element to a protocol value.
2037 * @param {Array} array The array to format as protocol array.
2040 * @return {Array} Protocol array value.
2052 * Convert a value to its debugger protocol representation.
2053 * @param {*} value The value to format as protocol value.
2056 * @return {*} Protocol value.