Changeset 198076 in webkit for trunk/Source/JavaScriptCore/parser/VariableEnvironment.h
- Timestamp:
- Mar 12, 2016, 6:39:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/parser/VariableEnvironment.h
r197915 r198076 82 82 , m_isEverythingCaptured(other.m_isEverythingCaptured) 83 83 { } 84 VariableEnvironment(const VariableEnvironment& other) = default;85 VariableEnvironment& operator=(const VariableEnvironment& other) = default;84 VariableEnvironment(const VariableEnvironment&) = default; 85 VariableEnvironment& operator=(const VariableEnvironment&) = default; 86 86 87 87 ALWAYS_INLINE Map::iterator begin() { return m_map.begin(); }
Note:
See TracChangeset
for help on using the changeset viewer.