Changeset 183308 in webkit for trunk/Source/JavaScriptCore/builtins/BuiltinExecutables.cpp
- Timestamp:
- Apr 24, 2015, 11:57:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/builtins/BuiltinExecutables.cpp
r183288 r183308 102 102 if (closedVariable == m_vm.propertyNames->undefinedKeyword.impl()) 103 103 continue; 104 RELEASE_ASSERT(m_vm.propertyNames->isPrivateName(closedVariable.get())); 104 105 } 105 106 body->overrideName(name);
Note:
See TracChangeset
for help on using the changeset viewer.