Changeset 48336 in webkit for trunk/JavaScriptCore/runtime/JSNotAnObject.h
- Timestamp:
- Sep 12, 2009, 7:44:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSNotAnObject.h
r47780 r48336 89 89 virtual bool deleteProperty(ExecState*, unsigned propertyName); 90 90 91 virtual void get PropertyNames(ExecState*, PropertyNameArray&);91 virtual void getOwnPropertyNames(ExecState*, PropertyNameArray&); 92 92 93 93 JSNotAnObjectErrorStub* m_exception;
Note:
See TracChangeset
for help on using the changeset viewer.