Changeset 37337 in webkit for trunk/JavaScriptCore/kjs/JSValue.h
- Timestamp:
- Oct 6, 2008, 11:31:07 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSValue.h
r37333 r37337 97 97 bool getPrimitiveNumber(ExecState*, double& number, JSValue*&); 98 98 99 bool toBoolean( ) const;99 bool toBoolean(ExecState*) const; 100 100 101 101 // toNumber conversion is expected to be side effect free if an exception has
Note:
See TracChangeset
for help on using the changeset viewer.