Ignore:
Timestamp:
Jun 15, 2008, 7:19:08 PM (17 years ago)
Author:
Darin Adler
Message:

JavaScriptCore:

2008-06-15 Darin Adler <Darin Adler>

Rubber stamped by Sam.

  • use JS prefix and simpler names for basic JavaScriptCore types, to complement JSValue and JSObject
  • JavaScriptCore.exp:
  • VM/Machine.cpp: (KJS::jsLess): (KJS::jsLessEq): (KJS::jsAdd): (KJS::callEval): (KJS::Machine::execute): (KJS::Machine::retrieveArguments): (KJS::Machine::retrieveCaller): (KJS::Machine::getCallFrame): (KJS::Machine::getFunctionAndArguments):
  • VM/Machine.h:
  • VM/Register.h:
  • kjs/DebuggerCallFrame.cpp: (KJS::DebuggerCallFrame::functionName):
  • kjs/ExecState.h:
  • kjs/JSActivation.cpp: (KJS::JSActivation::createArgumentsObject):
  • kjs/array_instance.cpp: (KJS::): (KJS::JSArray::checkConsistency): (KJS::JSArray::JSArray): (KJS::JSArray::~JSArray): (KJS::JSArray::getItem): (KJS::JSArray::lengthGetter): (KJS::JSArray::inlineGetOwnPropertySlot): (KJS::JSArray::getOwnPropertySlot): (KJS::JSArray::put): (KJS::JSArray::deleteProperty): (KJS::JSArray::getPropertyNames): (KJS::JSArray::increaseVectorLength): (KJS::JSArray::setLength): (KJS::JSArray::mark): (KJS::JSArray::sort): (KJS::JSArray::compactForSorting): (KJS::JSArray::lazyCreationData): (KJS::JSArray::setLazyCreationData):
  • kjs/array_instance.h:
  • kjs/array_object.cpp: (KJS::): (KJS::ArrayPrototype::ArrayPrototype): (KJS::ArrayPrototype::getOwnPropertySlot): (KJS::arrayProtoFuncToString): (KJS::arrayProtoFuncToLocaleString): (KJS::arrayProtoFuncConcat): (KJS::arrayProtoFuncSort): (KJS::ArrayObjectImp::construct):
  • kjs/array_object.h:
  • kjs/completion.h:
  • kjs/function.cpp: (KJS::): (KJS::JSFunction::JSFunction): (KJS::JSFunction::mark): (KJS::JSFunction::getCallData): (KJS::JSFunction::callAsFunction): (KJS::JSFunction::argumentsGetter): (KJS::JSFunction::callerGetter): (KJS::JSFunction::lengthGetter): (KJS::JSFunction::getOwnPropertySlot): (KJS::JSFunction::put): (KJS::JSFunction::deleteProperty): (KJS::JSFunction::getParameterName): (KJS::JSFunction::getConstructData): (KJS::JSFunction::construct): (KJS::IndexToNameMap::IndexToNameMap): (KJS::Arguments::Arguments):
  • kjs/function.h:
  • kjs/function_object.cpp: (KJS::functionProtoFuncToString): (KJS::functionProtoFuncApply): (KJS::FunctionObjectImp::construct):
  • kjs/internal.cpp: (KJS::JSString::toPrimitive): (KJS::JSString::getPrimitiveNumber): (KJS::JSString::toBoolean): (KJS::JSString::toNumber): (KJS::JSString::toString): (KJS::StringInstance::create): (KJS::JSString::toObject): (KJS::JSString::toThisObject): (KJS::JSString::lengthGetter): (KJS::JSString::indexGetter): (KJS::JSString::indexNumericPropertyGetter): (KJS::JSString::getOwnPropertySlot): (KJS::JSNumberCell::type): (KJS::JSNumberCell::toPrimitive): (KJS::JSNumberCell::getPrimitiveNumber): (KJS::JSNumberCell::toBoolean): (KJS::JSNumberCell::toNumber): (KJS::JSNumberCell::toString): (KJS::JSNumberCell::toObject): (KJS::JSNumberCell::toThisObject): (KJS::JSNumberCell::getUInt32): (KJS::JSNumberCell::getTruncatedInt32): (KJS::JSNumberCell::getTruncatedUInt32): (KJS::GetterSetter::mark): (KJS::GetterSetter::toPrimitive): (KJS::GetterSetter::getPrimitiveNumber): (KJS::GetterSetter::toBoolean): (KJS::GetterSetter::toNumber): (KJS::GetterSetter::toString): (KJS::GetterSetter::toObject): (KJS::GetterSetter::getOwnPropertySlot): (KJS::GetterSetter::put): (KJS::GetterSetter::toThisObject):
  • kjs/internal.h: (KJS::JSString::JSString): (KJS::JSString::getStringPropertySlot):
  • kjs/nodes.cpp: (KJS::FuncDeclNode::makeFunction): (KJS::FuncExprNode::makeFunction):
  • kjs/nodes.h:
  • kjs/object.cpp: (KJS::JSObject::put): (KJS::JSObject::deleteProperty): (KJS::JSObject::defineGetter): (KJS::JSObject::defineSetter): (KJS::JSObject::lookupGetter): (KJS::JSObject::lookupSetter): (KJS::JSObject::fillGetterPropertySlot):
  • kjs/object.h: (KJS::): (KJS::GetterSetter::GetterSetter):
  • kjs/operations.cpp: (KJS::equal): (KJS::strictEqual):
  • kjs/property_map.cpp: (KJS::PropertyMap::containsGettersOrSetters):
  • kjs/regexp_object.cpp: (KJS::RegExpMatchesArray::getOwnPropertySlot): (KJS::RegExpMatchesArray::put): (KJS::RegExpMatchesArray::deleteProperty): (KJS::RegExpMatchesArray::getPropertyNames): (KJS::RegExpMatchesArray::RegExpMatchesArray): (KJS::RegExpMatchesArray::fillArrayInstance):
  • kjs/string_object.cpp: (KJS::StringInstance::StringInstance): (KJS::replace): (KJS::stringProtoFuncReplace): (KJS::stringProtoFuncToLowerCase): (KJS::stringProtoFuncToUpperCase): (KJS::stringProtoFuncToLocaleLowerCase): (KJS::stringProtoFuncToLocaleUpperCase):
  • kjs/string_object.h: (KJS::StringInstance::internalValue):
  • kjs/value.cpp: (KJS::JSCell::getNumber): (KJS::JSCell::getString): (KJS::JSCell::getObject): (KJS::jsString): (KJS::jsOwnedString):
  • kjs/value.h: (KJS::JSNumberCell::JSNumberCell): (KJS::jsNumberCell): (KJS::JSValue::uncheckedGetNumber):
  • profiler/Profiler.cpp: (KJS::createCallIdentifier): (KJS::createCallIdentifierFromFunctionImp):

