Changeset 38209 in webkit for trunk/JavaScriptCore/parser/Nodes.h
- Timestamp:
- Nov 6, 2008, 5:30:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/parser/Nodes.h
r38205 r38209 2246 2246 2247 2247 class FunctionBodyNode : public ScopeNode { 2248 friend class CTI; 2248 2249 public: 2249 2250 static FunctionBodyNode* create(JSGlobalData*, SourceElements*, VarStack*, FunctionStack*, const SourceCode&, CodeFeatures, int numConstants) JSC_FAST_CALL;
Note:
See TracChangeset
for help on using the changeset viewer.