Changeset 136261 in webkit for trunk/Source/JavaScriptCore/parser/ASTBuilder.h
- Timestamp:
- Nov 30, 2012, 1:09:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/ASTBuilder.h
r127987 r136261 268 268 return FunctionBodyNode::create(m_globalData, location, inStrictContext); 269 269 } 270 271 void setFunctionStart(FunctionBodyNode* body, int functionStart) 272 { 273 body->setFunctionStart(functionStart); 274 } 270 275 271 276 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.