Changeset 96045 in webkit for trunk/Source/JavaScriptCore/runtime/JSNotAnObject.cpp
- Timestamp:
- Sep 26, 2011, 4:53:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSNotAnObject.cpp
r95901 r96045 45 45 46 46 bool JSNotAnObject::getPrimitiveNumber(ExecState* exec, double&, JSValue&) 47 {48 ASSERT_UNUSED(exec, exec->hadException());49 return false;50 }51 52 bool JSNotAnObject::toBoolean(ExecState* exec) const53 47 { 54 48 ASSERT_UNUSED(exec, exec->hadException());
Note:
See TracChangeset
for help on using the changeset viewer.