Home | History | Annotate | Download | only in src

Lines Matching refs:protocol

1280   // Encode the protocol header.
2491 * Convert an Object to its debugger protocol representation. The representation
2494 * each property value to a protocol value and adds the property to the result
2497 * @param {Object} object The object to format as protocol object.
2500 * @return {Object} Protocol object value.
2522 * Convert an array to its debugger protocol representation. It will convert
2523 * each array element to a protocol value.
2524 * @param {Array} array The array to format as protocol array.
2527 * @return {Array} Protocol array value.
2539 * Convert a value to its debugger protocol representation.
2540 * @param {*} value The value to format as protocol value.
2543 * @return {*} Protocol value.