Ignore:
Timestamp:
Dec 6, 2012, 11:34:27 AM (13 years ago)
Author:
[email protected]
Message:

Build fix, last patch rolled out logic that is now needed on ToT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/parser/ASTBuilder.h

    r136860 r136863  
    268268        return FunctionBodyNode::create(m_globalData, location, inStrictContext);
    269269    }
     270
     271    void setFunctionStart(FunctionBodyNode* body, int functionStart)
     272    {
     273        body->setFunctionStart(functionStart);
     274    }
    270275   
    271276    template <bool> PropertyNode* createGetterOrSetterProperty(const JSTokenLocation& location, PropertyNode::Type type, const Identifier* name, ParameterNode* params, FunctionBodyNode* body, int openBracePos, int closeBracePos, int bodyStartLine, int bodyEndLine)
Note: See TracChangeset for help on using the changeset viewer.