Changeset 62727 in webkit for trunk/JavaScriptCore/parser/JSParser.cpp
- Timestamp:
- Jul 7, 2010, 4:27:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/parser/JSParser.cpp
r61878 r62727 1169 1169 int closeBracePos = 0; 1170 1170 int bodyStartLine = 0; 1171 failIfFalse(*ident == m_globalData->propertyNames->get || *ident == m_globalData->propertyNames->set); 1171 1172 failIfFalse(parseFunctionInfo<FunctionNeedsName>(context, accessorName, parameters, body, openBracePos, closeBracePos, bodyStartLine)); 1172 1173 return context.createGetterOrSetterProperty(ident, accessorName, parameters, body, openBracePos, closeBracePos, bodyStartLine, m_lastLine);
Note:
See TracChangeset
for help on using the changeset viewer.