Changeset 47847 in webkit for trunk/JavaScriptCore/runtime/Identifier.h
- Timestamp:
- Aug 27, 2009, 5:27:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Identifier.h
r44224 r47847 55 55 56 56 static Identifier from(ExecState* exec, unsigned y) { return Identifier(exec, UString::from(y)); } 57 static Identifier from(ExecState* exec, int y) { return Identifier(exec, UString::from(y)); } 58 static Identifier from(ExecState* exec, double y) { return Identifier(exec, UString::from(y)); } 57 59 58 60 bool isNull() const { return _ustring.isNull(); }
Note:
See TracChangeset
for help on using the changeset viewer.