Home | History | Annotate | Download | only in WebView

Lines Matching refs:Frame

35 #import <WebCore/Frame.h>
65 WebScriptCallFrame *caller; // previous stack frame
82 // One of these is created to represent each stack frame. Additionally, there is a "global"
83 // frame to represent the outermost scope. This global frame is always the last frame in
86 // The delegate can assign a "wrapper" to each frame object so it can relay calls through its
180 if (!scopeChain->next) // global frame
198 // Returns the name of the function for this frame, if available.
199 // Returns nil for anonymous functions and for the global frame.
210 // Returns the pending exception for this frame (nil if none).
221 // Evaluate some JavaScript code in the context of this frame.
224 // Calling this method on the global frame is not quite the same as calling the WebScriptObject
234 // If this is the global call frame and there is no dynamic global object,
237 // and evaluate the JS in the global object's global call frame.