Changeset 95326 in webkit for trunk/Source/JavaScriptCore/runtime/Operations.cpp
- Timestamp:
- Sep 16, 2011, 2:34:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Operations.cpp
r70749 r95326 89 89 if (type == NumberType || type == StringType) 90 90 return false; 91 if (type == ObjectType) {91 if (type >= ObjectType) { 92 92 if (asObject(v)->structure()->typeInfo().masqueradesAsUndefined()) 93 93 return false;
Note:
See TracChangeset
for help on using the changeset viewer.