Changeset 136863 in webkit for trunk/Source/JavaScriptCore/parser/Nodes.h
- Timestamp:
- Dec 6, 2012, 11:34:27 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/Nodes.h
r136860 r136863 1425 1425 FunctionNameIsInScopeToggle functionNameIsInScopeToggle() { return m_functionNameIsInScopeToggle; } 1426 1426 1427 void setFunctionStart(int functionStart) { m_functionStart = functionStart; } 1428 int functionStart() const { return m_functionStart; } 1429 1427 1430 static const bool scopeIsFunction = true; 1428 1431 … … 1435 1438 FunctionNameIsInScopeToggle m_functionNameIsInScopeToggle; 1436 1439 RefPtr<FunctionParameters> m_parameters; 1440 int m_functionStart; 1437 1441 }; 1438 1442
Note:
See TracChangeset
for help on using the changeset viewer.