Changeset 99238 in webkit for trunk/Source/JavaScriptCore/runtime/JSObject.cpp
- Timestamp:
- Nov 3, 2011, 3:40:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSObject.cpp
r99223 r99238 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.