Changeset 47519 in webkit for trunk/JavaScriptCore/parser
- Timestamp:
- Aug 19, 2009, 12:54:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/parser/Nodes.h
r47412 r47519 1463 1463 static PassRefPtr<EvalNode> create(JSGlobalData*, SourceElements*, VarStack*, FunctionStack*, const SourceCode&, CodeFeatures, int numConstants); 1464 1464 1465 void partialDestroyData()1466 {1467 // Eval code needs to hang on to its declaration stacks to keep declaration info alive until Interpreter::execute time,1468 // so the entire ScopeNodeData cannot be destoyed.1469 children().clear();1470 }1471 1472 1465 private: 1473 1466 EvalNode(JSGlobalData*, SourceElements*, VarStack*, FunctionStack*, const SourceCode&, CodeFeatures, int numConstants);
Note:
See TracChangeset
for help on using the changeset viewer.