Changeset 36244 in webkit for trunk/JavaScriptCore/kjs/JSFunction.h
- Timestamp:
- Sep 6, 2008, 10:44:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSFunction.h
r36016 r36244 39 39 40 40 class JSFunction : public InternalFunction { 41 friend class Machine; 42 41 43 typedef InternalFunction Base; 44 JSFunction(PassRefPtr<KJS::StructureID> st) : InternalFunction(st), m_scopeChain(NoScopeChain()) {} 42 45 public: 43 46 JSFunction(ExecState*, const Identifier&, FunctionBodyNode*, ScopeChainNode*);
Note:
See TracChangeset
for help on using the changeset viewer.