Changeset 166760 in webkit for trunk/Source/JavaScriptCore/runtime/JSObject.h
- Timestamp:
- Apr 3, 2014, 7:29:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSObject.h
r166397 r166760 1123 1123 inline bool JSObject::isVariableObject() const 1124 1124 { 1125 return type() >= VariableObjectType; 1126 } 1127 1125 return type() == GlobalObjectType || type() == ActivationObjectType; 1126 } 1128 1127 1129 1128 inline bool JSObject::isStaticScopeObject() const
Note:
See TracChangeset
for help on using the changeset viewer.