Changeset 96143 in webkit for trunk/Source/JavaScriptCore/runtime/JSString.cpp
- Timestamp:
- Sep 27, 2011, 12:53:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSString.cpp
r95936 r96143 275 275 } 276 276 277 bool JSString::getPrimitiveNumber(ExecState* exec, double& number, JSValue& result) 277 bool JSString::getPrimitiveNumber(ExecState* exec, double& number, JSValue& result) const 278 278 { 279 279 result = this;
Note:
See TracChangeset
for help on using the changeset viewer.