Changeset 38473 in webkit for trunk/JavaScriptCore/parser
- Timestamp:
- Nov 16, 2008, 7:34:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/parser/Nodes.h
r38428 r38473 2140 2140 2141 2141 class FunctionBodyNode : public ScopeNode { 2142 friend class CTI;2142 friend class JIT; 2143 2143 public: 2144 2144 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.