Changeset 39910 in webkit for trunk/JavaScriptCore/parser/Nodes.h
- Timestamp:
- Jan 14, 2009, 2:14:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/parser/Nodes.h
r39752 r39910 2075 2075 int m_numConstants; 2076 2076 StatementVector m_children; 2077 2078 void mark(); 2077 2079 }; 2078 2080 … … 2159 2161 EvalCodeBlock& bytecodeForExceptionInfoReparse(ScopeChainNode*, CodeBlock*) JSC_FAST_CALL; 2160 2162 2163 void mark(); 2161 2164 private: 2162 2165 EvalNode(JSGlobalData*, SourceElements*, VarStack*, FunctionStack*, const SourceCode&, CodeFeatures, int numConstants) JSC_FAST_CALL;
Note:
See TracChangeset
for help on using the changeset viewer.