WebCore:

2008-06-15 Darin Adler <Darin Adler>

Rubber stamped by Sam.

  • use JS prefix and simpler names for basic JavaScriptCore types, to complement JSValue and JSObject
  • bindings/js/JSNavigatorCustom.cpp: (WebCore::needsYouTubeQuirk):
  • bindings/js/kjs_events.cpp: (WebCore::JSLazyEventListener::parseCode):
  • bridge/jni/jni_utility.cpp: (KJS::Bindings::convertArrayInstanceToJavaArray): (KJS::Bindings::convertValueToJValue):
  • bridge/qt/qt_runtime.cpp: (KJS::Bindings::valueRealType): (KJS::Bindings::convertValueToQVariant): (KJS::Bindings::QtConnectionObject::execute):
  • bridge/runtime_array.cpp:

WebKit/mac:

2008-06-15 Darin Adler <Darin Adler>

Rubber stamped by Sam.

  • use JS prefix and simpler names for basic JavaScriptCore types, to complement JSValue and JSObject
  • WebView/WebView.mm: (aeDescFromJSValue):

WebKit/win:

2008-06-15 Darin Adler <Darin Adler>

Rubber stamped by Sam.

  • use JS prefix and simpler names for basic JavaScriptCore types, to complement JSValue and JSObject
  • WebScriptCallFrame.cpp: (WebScriptCallFrame::functionName):

