Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_platform.cc436 std::shared_ptr<PerIsolatePlatformData> per_isolate = ForNodeIsolate(isolate); in DrainTasks()
503 NodePlatform::ForNodeIsolate(Isolate* isolate) { in ForNodeIsolate() function in node::NodePlatform
511 std::shared_ptr<PerIsolatePlatformData> per_isolate = ForNodeIsolate(isolate); in FlushForegroundTasks()
Dnode_platform.h173 std::shared_ptr<PerIsolatePlatformData> ForNodeIsolate(v8::Isolate* isolate);