Changeset 97381 in webkit for trunk/Source/JavaScriptCore/runtime/JSCell.h
- Timestamp:
- Oct 13, 2011, 12:24:53 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSCell.h
r97292 r97381 82 82 bool getPrimitiveNumber(ExecState*, double& number, JSValue&) const; 83 83 bool toBoolean(ExecState*) const; 84 virtualdouble toNumber(ExecState*) const;84 double toNumber(ExecState*) const; 85 85 UString toString(ExecState*) const; 86 86 JSObject* toObject(ExecState*, JSGlobalObject*) const;
Note:
See TracChangeset
for help on using the changeset viewer.