Home
last modified time | relevance | path

Searched refs:InspectorFrontend (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/d8/
Dd8.cc3745 class InspectorFrontend final : public v8_inspector::V8Inspector::Channel { class
3747 explicit InspectorFrontend(Local<Context> context) { in InspectorFrontend() function in v8::InspectorFrontend
3751 ~InspectorFrontend() override = default;
3813 channel_.reset(new InspectorFrontend(context)); in InspectorClient()
/third_party/chromium/patch/
D0003-ohos-1115.patch260426 channel_.reset(new InspectorFrontend(context));