blob: bd4f9c534cf1adf019d49ca20d738c9772ff1482 [file] [log] [blame]
{
"protocol": {
"path": "../../include/js_protocol.pdl",
"package": "src/inspector/protocol",
"output": "protocol",
"namespace": ["v8_inspector", "protocol"],
"options": [
{
"domain": "Schema",
"exported": ["Domain"]
},
{
"domain": "Runtime",
"async": ["evaluate", "awaitPromise", "callFunctionOn", "runScript", "terminateExecution"],
"exported": ["StackTrace", "StackTraceId", "RemoteObject", "ExecutionContextId"]
},
{
"domain": "Debugger",
"exported": ["SearchMatch", "paused.reason"]
},
{
"domain": "Console"
},
{
"domain": "Profiler"
},
{
"domain": "HeapProfiler",
"async": ["collectGarbage"]
}
]
},
"exported": {
"package": "include/inspector",
"output": "../../include/inspector",
"string_header": "v8-inspector.h",
"string_in": "StringView",
"string_out": "std::unique_ptr<StringBuffer>",
"to_string_out": "StringBufferFrom(std::move(%s))",
"export_macro": "V8_EXPORT"
},
"lib": {
"package": "src/inspector/protocol",
"output": "protocol",
"string_header": "src/inspector/string-util.h"
},
"crdtp": {
"namespace": "v8_crdtp"
}
}