Changeset 99264 in webkit for trunk/Source/JavaScriptCore/runtime/JSObject.cpp
- Timestamp:
- Nov 4, 2011, 12:35:18 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSObject.cpp
r99256 r99264 457 457 } 458 458 459 bool JSObject::hasInstance( JSObject*,ExecState* exec, JSValue value, JSValue proto)459 bool JSObject::hasInstance(ExecState* exec, JSValue value, JSValue proto) 460 460 { 461 461 if (!value.isObject())
Note:
See TracChangeset
for help on using the changeset viewer.