Home | History | Annotate | Download | only in js

Lines Matching defs:JavaScriptCallFrame

27 #include "JavaScriptCallFrame.h"
45 JavaScriptCallFrame::JavaScriptCallFrame(const DebuggerCallFrame& debuggerCallFrame, PassRefPtr<JavaScriptCallFrame> caller, intptr_t sourceID, const TextPosition0& textPosition)
54 JavaScriptCallFrame* JavaScriptCallFrame::caller()
59 JSC::ScopeChainNode* JavaScriptCallFrame::scopeChain() const
67 JSC::JSGlobalObject* JavaScriptCallFrame::dynamicGlobalObject() const
75 String JavaScriptCallFrame::functionName() const
86 DebuggerCallFrame::Type JavaScriptCallFrame::type() const
94 JSObject* JavaScriptCallFrame::thisObject() const
103 JSValue JavaScriptCallFrame::evaluate(const UString& script, JSValue& exception) const