Changeset 34610 in webkit for trunk/JavaScriptCore/kjs/JSVariableObject.cpp
- Timestamp:
- Jun 16, 2008, 7:49:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSVariableObject.cpp
r34607 r34610 57 57 { 58 58 SymbolTableEntry entry = symbolTable().get(propertyName.ustring().rep()); 59 if (!entry.is Empty()) {59 if (!entry.isNull()) { 60 60 attributes = entry.getAttributes() | DontDelete; 61 61 return true;
Note:
See TracChangeset
for help on using the changeset viewer.