Ignore:
Timestamp:
Jan 10, 2011, 3:43:56 PM (14 years ago)
Author:
[email protected]
Message:

Moved Collector.* => Heap.*, since the file contains a class named "Heap".

Reviewed by Oliver Hunt.

Source/JavaScriptCore:

  • API/JSCallbackObject.cpp:
  • Android.mk:
  • CMakeLists.txt:
  • GNUmakefile.am:
  • JavaScriptCore.gypi:
  • JavaScriptCore.pro:
  • JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
  • JavaScriptCore.xcodeproj/project.pbxproj:
  • interpreter/Interpreter.cpp:
  • interpreter/RegisterFile.h:
  • jit/JITStubs.cpp:
  • runtime/Collector.cpp: Removed.
  • runtime/Collector.h: Removed.
  • runtime/CollectorHeapIterator.h:
  • runtime/GCActivityCallbackCF.cpp:
  • runtime/Heap.cpp: Copied from JavaScriptCore/runtime/Collector.cpp.
  • runtime/Heap.h: Copied from JavaScriptCore/runtime/Collector.h.
  • runtime/InitializeThreading.cpp:
  • runtime/JSCell.h:
  • runtime/JSGlobalData.cpp:
  • runtime/JSGlobalData.h:
  • runtime/JSLock.cpp:
  • runtime/JSNumberCell.h:
  • runtime/MachineStackMarker.cpp:
  • runtime/MemoryStatistics.h:
  • runtime/Protect.h:
  • runtime/UString.cpp:
  • runtime/WeakGCMap.h:
  • runtime/WeakGCPtr.h:

Source/JavaScriptGlue:

  • JSUtils.h:

Source/WebCore:

  • ForwardingHeaders/runtime/Collector.h: Removed.
  • ForwardingHeaders/runtime/Heap.h: Copied from WebCore/ForwardingHeaders/runtime/Collector.h.
  • WebCore.vcproj/WebCore.vcproj:
  • bindings/js/GCController.cpp:
  • bindings/js/ScriptGCEvent.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/Android.mk

    r75421 r75443  
    8181        runtime/BooleanPrototype.cpp \
    8282        runtime/CallData.cpp \
    83         runtime/Collector.cpp \
     83        runtime/Heap.cpp \
    8484        runtime/CommonIdentifiers.cpp \
    8585        runtime/Completion.cpp \
Note: See TracChangeset for help on using the changeset viewer.