Ignore:
Timestamp:
Sep 6, 2008, 10:44:58 PM (17 years ago)
Author:
[email protected]
Message:

Merge squirrelfish-extreme to trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/JSFunction.h

    r36016 r36244  
    3939
    4040    class JSFunction : public InternalFunction {
     41        friend class Machine;
     42
    4143        typedef InternalFunction Base;
     44        JSFunction(PassRefPtr<KJS::StructureID> st) : InternalFunction(st), m_scopeChain(NoScopeChain()) {}
    4245    public:
    4346        JSFunction(ExecState*, const Identifier&, FunctionBodyNode*, ScopeChainNode*);
Note: See TracChangeset for help on using the changeset viewer.