Changeset 47519 in webkit for trunk/JavaScriptCore/runtime/Executable.h
- Timestamp:
- Aug 19, 2009, 12:54:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Executable.h
r47412 r47519 60 60 virtual ExceptionInfo* reparseExceptionInfo(JSGlobalData*, ScopeChainNode*, CodeBlock*) = 0; 61 61 62 ScopeNode* astNode() { return m_node.get(); }63 64 62 protected: 65 63 RefPtr<ScopeNode> m_node; … … 109 107 return *m_evalCodeBlock; 110 108 } 111 112 DeclarationStacks::VarStack& varStack() { return m_node->varStack(); }113 109 114 110 ExceptionInfo* reparseExceptionInfo(JSGlobalData*, ScopeChainNode*, CodeBlock*);
Note:
See TracChangeset
for help on using the changeset viewer.