Home
last modified time | relevance | path

Searched defs:V8Platform (Results 1 – 1 of 1) sorted by relevance

/third_party/node/src/
Dnode_v8_platform-inl.h84 struct V8Platform { struct
107 // Make sure V8Platform don not call into Libuv threadpool, argument
109 inline void Dispose() { in Dispose()
125 inline void DrainVMTasks(v8::Isolate* isolate) { in DrainVMTasks()
129 inline void StartTracingAgent() { in StartTracingAgent()
154 inline void StopTracingAgent() { tracing_file_writer_.reset(); } in StopTracingAgent()
156 inline tracing::AgentWriterHandle* GetTracingAgentWriter() { in GetTracingAgentWriter()
160 inline NodePlatform* Platform() { return platform_; } in Platform()
162 std::unique_ptr<NodeTraceStateObserver> trace_state_observer_;
186 extern struct V8Platform v8_platform; argument