Changeset 37068 in webkit for trunk/JavaScriptCore/kjs/JSObject.h
- Timestamp:
- Sep 29, 2008, 12:49:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSObject.h
r36766 r37068 170 170 virtual JSValue* lookupSetter(ExecState*, const Identifier& propertyName); 171 171 172 virtual bool isActivationObject() const { return false; }173 172 virtual bool isGlobalObject() const { return false; } 174 173 virtual bool isVariableObject() const { return false; }
Note:
See TracChangeset
for help on using the changeset viewer.