Ignore:
Timestamp:
Nov 19, 2002, 6:35:01 PM (23 years ago)
Author:
darin
Message:
  • a few more globals for often-used property names
  • conversion to Identifier from UString must now be explicit
  • kjs/error_object.cpp:
  • kjs/function.cpp:
  • kjs/function_object.cpp:
  • kjs/identifier.cpp:
  • kjs/identifier.h:
  • kjs/lexer.cpp:
  • kjs/nodes.cpp:
  • kjs/number_object.cpp:
  • kjs/object.cpp:
  • kjs/object.h:
  • kjs/string_object.cpp:
  • kjs/testkjs.cpp:
  • kjs/ustring.cpp:
  • kjs/ustring.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/string_object.cpp

    r2760 r2772  
    534534  put(exec,prototypePropertyName, Object(stringProto), DontEnum|DontDelete|ReadOnly);
    535535
    536   static UString fromCharCode("fromCharCode");
     536  static Identifier fromCharCode("fromCharCode");
    537537  put(exec,fromCharCode, Object(new StringObjectFuncImp(exec,funcProto)), DontEnum);
    538538
Note: See TracChangeset for help on using the changeset viewer.