Home | History | Annotate | Download | only in v8

Lines Matching refs:Frame

33 #include "Frame.h"
39 ScriptCachedFrameData::ScriptCachedFrameData(Frame* frame)
44 ASSERT(V8Proxy::mainWorldContext(frame) == V8Proxy::context(frame));
45 m_context.set(V8Proxy::mainWorldContext(frame));
50 m_domWindow = frame->domWindow();
58 void ScriptCachedFrameData::restore(Frame* frame)
67 V8Proxy* proxy = V8Proxy::retrieve(frame);