Home | History | Annotate | Download | only in v8

Lines Matching defs:DOMWrapperWorld

60 class DOMWrapperWorld : public RefCounted<DOMWrapperWorld> {
62 static PassRefPtr<DOMWrapperWorld> create(int worldId = -1, int extensionGroup = -1);
65 static PassRefPtr<DOMWrapperWorld> ensureIsolatedWorld(int worldId, int extensionGroup);
66 ~DOMWrapperWorld();
70 static void allWorldsInMainThread(Vector<RefPtr<DOMWrapperWorld> >& worlds);
72 static DOMWrapperWorld& world(v8::Handle<v8::Context> context)
77 static DOMWrapperWorld& current(v8::Isolate* isolate)
89 static DOMWrapperWorld& mainWorld();
116 static void setWorldOfInitializingWindow(DOMWrapperWorld* world)
125 DOMWrapperWorld(int worldId, int extensionGroup);
128 static DOMWrapperWorld* worldOfInitializingWindow;