Changeset 47799 in webkit for trunk/JavaScriptCore/runtime/JSAPIValueWrapper.h
- Timestamp:
- Aug 26, 2009, 4:00:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSAPIValueWrapper.h
r47267 r47799 38 38 virtual bool isAPIValueWrapper() const { return true; } 39 39 40 virtual JSValue toPrimitive(ExecState*, PreferredPrimitiveType) const;41 virtual bool getPrimitiveNumber(ExecState*, double& number, JSValue&);42 virtual bool toBoolean(ExecState*) const;43 virtual double toNumber(ExecState*) const;44 virtual UString toString(ExecState*) const;45 virtual JSObject* toObject(ExecState*) const;46 40 static PassRefPtr<Structure> createStructure(JSValue prototype) 47 41 {
Note:
See TracChangeset
for help on using the changeset viewer.