Home
last modified time | relevance | path

Searched refs:InspectorParentHandle (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/api/
Denvironment.cc316 InspectorParentHandle::~InspectorParentHandle() {} in ~InspectorParentHandle()
320 struct InspectorParentHandleImpl : public InspectorParentHandle {
348 std::unique_ptr<InspectorParentHandle> inspector_parent_handle) { in CreateEnvironment()
401 NODE_EXTERN std::unique_ptr<InspectorParentHandle> GetInspectorParentHandle( in GetInspectorParentHandle()
424 std::unique_ptr<InspectorParentHandle> removeme) { in LoadEnvironment()
434 std::unique_ptr<InspectorParentHandle> removeme) { in LoadEnvironment()
/third_party/node/src/
Dnode.h441 struct InspectorParentHandle { struct
442 virtual ~InspectorParentHandle();
463 std::unique_ptr<InspectorParentHandle> inspector_parent_handle = {});
472 NODE_EXTERN std::unique_ptr<InspectorParentHandle> GetInspectorParentHandle(
492 std::unique_ptr<InspectorParentHandle> ignored_donotuse_removeme = {});
496 std::unique_ptr<InspectorParentHandle> ignored_donotuse_removeme = {});
Dnode_worker.h85 std::unique_ptr<InspectorParentHandle> inspector_parent_handle_;
/third_party/node/test/cctest/
Dtest_environment.cc451 std::unique_ptr<node::InspectorParentHandle> inspector_parent_handle; in TEST_F()