Changeset 154459 in webkit for trunk/Source/JavaScriptCore/runtime/JSCell.h
- Timestamp:
- Aug 22, 2013, 1:35:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSCell.h
r154422 r154459 164 164 static String className(const JSObject*); 165 165 JS_EXPORT_PRIVATE static bool customHasInstance(JSObject*, ExecState*, JSValue); 166 static NO_RETURN_DUE_TO_CRASH void putDirectVirtual(JSObject*, ExecState*, PropertyName, JSValue, unsigned attributes);167 166 static bool defineOwnProperty(JSObject*, ExecState*, PropertyName, const PropertyDescriptor&, bool shouldThrow); 168 167 static bool getOwnPropertySlot(JSObject*, ExecState*, PropertyName, PropertySlot&);
Note:
See TracChangeset
for help on using the changeset viewer.