Changeset 2772 in webkit for trunk/JavaScriptCore/kjs/string_object.cpp
- Timestamp:
- Nov 19, 2002, 6:35:01 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/string_object.cpp
r2760 r2772 534 534 put(exec,prototypePropertyName, Object(stringProto), DontEnum|DontDelete|ReadOnly); 535 535 536 static UStringfromCharCode("fromCharCode");536 static Identifier fromCharCode("fromCharCode"); 537 537 put(exec,fromCharCode, Object(new StringObjectFuncImp(exec,funcProto)), DontEnum); 538 538
Note:
See TracChangeset
for help on using the changeset viewer.