Changeset 43774 in webkit for trunk/JavaScriptCore/debugger/DebuggerCallFrame.h
- Timestamp:
- May 15, 2009, 11:13:28 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/debugger/DebuggerCallFrame.h
r43153 r43774 52 52 const ScopeChainNode* scopeChain() const { return m_callFrame->scopeChain(); } 53 53 const UString* functionName() const; 54 UString calculatedFunctionName() const; 54 55 Type type() const; 55 56 JSObject* thisObject() const;
Note:
See TracChangeset
for help on using the changeset viewer.