Home
last modified time | relevance | path

Searched refs:IsolatePlatformDelegate (Results 1 - 3 of 3) sorted by relevance

/third_party/node/src/
H A Dnode_platform.h54 public IsolatePlatformDelegate,
164 IsolatePlatformDelegate* delegate) override;
177 IsolatePlatformDelegate* ForIsolate(v8::Isolate* isolate);
182 IsolatePlatformDelegate*, std::shared_ptr<PerIsolatePlatformData>>;
H A Dnode_platform.cc363 IsolatePlatformDelegate* ptr = delegate.get(); in RegisterIsolate()
371 IsolatePlatformDelegate* delegate) { in RegisterIsolate()
510 IsolatePlatformDelegate* NodePlatform::ForIsolate(Isolate* isolate) { in ForIsolate()
H A Dnode.h416 class NODE_EXTERN IsolatePlatformDelegate { class
439 // own through `IsolatePlatformDelegate`. Upon registering an isolate with
443 IsolatePlatformDelegate* delegate) = 0;

Completed in 4 milliseconds