Changeset 154902 in webkit for trunk/Source/JavaScriptCore/runtime/JSCJSValue.h
- Timestamp:
- Aug 30, 2013, 11:30:41 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSCJSValue.h
r153296 r154902 174 174 explicit JSValue(unsigned long long); 175 175 176 operator bool() const; 176 typedef void* (JSValue::*UnspecifiedBoolType); 177 operator UnspecifiedBoolType*() const; 177 178 bool operator==(const JSValue& other) const; 178 179 bool operator!=(const JSValue& other) const;
Note:
See TracChangeset
for help on using the changeset viewer.