Skip to content
  • mhahnenberg@apple.com's avatar
    Objective-C API: Rename JSValue.h/APIJSValue.h to JSCJSValue.h/JSValue.h · c1bc9d39
    mhahnenberg@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=107327
    
    Reviewed by Filip Pizlo.
    
    Source/JavaScriptCore:
    
    We're renaming these two files, so we have to replace the names everywhere.
    
    * API/APICast.h:
    * API/APIJSValue.h: Removed.
    * API/JSBlockAdaptor.mm:
    * API/JSStringRefCF.cpp:
    * API/JSValue.h: Copied from Source/JavaScriptCore/API/APIJSValue.h.
    * API/JSValue.mm:
    * API/JSValueInternal.h:
    * API/JSValueRef.cpp:
    * API/JSWeakObjectMapRefPrivate.cpp:
    * API/JavaScriptCore.h:
    * CMakeLists.txt:
    * GNUmakefile.list.am:
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
    * JavaScriptCore.xcodeproj/project.pbxproj:
    * Target.pri:
    * bytecode/CallLinkStatus.h:
    * bytecode/CodeBlock.cpp:
    * bytecode/MethodOfGettingAValueProfile.h:
    * bytecode/ResolveGlobalStatus.cpp:
    * bytecode/ResolveGlobalStatus.h:
    * bytecode/SpeculatedType.h:
    * bytecode/ValueRecovery.h:
    * dfg/DFGByteCodeParser.cpp:
    * dfg/DFGJITCompiler.cpp:
    * dfg/DFGNode.h:
    * dfg/DFGSpeculativeJIT.cpp:
    * dfg/DFGSpeculativeJIT64.cpp:
    * heap/CopiedBlock.h:
    * heap/HandleStack.cpp:
    * heap/HandleTypes.h:
    * heap/WeakImpl.h:
    * interpreter/Interpreter.h:
    * interpreter/Register.h:
    * interpreter/VMInspector.h:
    * jit/HostCallReturnValue.cpp:
    * jit/HostCallReturnValue.h:
    * jit/JITCode.h:
    * jit/JITExceptions.cpp:
    * jit/JITExceptions.h:
    * jit/JSInterfaceJIT.h:
    * llint/LLIntCLoop.h:
    * llint/LLIntData.h:
    * llint/LLIntSlowPaths.cpp:
    * profiler/ProfilerBytecode.h:
    * profiler/ProfilerBytecodeSequence.h:
    * profiler/ProfilerBytecodes.h:
    * profiler/ProfilerCompilation.h:
    * profiler/ProfilerCompiledBytecode.h:
    * profiler/ProfilerDatabase.h:
    * profiler/ProfilerOSRExit.h:
    * profiler/ProfilerOSRExitSite.h:
    * profiler/ProfilerOrigin.h:
    * profiler/ProfilerOriginStack.h:
    * runtime/ArgList.cpp:
    * runtime/CachedTranscendentalFunction.h:
    * runtime/CallData.h:
    * runtime/Completion.h:
    * runtime/ConstructData.h:
    * runtime/DateConstructor.cpp:
    * runtime/DateInstance.cpp:
    * runtime/DatePrototype.cpp:
    * runtime/JSAPIValueWrapper.h:
    * runtime/JSCJSValue.cpp: Copied from Source/JavaScriptCore/runtime/JSValue.cpp.
    * runtime/JSCJSValue.h: Copied from Source/JavaScriptCore/runtime/JSValue.h.
    (JSValue):
    * runtime/JSCJSValueInlines.h: Copied from Source/JavaScriptCore/runtime/JSValueInlines.h.
    * runtime/JSGlobalData.h:
    * runtime/JSGlobalObject.cpp:
    * runtime/JSGlobalObjectFunctions.h:
    * runtime/JSStringJoiner.h:
    * runtime/JSValue.cpp: Removed.
    * runtime/JSValue.h: Removed.
    * runtime/JSValueInlines.h: Removed.
    * runtime/LiteralParser.h:
    * runtime/Operations.h:
    * runtime/PropertyDescriptor.h:
    * runtime/PropertySlot.h:
    * runtime/Protect.h:
    * runtime/RegExpPrototype.cpp:
    * runtime/Structure.h:
    
    Source/WebCore:
    
    No new tests.
    
    We're renaming these two files, so we have to replace the names everywhere.
    
    * ForwardingHeaders/runtime/JSCJSValue.h: Copied from Source/WebCore/ForwardingHeaders/runtime/JSValue.h.
    * ForwardingHeaders/runtime/JSValue.h: Removed.
    * WebCore.vcproj/WebCore.vcproj:
    * bindings/js/JSArrayBufferViewHelper.h:
    * bindings/js/JSCustomXPathNSResolver.h:
    * bindings/js/JSHTMLAllCollectionCustom.cpp:
    * bindings/js/JSIntentConstructor.cpp:
    * bindings/js/JSMessagePortCustom.h:
    * bindings/js/JSNodeFilterCondition.h:
    * bindings/js/JavaScriptCallFrame.cpp:
    * bindings/js/ScriptCallStackFactory.cpp:
    * bindings/js/ScriptValue.h:
    * bindings/js/SerializedScriptValue.h:
    * bindings/objc/WebScriptObjectPrivate.h:
    * bridge/c/c_utility.h:
    * bridge/testbindings.cpp:
    * bridge/testbindings.mm:
    * bridge/testqtbindings.cpp:
    * plugins/PluginView.cpp:
    * plugins/blackberry/PluginViewBlackBerry.cpp:
    * plugins/gtk/PluginViewGtk.cpp:
    * plugins/mac/PluginViewMac.mm:
    * plugins/qt/PluginViewQt.cpp:
    * plugins/win/PluginViewWin.cpp:
    
    Source/WebKit/gtk:
    
    We're renaming these two files, so we have to replace the names everywhere.
    
    * WebCoreSupport/DumpRenderTreeSupportGtk.cpp:
    
    Source/WebKit/mac:
    
    We're renaming these two files, so we have to replace the names everywhere.
    
    * DOM/WebDOMOperations.mm:
    * ForwardingHeaders/runtime/JSCJSValue.h: Copied from Source/WebKit/mac/ForwardingHeaders/runtime/JSValue.h.
    * ForwardingHeaders/runtime/JSValue.h: Removed.
    * WebView/WebFrame.mm:
    * WebView/WebView.mm:
    
    Source/WebKit/win:
    
    We're renaming these two files, so we have to replace the names everywhere.
    
    * WebFrame.cpp:
    * WebView.cpp:
    
    Source/WebKit/wx:
    
    We're renaming these two files, so we have to replace the names everywhere.
    
    * WebFrame.cpp:
    * WebView.cpp:
    
    Source/WebKit2:
    
    We're renaming these two files, so we have to replace the names everywhere.
    
    * WebProcess/WebPage/WebPage.cpp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@140718 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    c1bc9d39