WebKitTools:

2008-06-15 Darin Adler <Darin Adler>

  • Scripts/do-webcore-rename: Updated for the latest round of renaming.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.exp

    r34521 r34578  
    9393__ZN3KJS11ProfileNode4sortEPFbRKN3WTF6RefPtrIS0_EES5_E
    9494__ZN3KJS11ProfileNode5focusERKNS_14CallIdentifierEb
    95 __ZN3KJS11ProfileNode7excludeERKNS_14CallIdentifierE
    9695__ZN3KJS11ProgramNode6createEPNS_14SourceElementsEPN3WTF6VectorISt4pairINS_10IdentifierEjELm16EEEPNS4_INS3_6RefPtrINS_12FuncDeclNodeEEELm16EEEbb
    9796__ZN3KJS11PropertyMap11getLocationERKNS_10IdentifierE
    9897__ZN3KJS11PropertyMap11getLocationERKNS_10IdentifierERb
    9998__ZN3KJS11PropertyMap3putERKNS_10IdentifierEPNS_7JSValueEjb
    100 __ZN3KJS11PropertyMap5clearEv
    10199__ZN3KJS11PropertyMapD1Ev
    102100__ZN3KJS12DateInstance4infoE
    103101__ZN3KJS12PropertySlot15undefinedGetterEPNS_9ExecStateERKNS_10IdentifierERKS0_
    104102__ZN3KJS12RegisterFile14addGlobalSlotsEm
    105 __ZN3KJS13ArrayInstance4infoE
    106103__ZN3KJS13CodeGenerator21setDumpsGeneratedCodeEb
    107104__ZN3KJS13StatementNode6setLocEii
     
    116113__ZN3KJS14JSGlobalObject4initEPNS_8JSObjectE
    117114__ZN3KJS14JSGlobalObject4markEv
    118 __ZN3KJS14JSGlobalObject5resetEPNS_7JSValueE
    119115__ZN3KJS14JSGlobalObjectD2Ev
    120116__ZN3KJS14StringInstance14deletePropertyEPNS_9ExecStateERKNS_10IdentifierE
     
    124120__ZN3KJS14StringInstance3putEPNS_9ExecStateERKNS_10IdentifierEPNS_7JSValueE
    125121__ZN3KJS14StringInstance4infoE
    126 __ZN3KJS14StringInstanceC1EPNS_8JSObjectERKNS_7UStringE
    127122__ZN3KJS14StringInstanceC2EPNS_8JSObjectERKNS_7UStringE
    128123__ZN3KJS15JSWrapperObject4markEv
     
    160155__ZN3KJS7CStringD1Ev
    161156__ZN3KJS7CStringaSERKS0_
    162 __ZN3KJS7Machine13dumpCallFrameEPKNS_9CodeBlockEPNS_14ScopeChainNodeEPNS_12RegisterFileEPKNS_8RegisterE
     157__ZN3KJS7JSArray4infoE
     158__ZN3KJS7Profile10restoreAllEv
    163159__ZN3KJS7Profile7excludeEPKNS_11ProfileNodeE
    164 __ZN3KJS7Profile7forEachEPFvPNS_11ProfileNodeEE
    165 __ZN3KJS7Profile10restoreAllEv
    166160__ZN3KJS7Profile7forEachEPFvPNS_11ProfileNodeEE
    167161__ZN3KJS7UString3Rep11computeHashEPKti
     
    173167__ZN3KJS7UStringC1EPKc
    174168__ZN3KJS7UStringC1EPKti
    175 __ZN3KJS7UStringC1ERKS0_S2_
    176169__ZN3KJS7UStringaSEPKc
    177170__ZN3KJS8Debugger6attachEPNS_14JSGlobalObjectE
     
    184177__ZN3KJS8JSObject12lookupGetterEPNS_9ExecStateERKNS_10IdentifierE
    185178__ZN3KJS8JSObject12lookupSetterEPNS_9ExecStateERKNS_10IdentifierE
    186 __ZN3KJS8JSObject12removeDirectERKNS_10IdentifierE
    187179__ZN3KJS8JSObject14callAsFunctionEPNS_9ExecStateEPS0_RKNS_4ListE
    188180__ZN3KJS8JSObject14deletePropertyEPNS_9ExecStateERKNS_10IdentifierE
     
    217209__ZN3KJS9Collector7protectEPNS_7JSValueE
    218210__ZN3KJS9Collector9unprotectEPNS_7JSValueE
    219 __ZN3KJS9ExecStateC1EPNS_14JSGlobalObjectEPNS_8JSObjectEPNS_14ScopeChainNodeE
    220211__ZN3KJSeqERKNS_7UStringEPKc
    221212__ZN3KJSgtERKNS_7UStringES2_
     
    231222__ZN3WTF15ThreadCondition6signalEv
    232223__ZN3WTF15ThreadCondition9broadcastEv
    233 __ZN3WTF15ThreadCondition9timedWaitERNS_5MutexEd
    234224__ZN3WTF15ThreadConditionC1Ev
    235225__ZN3WTF15ThreadConditionD1Ev
    236226__ZN3WTF16callOnMainThreadEPFvPvES0_
    237227__ZN3WTF16fastZeroedMallocEm
    238 __ZN3WTF19initializeThreadingEv
    239228__ZN3WTF23waitForThreadCompletionEjPPv
    240229__ZN3WTF28setMainThreadCallbacksPausedEb
    241 __ZN3WTF32atomicallyInitializedStaticMutexE
    242230__ZN3WTF5Mutex4lockEv
    243231__ZN3WTF5Mutex6unlockEv
     
    252240__ZNK3KJS11PropertyMap3getERKNS_10IdentifierE
    253241__ZNK3KJS12DateInstance7getTimeERdRi
    254 __ZNK3KJS13ArrayInstance7getItemEj
    255242__ZNK3KJS14JSGlobalObject14isDynamicScopeEv
    256243__ZNK3KJS14JSGlobalObject14toGlobalObjectEPNS_9ExecStateE
     
    266253__ZNK3KJS6JSCell17getTruncatedInt32ERi
    267254__ZNK3KJS6JSCell18getTruncatedUInt32ERj
    268 __ZNK3KJS6JSCell9getNumberERd
    269255__ZNK3KJS6JSCell9getNumberEv
    270256__ZNK3KJS6JSCell9getStringERNS_7UStringE
    271257__ZNK3KJS6JSCell9getStringEv
    272258__ZNK3KJS6JSCell9getUInt32ERj
     259__ZNK3KJS7JSArray7getItemEj
    273260__ZNK3KJS7JSValue15toInt32SlowCaseEPNS_9ExecStateERb
    274261__ZNK3KJS7JSValue16toUInt32SlowCaseEPNS_9ExecStateERb
     
    296283__ZNK3KJS8JSObject9classNameEv
    297284__ZNK3KJS8JSObject9toBooleanEPNS_9ExecStateE
    298 __ZNK3KJS9ExecState14isGlobalObjectEPNS_8JSObjectE
    299285__ZNK3KJS9HashTable11createTableEv
    300286__ZNK3WTF8Collator7collateEPKtmS2_m
     287__ZTVN3KJS12JSNumberCellE
    301288__ZTVN3KJS14JSGlobalObjectE
    302289__ZTVN3KJS14StringInstanceE
     
    305292__ZTVN3KJS19InternalFunctionImpE
    306293__ZTVN3KJS8JSObjectE
    307 __ZTVN3KJS9NumberImpE
    308294_jscore_collector_introspection
    309295_jscore_fastmalloc_introspection
Note: See TracChangeset for help on using the changeset viewer.