Ignore:
Timestamp:
Aug 18, 2010, 1:56:49 AM (15 years ago)
Author:
[email protected]
Message:

Rename UString::substr to substringSharingImpl, add to WTF::String.
Now WTF::String can do everything that JSC::UString can do!

Rubber stamped by Sam Weinig.

(JSC::escapeQuotes):

  • bytecompiler/NodesCodegen.cpp:

(JSC::substitute):

  • parser/SourceProvider.h:

(JSC::UStringSourceProvider::getRange):

  • runtime/FunctionPrototype.cpp:

(JSC::insertSemicolonIfNeeded):

  • runtime/JSGlobalObjectFunctions.cpp:

(JSC::parseInt):

  • runtime/JSONObject.cpp:

(JSC::gap):
(JSC::Stringifier::indent):
(JSC::Stringifier::unindent):

  • runtime/JSString.cpp:

(JSC::JSString::replaceCharacter):

  • runtime/NumberPrototype.cpp:

(JSC::numberProtoFuncToFixed):
(JSC::numberProtoFuncToPrecision):

  • runtime/StringPrototype.cpp:

(JSC::stringProtoFuncReplace):
(JSC::trimString):

  • runtime/UString.cpp:

(JSC::UString::substringSharingImpl):

  • runtime/UString.h:
  • wtf/text/WTFString.cpp:

(WTF::String::substringSharingImpl):

  • wtf/text/WTFString.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.exp

    r65588 r65593  
    517517__ZNK3JSC7JSValue20toThisObjectSlowCaseEPNS_9ExecStateE
    518518__ZNK3JSC7JSValue9toIntegerEPNS_9ExecStateE
     519__ZNK3JSC7UString20substringSharingImplEjj
    519520__ZNK3JSC7UString4utf8Eb
    520521__ZNK3JSC7UString5asciiEv
    521 __ZNK3JSC7UString6substrEjj
    522522__ZNK3JSC8JSObject11hasPropertyEPNS_9ExecStateERKNS_10IdentifierE
    523523__ZNK3JSC8JSObject11hasPropertyEPNS_9ExecStateEj
Note: See TracChangeset for help on using the changeset viewer.