Changeset 57019 in webkit for trunk/JavaScriptCore/runtime/JSZombie.h
- Timestamp:
- Apr 2, 2010, 1:15:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSZombie.h
r51625 r57019 61 61 virtual bool deleteProperty(ExecState*, unsigned) { ASSERT_NOT_REACHED(); return false; } 62 62 virtual JSObject* toThisObject(ExecState*) const { ASSERT_NOT_REACHED(); return 0; } 63 virtual UString toThisString(ExecState*) const { ASSERT_NOT_REACHED(); return ""; }64 virtual JSString* toThisJSString(ExecState*) { ASSERT_NOT_REACHED(); return 0; }65 63 virtual JSValue getJSNumber() { ASSERT_NOT_REACHED(); return jsNull(); } 66 64 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&) { ASSERT_NOT_REACHED(); return false; }
Note:
See TracChangeset
for help on using the changeset viewer.