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