Diff
Modified: trunk/Source/_javascript_Core/CMakeLists.txt (222304 => 222305)
--- trunk/Source/_javascript_Core/CMakeLists.txt 2017-09-21 00:35:41 UTC (rev 222304)
+++ trunk/Source/_javascript_Core/CMakeLists.txt 2017-09-21 01:10:47 UTC (rev 222305)
@@ -46,7 +46,7 @@
"${ICU_INCLUDE_DIRS}"
)
-WEBKIT_COMPUTE_SOURCES_FROM_FILE(_javascript_Core "${CMAKE_CURRENT_SOURCE_DIR}/sources.txt")
+WEBKIT_COMPUTE_SOURCES_FROM_FILE(_javascript_Core "${CMAKE_CURRENT_SOURCE_DIR}/Sources.txt")
set(_javascript_Core_OBJECT_LUT_SOURCES
runtime/ArrayConstructor.cpp
Modified: trunk/Source/_javascript_Core/ChangeLog (222304 => 222305)
--- trunk/Source/_javascript_Core/ChangeLog 2017-09-21 00:35:41 UTC (rev 222304)
+++ trunk/Source/_javascript_Core/ChangeLog 2017-09-21 01:10:47 UTC (rev 222305)
@@ -1,5 +1,16 @@
2017-09-20 Keith Miller <[email protected]>
+ Rename source list file to Sources.txt
+ https://bugs.webkit.org/show_bug.cgi?id=177283
+
+ Reviewed by Saam Barati.
+
+ * CMakeLists.txt:
+ * _javascript_Core.xcodeproj/project.pbxproj:
+ * Sources.txt: Renamed from Source/_javascript_Core/sources.txt.
+
+2017-09-20 Keith Miller <[email protected]>
+
Unreviewed, fix string capitalization
* _javascript_Core.xcodeproj/project.pbxproj:
Modified: trunk/Source/_javascript_Core/_javascript_Core.xcodeproj/project.pbxproj (222304 => 222305)
--- trunk/Source/_javascript_Core/_javascript_Core.xcodeproj/project.pbxproj 2017-09-21 00:35:41 UTC (rev 222304)
+++ trunk/Source/_javascript_Core/_javascript_Core.xcodeproj/project.pbxproj 2017-09-21 01:10:47 UTC (rev 222305)
@@ -9518,7 +9518,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "set -e\n\ncd $SRCROOT\n\nif [ \"${DEPLOYMENT_LOCATION}\" == \"YES\" ]; then\n BUILD_SCRIPTS_DIR=\"${SDKROOT}/usr/local/include/wtf/Scripts\"\nelse\n BUILD_SCRIPTS_DIR=\"${BUILT_PRODUCTS_DIR}/usr/local/include/wtf/Scripts\"\nfi\n\nUnifiedSourceCppFileCount=133\n\n/usr/bin/env ruby \"${BUILD_SCRIPTS_DIR}/generate-unified-source-bundles.rb\" \"--derived-sources-path\" \"${BUILT_PRODUCTS_DIR}/DerivedSources/_javascript_Core\" \"--sources-file\" \"sources.txt\" \"--max-cpp-bundle-count\" \"${UnifiedSourceCppFileCount}\" \"--max-obj-c-bundle-count\" \"0\" > /dev/null\n";
+ shellScript = "set -e\n\ncd $SRCROOT\n\nif [ \"${DEPLOYMENT_LOCATION}\" == \"YES\" ]; then\n BUILD_SCRIPTS_DIR=\"${SDKROOT}/usr/local/include/wtf/Scripts\"\nelse\n BUILD_SCRIPTS_DIR=\"${BUILT_PRODUCTS_DIR}/usr/local/include/wtf/Scripts\"\nfi\n\nUnifiedSourceCppFileCount=133\n\n/usr/bin/env ruby \"${BUILD_SCRIPTS_DIR}/generate-unified-source-bundles.rb\" \"--derived-sources-path\" \"${BUILT_PRODUCTS_DIR}/DerivedSources/_javascript_Core\" \"--sources-file\" \"Sources.txt\" \"--max-cpp-bundle-count\" \"${UnifiedSourceCppFileCount}\" \"--max-obj-c-bundle-count\" \"0\" > /dev/null\n";
};
5D29D8BE0E9860B400C3D2D0 /* Check For Weak VTables and Externals */ = {
isa = PBXShellScriptBuildPhase;
Copied: trunk/Source/_javascript_Core/Sources.txt (from rev 222301, trunk/Source/_javascript_Core/sources.txt) (0 => 222305)
--- trunk/Source/_javascript_Core/Sources.txt (rev 0)
+++ trunk/Source/_javascript_Core/Sources.txt 2017-09-21 01:10:47 UTC (rev 222305)
@@ -0,0 +1,991 @@
+# Copyright (C) 2017 Apple Inc. All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+# notice, this list of conditions and the following disclaimer in the
+# documentation and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
+# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
+# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+# THE POSSIBILITY OF SUCH DAMAGE.
+
+API/JSBase.cpp
+API/JSCTestRunnerUtils.cpp
+API/JSCallbackConstructor.cpp
+API/JSCallbackFunction.cpp
+API/JSCallbackObject.cpp
+API/JSClassRef.cpp
+API/JSContextRef.cpp
+API/JSHeapFinalizerPrivate.cpp
+API/JSMarkingConstraintPrivate.cpp
+API/JSObjectRef.cpp
+API/JSTypedArray.cpp
+API/JSScriptRef.cpp
+API/JSStringRef.cpp
+API/JSValueRef.cpp
+API/JSWeakObjectMapRefPrivate.cpp
+API/JSWeakPrivate.cpp
+API/OpaqueJSString.cpp
+
+assembler/ARMAssembler.cpp
+assembler/AbstractMacroAssembler.cpp
+assembler/LinkBuffer.cpp
+assembler/MacroAssembler.cpp
+assembler/MacroAssemblerARM.cpp
+assembler/MacroAssemblerARM64.cpp
+assembler/MacroAssemblerARMv7.cpp
+assembler/MacroAssemblerCodeRef.cpp
+assembler/MacroAssemblerPrinter.cpp
+assembler/MacroAssemblerX86Common.cpp
+assembler/Printer.cpp
+assembler/ProbeContext.cpp
+assembler/ProbeStack.cpp
+
+b3/air/AirAllocateRegistersAndStackByLinearScan.cpp
+b3/air/AirAllocateRegistersByGraphColoring.cpp
+b3/air/AirAllocateStackByGraphColoring.cpp
+b3/air/AirArg.cpp
+b3/air/AirBasicBlock.cpp
+b3/air/AirBlockInsertionSet.cpp
+b3/air/AirBreakCriticalEdges.cpp
+b3/air/AirCCallSpecial.cpp
+b3/air/AirCCallingConvention.cpp
+b3/air/AirCode.cpp
+b3/air/AirCustom.cpp
+b3/air/AirDisassembler.cpp
+b3/air/AirEliminateDeadCode.cpp
+b3/air/AirEmitShuffle.cpp
+b3/air/AirFixObviousSpills.cpp
+b3/air/AirFixPartialRegisterStalls.cpp
+b3/air/AirFixSpillsAfterTerminals.cpp
+b3/air/AirGenerate.cpp
+b3/air/AirGenerated.cpp
+b3/air/AirHandleCalleeSaves.cpp
+b3/air/AirInsertionSet.cpp
+b3/air/AirInst.cpp
+b3/air/AirKind.cpp
+b3/air/AirLogRegisterPressure.cpp
+b3/air/AirLowerAfterRegAlloc.cpp
+b3/air/AirLowerEntrySwitch.cpp
+b3/air/AirLowerMacros.cpp
+b3/air/AirLowerStackArgs.cpp
+b3/air/AirOptimizeBlockOrder.cpp
+b3/air/AirPadInterference.cpp
+b3/air/AirPhaseInsertionSet.cpp
+b3/air/AirPhaseScope.cpp
+b3/air/AirPrintSpecial.cpp
+b3/air/AirRegLiveness.cpp
+b3/air/AirReportUsedRegisters.cpp
+b3/air/AirSimplifyCFG.cpp
+b3/air/AirSpecial.cpp
+b3/air/AirStackAllocation.cpp
+b3/air/AirStackSlot.cpp
+b3/air/AirStackSlotKind.cpp
+b3/air/AirTmp.cpp
+b3/air/AirTmpWidth.cpp
+b3/air/AirValidate.cpp
+
+b3/B3ArgumentRegValue.cpp
+b3/B3AtomicValue.cpp
+b3/B3Bank.cpp
+b3/B3BasicBlock.cpp
+b3/B3BlockInsertionSet.cpp
+b3/B3BreakCriticalEdges.cpp
+b3/B3CCallValue.cpp
+b3/B3CaseCollection.cpp
+b3/B3CheckSpecial.cpp
+b3/B3CheckValue.cpp
+b3/B3Common.cpp
+b3/B3Commutativity.cpp
+b3/B3Compile.cpp
+b3/B3Compilation.cpp
+b3/B3Const32Value.cpp
+b3/B3Const64Value.cpp
+b3/B3ConstDoubleValue.cpp
+b3/B3ConstFloatValue.cpp
+b3/B3ConstrainedValue.cpp
+b3/B3DataSection.cpp
+b3/B3DuplicateTails.cpp
+b3/B3Effects.cpp
+b3/B3EliminateCommonSubexpressions.cpp
+b3/B3EnsureLoopPreHeaders.cpp
+b3/B3FenceValue.cpp
+b3/B3FixSSA.cpp
+b3/B3FoldPathConstants.cpp
+b3/B3FrequencyClass.cpp
+b3/B3Generate.cpp
+b3/B3HoistLoopInvariantValues.cpp
+b3/B3InferSwitches.cpp
+b3/B3InsertionSet.cpp
+b3/B3Kind.cpp
+b3/B3LegalizeMemoryOffsets.cpp
+b3/B3LowerMacros.cpp
+b3/B3LowerMacrosAfterOptimizations.cpp
+b3/B3LowerToAir.cpp
+b3/B3MathExtras.cpp
+b3/B3MemoryValue.cpp
+b3/B3MoveConstants.cpp
+b3/B3OpaqueByproducts.cpp
+b3/B3Opcode.cpp
+b3/B3Origin.cpp
+b3/B3OriginDump.cpp
+b3/B3PatchpointSpecial.cpp
+b3/B3PatchpointValue.cpp
+b3/B3PhaseScope.cpp
+b3/B3PhiChildren.cpp
+b3/B3Procedure.cpp
+b3/B3PureCSE.cpp
+b3/B3ReduceDoubleToFloat.cpp
+b3/B3ReduceStrength.cpp
+b3/B3SSACalculator.cpp
+b3/B3SlotBaseValue.cpp
+b3/B3StackmapGenerationParams.cpp
+b3/B3StackmapSpecial.cpp
+b3/B3StackmapValue.cpp
+b3/B3StackSlot.cpp
+b3/B3SwitchCase.cpp
+b3/B3SwitchValue.cpp
+b3/B3TimingScope.cpp
+b3/B3Type.cpp
+b3/B3UpsilonValue.cpp
+b3/B3UseCounts.cpp
+b3/B3Validate.cpp
+b3/B3Value.cpp
+b3/B3ValueKey.cpp
+b3/B3ValueRep.cpp
+b3/B3Variable.cpp
+b3/B3VariableLiveness.cpp
+b3/B3VariableValue.cpp
+b3/B3WasmAddressValue.cpp
+b3/B3WasmBoundsCheckValue.cpp
+b3/B3Width.cpp
+
+bindings/ScriptFunctionCall.cpp
+bindings/ScriptObject.cpp
+bindings/ScriptValue.cpp
+
+builtins/BuiltinExecutables.cpp
+builtins/BuiltinExecutableCreator.cpp
+builtins/BuiltinNames.cpp
+
+bytecode/AccessCase.cpp
+bytecode/AccessCaseSnippetParams.cpp
+bytecode/AdaptiveInferredPropertyValueWatchpointBase.cpp
+bytecode/ArithProfile.cpp
+bytecode/ArrayAllocationProfile.cpp
+bytecode/ArrayProfile.cpp
+bytecode/BytecodeBasicBlock.cpp
+bytecode/BytecodeDumper.cpp
+bytecode/BytecodeGeneratorification.cpp
+bytecode/BytecodeIntrinsicRegistry.cpp
+bytecode/BytecodeLivenessAnalysis.cpp
+bytecode/BytecodeRewriter.cpp
+bytecode/CallEdge.cpp
+bytecode/CallLinkInfo.cpp
+bytecode/CallLinkStatus.cpp
+bytecode/CallMode.cpp
+bytecode/CallVariant.cpp
+bytecode/CodeBlock.cpp
+bytecode/CodeBlockHash.cpp
+bytecode/CodeBlockJettisoningWatchpoint.cpp
+bytecode/CodeOrigin.cpp
+bytecode/CodeType.cpp
+bytecode/ComplexGetStatus.cpp
+bytecode/DFGExitProfile.cpp
+bytecode/DataFormat.cpp
+bytecode/DeferredCompilationCallback.cpp
+bytecode/DeferredSourceDump.cpp
+bytecode/DirectEvalCodeCache.cpp
+bytecode/EvalCodeBlock.cpp
+bytecode/ExecutionCounter.cpp
+bytecode/ExitKind.cpp
+bytecode/ExitingJITType.cpp
+bytecode/FullCodeOrigin.cpp
+bytecode/FunctionCodeBlock.cpp
+bytecode/GetByIdStatus.cpp
+bytecode/GetByIdVariant.cpp
+bytecode/GetterSetterAccessCase.cpp
+bytecode/InlineAccess.cpp
+bytecode/InlineCallFrame.cpp
+bytecode/InlineCallFrameSet.cpp
+bytecode/IntrinsicGetterAccessCase.cpp
+bytecode/JumpTable.cpp
+bytecode/LLIntPrototypeLoadAdaptiveStructureWatchpoint.cpp
+bytecode/LazyOperandValueProfile.cpp
+bytecode/MethodOfGettingAValueProfile.cpp
+bytecode/ModuleNamespaceAccessCase.cpp
+bytecode/ModuleProgramCodeBlock.cpp
+bytecode/ObjectPropertyCondition.cpp
+bytecode/ObjectPropertyConditionSet.cpp
+bytecode/Opcode.cpp
+bytecode/PolymorphicAccess.cpp
+bytecode/PreciseJumpTargets.cpp
+bytecode/ProgramCodeBlock.cpp
+bytecode/PropertyCondition.cpp
+bytecode/ProxyableAccessCase.cpp
+bytecode/PutByIdFlags.cpp
+bytecode/PutByIdStatus.cpp
+bytecode/PutByIdVariant.cpp
+bytecode/ReduceWhitespace.cpp
+bytecode/SpecialPointer.cpp
+bytecode/SpeculatedType.cpp
+bytecode/StructureSet.cpp
+bytecode/StructureStubClearingWatchpoint.cpp
+bytecode/StructureStubInfo.cpp
+bytecode/SuperSampler.cpp
+bytecode/ToThisStatus.cpp
+bytecode/TrackedReferences.cpp
+bytecode/UnlinkedCodeBlock.cpp
+bytecode/UnlinkedEvalCodeBlock.cpp
+bytecode/UnlinkedFunctionCodeBlock.cpp
+bytecode/UnlinkedFunctionExecutable.cpp
+bytecode/UnlinkedInstructionStream.cpp
+bytecode/UnlinkedModuleProgramCodeBlock.cpp
+bytecode/UnlinkedProgramCodeBlock.cpp
+bytecode/ValueRecovery.cpp
+bytecode/VariableWriteFireDetail.cpp
+bytecode/VirtualRegister.cpp
+bytecode/Watchpoint.cpp
+
+bytecompiler/BytecodeGenerator.cpp
+bytecompiler/NodesCodegen.cpp
+
+debugger/Debugger.cpp
+debugger/DebuggerCallFrame.cpp
+debugger/DebuggerLocation.cpp
+debugger/DebuggerParseData.cpp
+debugger/DebuggerScope.cpp
+
+dfg/DFGAbstractHeap.cpp
+dfg/DFGAbstractValue.cpp
+dfg/DFGAdaptiveInferredPropertyValueWatchpoint.cpp
+dfg/DFGAdaptiveStructureWatchpoint.cpp
+dfg/DFGArgumentsEliminationPhase.cpp
+dfg/DFGArgumentsUtilities.cpp
+dfg/DFGArithMode.cpp
+dfg/DFGArrayMode.cpp
+dfg/DFGAtTailAbstractState.cpp
+dfg/DFGAvailability.cpp
+dfg/DFGAvailabilityMap.cpp
+dfg/DFGBackwardsPropagationPhase.cpp
+dfg/DFGBasicBlock.cpp
+dfg/DFGBlockInsertionSet.cpp
+dfg/DFGBlockSet.cpp
+dfg/DFGByteCodeParser.cpp
+dfg/DFGCFAPhase.cpp
+dfg/DFGCFGSimplificationPhase.cpp
+dfg/DFGCPSRethreadingPhase.cpp
+dfg/DFGCSEPhase.cpp
+dfg/DFGCapabilities.cpp
+dfg/DFGCleanUpPhase.cpp
+dfg/DFGClobberSet.cpp
+dfg/DFGClobberize.cpp
+dfg/DFGClobbersExitState.cpp
+dfg/DFGCombinedLiveness.cpp
+dfg/DFGCommon.cpp
+dfg/DFGCommonData.cpp
+dfg/DFGCompilationKey.cpp
+dfg/DFGCompilationMode.cpp
+dfg/DFGConstantFoldingPhase.cpp
+dfg/DFGConstantHoistingPhase.cpp
+dfg/DFGCriticalEdgeBreakingPhase.cpp
+dfg/DFGDCEPhase.cpp
+dfg/DFGDesiredIdentifiers.cpp
+dfg/DFGDesiredTransitions.cpp
+dfg/DFGDesiredWatchpoints.cpp
+dfg/DFGDesiredWeakReferences.cpp
+dfg/DFGDisassembler.cpp
+dfg/DFGDoesGC.cpp
+dfg/DFGDriver.cpp
+dfg/DFGEdge.cpp
+dfg/DFGEpoch.cpp
+dfg/DFGFailedFinalizer.cpp
+dfg/DFGFinalizer.cpp
+dfg/DFGFixedButterflyAccessUncagingPhase.cpp
+dfg/DFGFixupPhase.cpp
+dfg/DFGFlowIndexing.cpp
+dfg/DFGFlushFormat.cpp
+dfg/DFGFlushedAt.cpp
+dfg/DFGLiveCatchVariablePreservationPhase.cpp
+dfg/DFGFrozenValue.cpp
+dfg/DFGGraph.cpp
+dfg/DFGGraphSafepoint.cpp
+dfg/DFGHeapLocation.cpp
+dfg/DFGInPlaceAbstractState.cpp
+dfg/DFGInferredTypeCheck.cpp
+dfg/DFGInsertionSet.cpp
+dfg/DFGIntegerCheckCombiningPhase.cpp
+dfg/DFGIntegerRangeOptimizationPhase.cpp
+dfg/DFGInvalidationPointInjectionPhase.cpp
+dfg/DFGJITCode.cpp
+dfg/DFGJITCompiler.cpp
+dfg/DFGJITFinalizer.cpp
+dfg/DFGJumpReplacement.cpp
+dfg/DFGLICMPhase.cpp
+dfg/DFGLazyJSValue.cpp
+dfg/DFGLazyNode.cpp
+dfg/DFGLivenessAnalysisPhase.cpp
+dfg/DFGLoopPreHeaderCreationPhase.cpp
+dfg/DFGMaximalFlushInsertionPhase.cpp
+dfg/DFGMayExit.cpp
+dfg/DFGMinifiedGraph.cpp
+dfg/DFGMinifiedNode.cpp
+dfg/DFGMovHintRemovalPhase.cpp
+dfg/DFGMultiGetByOffsetData.cpp
+dfg/DFGNode.cpp
+dfg/DFGNodeAbstractValuePair.cpp
+dfg/DFGNodeFlags.cpp
+dfg/DFGNodeFlowProjection.cpp
+dfg/DFGNodeOrigin.cpp
+dfg/DFGOSRAvailabilityAnalysisPhase.cpp
+dfg/DFGOSREntry.cpp
+dfg/DFGOSREntrypointCreationPhase.cpp
+dfg/DFGOSRExit.cpp
+dfg/DFGOSRExitBase.cpp
+dfg/DFGOSRExitCompilerCommon.cpp
+dfg/DFGOSRExitFuzz.cpp
+dfg/DFGOSRExitJumpPlaceholder.cpp
+dfg/DFGOSRExitPreparation.cpp
+dfg/DFGObjectAllocationSinkingPhase.cpp
+dfg/DFGObjectMaterializationData.cpp
+dfg/DFGOperations.cpp
+dfg/DFGPhantomInsertionPhase.cpp
+dfg/DFGPhase.cpp
+dfg/DFGPhiChildren.cpp
+dfg/DFGPlan.cpp
+dfg/DFGPredictionInjectionPhase.cpp
+dfg/DFGPredictionPropagationPhase.cpp
+dfg/DFGPromotedHeapLocation.cpp
+dfg/DFGPureValue.cpp
+dfg/DFGPutStackSinkingPhase.cpp
+dfg/DFGRegisteredStructureSet.cpp
+dfg/DFGSSACalculator.cpp
+dfg/DFGSSAConversionPhase.cpp
+dfg/DFGSSALoweringPhase.cpp
+dfg/DFGSafepoint.cpp
+dfg/DFGSnippetParams.cpp
+dfg/DFGSpeculativeJIT.cpp
+dfg/DFGSpeculativeJIT32_64.cpp
+dfg/DFGSpeculativeJIT64.cpp
+dfg/DFGStackLayoutPhase.cpp
+dfg/DFGStaticExecutionCountEstimationPhase.cpp
+dfg/DFGStoreBarrierClusteringPhase.cpp
+dfg/DFGStoreBarrierInsertionPhase.cpp
+dfg/DFGStrengthReductionPhase.cpp
+dfg/DFGStructureAbstractValue.cpp
+dfg/DFGThreadData.cpp
+dfg/DFGThunks.cpp
+dfg/DFGTierUpCheckInjectionPhase.cpp
+dfg/DFGToFTLDeferredCompilationCallback.cpp
+dfg/DFGToFTLForOSREntryDeferredCompilationCallback.cpp
+dfg/DFGTransition.cpp
+dfg/DFGTypeCheckHoistingPhase.cpp
+dfg/DFGUnificationPhase.cpp
+dfg/DFGUseKind.cpp
+dfg/DFGValidate.cpp
+dfg/DFGValueSource.cpp
+dfg/DFGValueStrength.cpp
+dfg/DFGVarargsForwardingPhase.cpp
+dfg/DFGVariableAccessData.cpp
+dfg/DFGVariableAccessDataDump.cpp
+dfg/DFGVariableEvent.cpp
+dfg/DFGVariableEventStream.cpp
+dfg/DFGVirtualRegisterAllocationPhase.cpp
+dfg/DFGWatchpointCollectionPhase.cpp
+dfg/DFGWorklist.cpp
+
+disassembler/ARM64Disassembler.cpp
+disassembler/ARMLLVMDisassembler.cpp
+disassembler/ARMv7Disassembler.cpp
+disassembler/Disassembler.cpp
+disassembler/UDis86Disassembler.cpp
+disassembler/X86Disassembler.cpp
+
+disassembler/ARM64/A64DOpcode.cpp
+
+disassembler/ARMv7/ARMv7DOpcode.cpp
+
+disassembler/udis86/udis86.c
+disassembler/udis86/udis86_decode.c
+disassembler/udis86/udis86_itab_holder.c
+disassembler/udis86/udis86_syn-att.c
+disassembler/udis86/udis86_syn-intel.c
+disassembler/udis86/udis86_syn.c
+
+domjit/DOMJITAbstractHeap.cpp
+domjit/DOMJITHeapRange.cpp
+
+ftl/FTLAbstractHeap.cpp
+ftl/FTLAbstractHeapRepository.cpp
+ftl/FTLAvailableRecovery.cpp
+ftl/FTLCapabilities.cpp
+ftl/FTLCommonValues.cpp
+ftl/FTLCompile.cpp
+ftl/FTLExceptionTarget.cpp
+ftl/FTLExitArgument.cpp
+ftl/FTLExitArgumentForOperand.cpp
+ftl/FTLExitPropertyValue.cpp
+ftl/FTLExitTimeObjectMaterialization.cpp
+ftl/FTLExitValue.cpp
+ftl/FTLFail.cpp
+ftl/FTLForOSREntryJITCode.cpp
+ftl/FTLJITCode.cpp
+ftl/FTLJITFinalizer.cpp
+ftl/FTLLazySlowPath.cpp
+ftl/FTLLink.cpp
+ftl/FTLLocation.cpp
+ftl/FTLLowerDFGToB3.cpp
+ftl/FTLOSREntry.cpp
+ftl/FTLOSRExit.cpp
+ftl/FTLOSRExitCompiler.cpp
+ftl/FTLOSRExitHandle.cpp
+ftl/FTLOperations.cpp
+ftl/FTLOutput.cpp
+ftl/FTLPatchpointExceptionHandle.cpp
+ftl/FTLRecoveryOpcode.cpp
+ftl/FTLSaveRestore.cpp
+ftl/FTLSlowPathCall.cpp
+ftl/FTLSlowPathCallKey.cpp
+ftl/FTLSnippetParams.cpp
+ftl/FTLState.cpp
+ftl/FTLThunks.cpp
+ftl/FTLValueRange.cpp
+
+heap/AlignedMemoryAllocator.cpp
+heap/AllocatorAttributes.cpp
+heap/CellContainer.cpp
+heap/CodeBlockSet.cpp
+heap/CollectionScope.cpp
+heap/CollectorPhase.cpp
+heap/ConservativeRoots.cpp
+heap/DeferGC.cpp
+heap/DestructionMode.cpp
+heap/EdenGCActivityCallback.cpp
+heap/FastMallocAlignedMemoryAllocator.cpp
+heap/FullGCActivityCallback.cpp
+heap/FreeList.cpp
+heap/GCActivityCallback.cpp
+heap/GCConductor.cpp
+heap/GCLogging.cpp
+heap/GCRequest.cpp
+heap/GigacageAlignedMemoryAllocator.cpp
+heap/HandleSet.cpp
+heap/HandleStack.cpp
+heap/Heap.cpp
+heap/HeapCell.cpp
+heap/HeapFinalizerCallback.cpp
+heap/HeapHelperPool.cpp
+heap/HeapProfiler.cpp
+heap/HeapSnapshot.cpp
+heap/HeapSnapshotBuilder.cpp
+heap/IncrementalSweeper.cpp
+heap/JITStubRoutineSet.cpp
+heap/LargeAllocation.cpp
+heap/MachineStackMarker.cpp
+heap/MarkStack.cpp
+heap/MarkedAllocator.cpp
+heap/MarkedBlock.cpp
+heap/MarkedSpace.cpp
+heap/MarkingConstraint.cpp
+heap/MarkingConstraintSet.cpp
+heap/MutatorScheduler.cpp
+heap/MutatorState.cpp
+heap/SlotVisitor.cpp
+heap/SpaceTimeMutatorScheduler.cpp
+heap/StochasticSpaceTimeMutatorScheduler.cpp
+heap/StopIfNecessaryTimer.cpp
+heap/Subspace.cpp
+heap/SynchronousStopTheWorldMutatorScheduler.cpp
+heap/Synchronousness.cpp
+heap/VisitRaceKey.cpp
+heap/Weak.cpp
+heap/WeakBlock.cpp
+heap/WeakHandleOwner.cpp
+heap/WeakSet.cpp
+heap/WriteBarrierSupport.cpp
+
+inspector/AsyncStackTrace.cpp
+inspector/ConsoleMessage.cpp
+inspector/ContentSearchUtilities.cpp
+inspector/EventLoop.cpp
+inspector/IdentifiersFactory.cpp
+inspector/InjectedScript.cpp
+inspector/InjectedScriptBase.cpp
+inspector/InjectedScriptHost.cpp
+inspector/InjectedScriptManager.cpp
+inspector/InjectedScriptModule.cpp
+inspector/InspectorAgentRegistry.cpp
+inspector/InspectorFrontendRouter.cpp
+inspector/InspectorBackendDispatcher.cpp
+inspector/InspectorValues.cpp
+inspector/JSGlobalObjectConsoleClient.cpp
+inspector/JSGlobalObjectInspectorController.cpp
+inspector/JSGlobalObjectScriptDebugServer.cpp
+inspector/JSInjectedScriptHost.cpp
+inspector/JSInjectedScriptHostPrototype.cpp
+inspector/JSJavaScriptCallFrame.cpp
+inspector/JSJavaScriptCallFramePrototype.cpp
+inspector/_javascript_CallFrame.cpp
+inspector/PerGlobalObjectWrapperWorld.cpp
+inspector/ScriptArguments.cpp
+inspector/ScriptCallFrame.cpp
+inspector/ScriptCallStack.cpp
+inspector/ScriptCallStackFactory.cpp
+inspector/ScriptDebugServer.cpp
+
+inspector/agents/InspectorAgent.cpp
+inspector/agents/InspectorConsoleAgent.cpp
+inspector/agents/InspectorDebuggerAgent.cpp
+inspector/agents/InspectorHeapAgent.cpp
+inspector/agents/InspectorRuntimeAgent.cpp
+inspector/agents/InspectorScriptProfilerAgent.cpp
+inspector/agents/JSGlobalObjectConsoleAgent.cpp
+inspector/agents/JSGlobalObjectDebuggerAgent.cpp
+inspector/agents/JSGlobalObjectRuntimeAgent.cpp
+
+interpreter/AbstractPC.cpp
+interpreter/CLoopStack.cpp
+interpreter/CallFrame.cpp
+interpreter/Interpreter.cpp
+interpreter/ProtoCallFrame.cpp
+interpreter/ShadowChicken.cpp
+interpreter/StackVisitor.cpp
+
+jit/AssemblyHelpers.cpp
+jit/BinarySwitch.cpp
+jit/CCallHelpers.cpp
+jit/CachedRecovery.cpp
+jit/CallFrameShuffleData.cpp
+jit/CallFrameShuffler.cpp
+jit/CallFrameShuffler32_64.cpp
+jit/CallFrameShuffler64.cpp
+jit/ExecutableAllocationFuzz.cpp
+jit/ExecutableAllocator.cpp
+jit/GCAwareJITStubRoutine.cpp
+jit/GPRInfo.cpp
+jit/HostCallReturnValue.cpp
+jit/ICStats.cpp
+jit/IntrinsicEmitter.cpp
+jit/JIT.cpp
+jit/JITAddGenerator.cpp
+jit/JITArithmetic.cpp
+jit/JITArithmetic32_64.cpp
+jit/JITBitAndGenerator.cpp
+jit/JITBitOrGenerator.cpp
+jit/JITBitXorGenerator.cpp
+jit/JITCall.cpp
+jit/JITCall32_64.cpp
+jit/JITCode.cpp
+jit/JITDisassembler.cpp
+jit/JITDivGenerator.cpp
+jit/JITExceptions.cpp
+jit/JITInlineCacheGenerator.cpp
+jit/JITLeftShiftGenerator.cpp
+jit/JITMulGenerator.cpp
+jit/JITNegGenerator.cpp
+jit/JITOpcodes.cpp
+jit/JITOpcodes32_64.cpp
+jit/JITOperations.cpp
+jit/JITPropertyAccess.cpp
+jit/JITPropertyAccess32_64.cpp
+jit/JITRightShiftGenerator.cpp
+jit/JITStubRoutine.cpp
+jit/JITSubGenerator.cpp
+jit/JITThunks.cpp
+jit/JITToDFGDeferredCompilationCallback.cpp
+jit/JITWorklist.cpp
+jit/PCToCodeOriginMap.cpp
+jit/PolymorphicCallStubRoutine.cpp
+jit/Reg.cpp
+jit/RegisterAtOffset.cpp
+jit/RegisterAtOffsetList.cpp
+jit/RegisterSet.cpp
+jit/Repatch.cpp
+jit/ScratchRegisterAllocator.cpp
+jit/SetupVarargsFrame.cpp
+jit/TagRegistersMode.cpp
+jit/TempRegisterSet.cpp
+jit/ThunkGenerators.cpp
+
+llint/LLIntCLoop.cpp
+llint/LLIntData.cpp
+llint/LLIntEntrypoint.cpp
+llint/LLIntExceptions.cpp
+llint/LLIntSlowPaths.cpp
+llint/LLIntThunks.cpp
+# FIXME: We can't bundle this file due to a clang bug.
+llint/LowLevelInterpreter.cpp #@no-unify
+
+parser/Lexer.cpp
+parser/ModuleAnalyzer.cpp
+parser/Nodes.cpp
+parser/NodesAnalyzeModule.cpp
+parser/Parser.cpp
+parser/ParserArena.cpp
+parser/SourceProvider.cpp
+parser/SourceProviderCache.cpp
+parser/UnlinkedSourceCode.cpp
+parser/VariableEnvironment.cpp
+
+profiler/ProfilerBytecode.cpp
+profiler/ProfilerBytecodeSequence.cpp
+profiler/ProfilerBytecodes.cpp
+profiler/ProfilerCompilation.cpp
+profiler/ProfilerCompilationKind.cpp
+profiler/ProfilerCompiledBytecode.cpp
+profiler/ProfilerDatabase.cpp
+profiler/ProfilerEvent.cpp
+profiler/ProfilerJettisonReason.cpp
+profiler/ProfilerOSRExit.cpp
+profiler/ProfilerOSRExitSite.cpp
+profiler/ProfilerOrigin.cpp
+profiler/ProfilerOriginStack.cpp
+profiler/ProfilerProfiledBytecodes.cpp
+profiler/ProfilerUID.cpp
+
+runtime/AbstractModuleRecord.cpp
+runtime/ArgList.cpp
+runtime/ArrayBuffer.cpp
+runtime/ArrayBufferNeuteringWatchpoint.cpp
+runtime/ArrayBufferView.cpp
+runtime/ArrayConstructor.cpp
+runtime/ArrayConventions.cpp
+runtime/ArrayIteratorPrototype.cpp
+runtime/ArrayPrototype.cpp
+runtime/AsyncFromSyncIteratorPrototype.cpp
+runtime/AsyncGeneratorFunctionConstructor.cpp
+runtime/AsyncGeneratorFunctionPrototype.cpp
+runtime/AsyncGeneratorPrototype.cpp
+runtime/AsyncIteratorPrototype.cpp
+runtime/AtomicsObject.cpp
+runtime/AsyncFunctionConstructor.cpp
+runtime/AsyncFunctionPrototype.cpp
+runtime/BasicBlockLocation.cpp
+runtime/BooleanConstructor.cpp
+runtime/BooleanObject.cpp
+runtime/BooleanPrototype.cpp
+runtime/CallData.cpp
+runtime/CatchScope.cpp
+runtime/ClassInfo.cpp
+runtime/ClonedArguments.cpp
+runtime/CodeCache.cpp
+runtime/CodeSpecializationKind.cpp
+runtime/CommonIdentifiers.cpp
+runtime/CommonSlowPaths.cpp
+runtime/CommonSlowPathsExceptions.cpp
+runtime/CompilationResult.cpp
+runtime/Completion.cpp
+runtime/ConfigFile.cpp
+runtime/ConsoleClient.cpp
+runtime/ConsoleObject.cpp
+runtime/ConstantMode.cpp
+runtime/ConstructData.cpp
+runtime/ControlFlowProfiler.cpp
+runtime/CustomGetterSetter.cpp
+runtime/DOMAttributeGetterSetter.cpp
+runtime/DataView.cpp
+runtime/DateConstructor.cpp
+runtime/DateConversion.cpp
+runtime/DateInstance.cpp
+runtime/DatePrototype.cpp
+runtime/DirectArguments.cpp
+runtime/DirectArgumentsOffset.cpp
+runtime/DirectEvalExecutable.cpp
+runtime/DisallowVMReentry.cpp
+runtime/DumpContext.cpp
+runtime/ECMAScriptSpecInternalFunctions.cpp
+runtime/Error.cpp
+runtime/ErrorConstructor.cpp
+runtime/ErrorHandlingScope.cpp
+runtime/ErrorInstance.cpp
+runtime/ErrorPrototype.cpp
+runtime/EvalExecutable.cpp
+runtime/Exception.cpp
+runtime/ExceptionEventLocation.cpp
+runtime/ExceptionFuzz.cpp
+runtime/ExceptionHelpers.cpp
+runtime/ExceptionScope.cpp
+runtime/ExecutableBase.cpp
+runtime/FunctionConstructor.cpp
+runtime/FunctionExecutable.cpp
+runtime/FunctionExecutableDump.cpp
+runtime/FunctionHasExecutedCache.cpp
+runtime/FunctionPrototype.cpp
+runtime/FunctionRareData.cpp
+runtime/GeneratorFunctionConstructor.cpp
+runtime/GeneratorFunctionPrototype.cpp
+runtime/GeneratorPrototype.cpp
+runtime/GetterSetter.cpp
+runtime/HashMapImpl.cpp
+runtime/Identifier.cpp
+runtime/IndexingType.cpp
+runtime/IndirectEvalExecutable.cpp
+runtime/InferredType.cpp
+runtime/InferredTypeTable.cpp
+runtime/InferredValue.cpp
+runtime/InitializeThreading.cpp
+runtime/InspectorInstrumentationObject.cpp
+runtime/InternalFunction.cpp
+runtime/Intrinsic.cpp
+runtime/IntlCollator.cpp
+runtime/IntlCollatorConstructor.cpp
+runtime/IntlCollatorPrototype.cpp
+runtime/IntlDateTimeFormat.cpp
+runtime/IntlDateTimeFormatConstructor.cpp
+runtime/IntlDateTimeFormatPrototype.cpp
+runtime/IntlNumberFormat.cpp
+runtime/IntlNumberFormatConstructor.cpp
+runtime/IntlNumberFormatPrototype.cpp
+runtime/IntlObject.cpp
+runtime/IteratorOperations.cpp
+runtime/IteratorPrototype.cpp
+runtime/JSAPIValueWrapper.cpp
+runtime/JSArray.cpp
+runtime/JSArrayBuffer.cpp
+runtime/JSArrayBufferConstructor.cpp
+runtime/JSArrayBufferPrototype.cpp
+runtime/JSArrayBufferView.cpp
+runtime/JSAsyncFunction.cpp
+runtime/JSAsyncGeneratorFunction.cpp
+runtime/JSBoundFunction.cpp
+runtime/JSCJSValue.cpp
+runtime/JSCallee.cpp
+runtime/JSCell.cpp
+runtime/JSCustomGetterSetterFunction.cpp
+runtime/JSDataView.cpp
+runtime/JSDataViewPrototype.cpp
+runtime/JSDateMath.cpp
+runtime/JSDestructibleObjectSubspace.cpp
+runtime/JSFixedArray.cpp
+runtime/JSFunction.cpp
+runtime/JSGeneratorFunction.cpp
+runtime/JSGlobalLexicalEnvironment.cpp
+runtime/JSGlobalObject.cpp
+runtime/JSGlobalObjectDebuggable.cpp
+runtime/JSGlobalObjectFunctions.cpp
+runtime/JSInternalPromise.cpp
+runtime/JSInternalPromiseConstructor.cpp
+runtime/JSInternalPromiseDeferred.cpp
+runtime/JSInternalPromisePrototype.cpp
+runtime/JSJob.cpp
+runtime/JSLexicalEnvironment.cpp
+runtime/JSLock.cpp
+runtime/JSMap.cpp
+runtime/JSMapIterator.cpp
+runtime/JSModuleEnvironment.cpp
+runtime/JSModuleLoader.cpp
+runtime/JSModuleNamespaceObject.cpp
+runtime/JSModuleRecord.cpp
+runtime/JSNativeStdFunction.cpp
+runtime/JSONObject.cpp
+runtime/JSObject.cpp
+runtime/JSPromise.cpp
+runtime/JSPromiseConstructor.cpp
+runtime/JSPromiseDeferred.cpp
+runtime/JSPromisePrototype.cpp
+runtime/JSPropertyNameEnumerator.cpp
+runtime/JSProxy.cpp
+runtime/JSRunLoopTimer.cpp
+runtime/JSScope.cpp
+runtime/JSScriptFetcher.cpp
+runtime/JSSegmentedVariableObject.cpp
+runtime/JSSegmentedVariableObjectSubspace.cpp
+runtime/JSSet.cpp
+runtime/JSSetIterator.cpp
+runtime/JSSourceCode.cpp
+runtime/JSString.cpp
+runtime/JSStringIterator.cpp
+runtime/JSStringJoiner.cpp
+runtime/JSStringSubspace.cpp
+runtime/JSSymbolTableObject.cpp
+runtime/JSTemplateRegistryKey.cpp
+runtime/JSTypedArrayConstructors.cpp
+runtime/JSTypedArrayPrototypes.cpp
+runtime/JSTypedArrayViewConstructor.cpp
+runtime/JSTypedArrayViewPrototype.cpp
+runtime/JSTypedArrays.cpp
+runtime/JSWeakMap.cpp
+runtime/JSWeakSet.cpp
+runtime/JSWithScope.cpp
+runtime/JSWrapperObject.cpp
+runtime/LazyClassStructure.cpp
+runtime/LiteralParser.cpp
+runtime/Lookup.cpp
+runtime/MapConstructor.cpp
+runtime/MapIteratorPrototype.cpp
+runtime/MapPrototype.cpp
+runtime/MatchResult.cpp
+runtime/MathCommon.cpp
+runtime/MathObject.cpp
+runtime/MemoryStatistics.cpp
+runtime/ModuleLoaderPrototype.cpp
+runtime/ModuleProgramExecutable.cpp
+runtime/NativeErrorConstructor.cpp
+runtime/NativeErrorPrototype.cpp
+runtime/NativeExecutable.cpp
+runtime/NativeStdFunctionCell.cpp
+runtime/NullGetterFunction.cpp
+runtime/NullSetterFunction.cpp
+runtime/NumberConstructor.cpp
+runtime/NumberObject.cpp
+runtime/NumberPrototype.cpp
+runtime/ObjectConstructor.cpp
+runtime/ObjectInitializationScope.cpp
+runtime/ObjectPrototype.cpp
+runtime/Operations.cpp
+runtime/Options.cpp
+runtime/ProgramExecutable.cpp
+runtime/PromiseDeferredTimer.cpp
+runtime/PropertyDescriptor.cpp
+runtime/PropertySlot.cpp
+runtime/PropertyTable.cpp
+runtime/PrototypeMap.cpp
+runtime/ProxyConstructor.cpp
+runtime/ProxyObject.cpp
+runtime/ProxyRevoke.cpp
+runtime/ReflectObject.cpp
+runtime/RegExp.cpp
+runtime/RegExpCache.cpp
+runtime/RegExpCachedResult.cpp
+runtime/RegExpConstructor.cpp
+runtime/RegExpMatchesArray.cpp
+runtime/RegExpObject.cpp
+runtime/RegExpPrototype.cpp
+runtime/RuntimeType.cpp
+runtime/SamplingCounter.cpp
+runtime/SamplingProfiler.cpp
+runtime/ScopeOffset.cpp
+runtime/ScopedArguments.cpp
+runtime/ScopedArgumentsTable.cpp
+runtime/ScriptExecutable.cpp
+runtime/SetConstructor.cpp
+runtime/SetIteratorPrototype.cpp
+runtime/SetPrototype.cpp
+runtime/SimpleTypedArrayController.cpp
+runtime/SmallStrings.cpp
+runtime/SparseArrayValueMap.cpp
+runtime/StackFrame.cpp
+runtime/StrictEvalActivation.cpp
+runtime/StringConstructor.cpp
+runtime/StringIteratorPrototype.cpp
+runtime/StringObject.cpp
+runtime/StringPrototype.cpp
+runtime/StringRecursionChecker.cpp
+runtime/Structure.cpp
+runtime/StructureChain.cpp
+runtime/StructureIDTable.cpp
+runtime/StructureRareData.cpp
+runtime/Symbol.cpp
+runtime/SymbolConstructor.cpp
+runtime/SymbolObject.cpp
+runtime/SymbolPrototype.cpp
+runtime/SymbolTable.cpp
+runtime/TemplateRegistry.cpp
+runtime/TemplateRegistryKey.cpp
+runtime/TemplateRegistryKeyTable.cpp
+runtime/TestRunnerUtils.cpp
+runtime/ThrowScope.cpp
+runtime/TypeLocationCache.cpp
+runtime/TypeProfiler.cpp
+runtime/TypeProfilerLog.cpp
+runtime/TypeSet.cpp
+runtime/TypedArrayController.cpp
+runtime/TypedArrayType.cpp
+runtime/TypeofType.cpp
+runtime/VM.cpp
+runtime/VMEntryScope.cpp
+runtime/VMTraps.cpp
+runtime/VarOffset.cpp
+runtime/Watchdog.cpp
+runtime/WeakMapBase.cpp
+runtime/WeakMapConstructor.cpp
+runtime/WeakMapPrototype.cpp
+runtime/WeakSetConstructor.cpp
+runtime/WeakSetPrototype.cpp
+
+tools/CellList.cpp
+tools/CodeProfile.cpp
+tools/CodeProfiling.cpp
+tools/FunctionOverrides.cpp
+tools/FunctionWhitelist.cpp
+tools/HeapVerifier.cpp
+tools/JSDollarVM.cpp
+tools/JSDollarVMPrototype.cpp
+tools/SigillCrashAnalyzer.cpp
+tools/VMInspector.cpp
+
+wasm/JSWebAssembly.cpp
+wasm/WasmB3IRGenerator.cpp
+wasm/WasmBBQPlan.cpp
+wasm/WasmBinding.cpp
+wasm/WasmCallee.cpp
+wasm/WasmCallingConvention.cpp
+wasm/WasmCodeBlock.cpp
+wasm/WasmContext.cpp
+wasm/WasmFaultSignalHandler.cpp
+wasm/WasmFormat.cpp
+wasm/WasmIndexOrName.cpp
+wasm/WasmMachineThreads.cpp
+wasm/WasmMemory.cpp
+wasm/WasmMemoryInformation.cpp
+wasm/WasmModule.cpp
+wasm/WasmModuleInformation.cpp
+wasm/WasmModuleParser.cpp
+wasm/WasmNameSectionParser.cpp
+wasm/WasmOMGPlan.cpp
+wasm/WasmOpcodeOrigin.cpp
+wasm/WasmPageCount.cpp
+wasm/WasmPlan.cpp
+wasm/WasmSignature.cpp
+wasm/WasmThunks.cpp
+wasm/WasmValidate.cpp
+wasm/WasmWorklist.cpp
+
+wasm/js/JSWebAssemblyCodeBlock.cpp
+wasm/js/JSWebAssemblyCodeBlockSubspace.cpp
+wasm/js/JSWebAssemblyCompileError.cpp
+wasm/js/JSWebAssemblyInstance.cpp
+wasm/js/JSWebAssemblyLinkError.cpp
+wasm/js/JSWebAssemblyMemory.cpp
+wasm/js/JSWebAssemblyModule.cpp
+wasm/js/JSWebAssemblyRuntimeError.cpp
+wasm/js/JSWebAssemblyTable.cpp
+wasm/js/WebAssemblyCompileErrorConstructor.cpp
+wasm/js/WebAssemblyCompileErrorPrototype.cpp
+wasm/js/WebAssemblyFunction.cpp
+wasm/js/WebAssemblyFunctionBase.cpp
+wasm/js/WebAssemblyInstanceConstructor.cpp
+wasm/js/WebAssemblyInstancePrototype.cpp
+wasm/js/WebAssemblyLinkErrorConstructor.cpp
+wasm/js/WebAssemblyLinkErrorPrototype.cpp
+wasm/js/WebAssemblyMemoryConstructor.cpp
+wasm/js/WebAssemblyMemoryPrototype.cpp
+wasm/js/WebAssemblyModuleConstructor.cpp
+wasm/js/WebAssemblyModulePrototype.cpp
+wasm/js/WebAssemblyModuleRecord.cpp
+wasm/js/WebAssemblyPrototype.cpp
+wasm/js/WebAssemblyRuntimeErrorConstructor.cpp
+wasm/js/WebAssemblyRuntimeErrorPrototype.cpp
+wasm/js/WebAssemblyTableConstructor.cpp
+wasm/js/WebAssemblyTablePrototype.cpp
+wasm/js/WebAssemblyToJSCallee.cpp
+wasm/js/WebAssemblyWrapperFunction.cpp
+
+yarr/RegularExpression.cpp
+yarr/YarrCanonicalizeUCS2.cpp
+yarr/YarrInterpreter.cpp
+yarr/YarrJIT.cpp
+yarr/YarrPattern.cpp
+yarr/YarrSyntaxChecker.cpp
Deleted: trunk/Source/_javascript_Core/sources.txt (222304 => 222305)
--- trunk/Source/_javascript_Core/sources.txt 2017-09-21 00:35:41 UTC (rev 222304)
+++ trunk/Source/_javascript_Core/sources.txt 2017-09-21 01:10:47 UTC (rev 222305)
@@ -1,991 +0,0 @@
-# Copyright (C) 2017 Apple Inc. All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in the
-# documentation and/or other materials provided with the distribution.
-#
-# THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
-# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
-# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
-# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
-# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
-# THE POSSIBILITY OF SUCH DAMAGE.
-
-API/JSBase.cpp
-API/JSCTestRunnerUtils.cpp
-API/JSCallbackConstructor.cpp
-API/JSCallbackFunction.cpp
-API/JSCallbackObject.cpp
-API/JSClassRef.cpp
-API/JSContextRef.cpp
-API/JSHeapFinalizerPrivate.cpp
-API/JSMarkingConstraintPrivate.cpp
-API/JSObjectRef.cpp
-API/JSTypedArray.cpp
-API/JSScriptRef.cpp
-API/JSStringRef.cpp
-API/JSValueRef.cpp
-API/JSWeakObjectMapRefPrivate.cpp
-API/JSWeakPrivate.cpp
-API/OpaqueJSString.cpp
-
-assembler/ARMAssembler.cpp
-assembler/AbstractMacroAssembler.cpp
-assembler/LinkBuffer.cpp
-assembler/MacroAssembler.cpp
-assembler/MacroAssemblerARM.cpp
-assembler/MacroAssemblerARM64.cpp
-assembler/MacroAssemblerARMv7.cpp
-assembler/MacroAssemblerCodeRef.cpp
-assembler/MacroAssemblerPrinter.cpp
-assembler/MacroAssemblerX86Common.cpp
-assembler/Printer.cpp
-assembler/ProbeContext.cpp
-assembler/ProbeStack.cpp
-
-b3/air/AirAllocateRegistersAndStackByLinearScan.cpp
-b3/air/AirAllocateRegistersByGraphColoring.cpp
-b3/air/AirAllocateStackByGraphColoring.cpp
-b3/air/AirArg.cpp
-b3/air/AirBasicBlock.cpp
-b3/air/AirBlockInsertionSet.cpp
-b3/air/AirBreakCriticalEdges.cpp
-b3/air/AirCCallSpecial.cpp
-b3/air/AirCCallingConvention.cpp
-b3/air/AirCode.cpp
-b3/air/AirCustom.cpp
-b3/air/AirDisassembler.cpp
-b3/air/AirEliminateDeadCode.cpp
-b3/air/AirEmitShuffle.cpp
-b3/air/AirFixObviousSpills.cpp
-b3/air/AirFixPartialRegisterStalls.cpp
-b3/air/AirFixSpillsAfterTerminals.cpp
-b3/air/AirGenerate.cpp
-b3/air/AirGenerated.cpp
-b3/air/AirHandleCalleeSaves.cpp
-b3/air/AirInsertionSet.cpp
-b3/air/AirInst.cpp
-b3/air/AirKind.cpp
-b3/air/AirLogRegisterPressure.cpp
-b3/air/AirLowerAfterRegAlloc.cpp
-b3/air/AirLowerEntrySwitch.cpp
-b3/air/AirLowerMacros.cpp
-b3/air/AirLowerStackArgs.cpp
-b3/air/AirOptimizeBlockOrder.cpp
-b3/air/AirPadInterference.cpp
-b3/air/AirPhaseInsertionSet.cpp
-b3/air/AirPhaseScope.cpp
-b3/air/AirPrintSpecial.cpp
-b3/air/AirRegLiveness.cpp
-b3/air/AirReportUsedRegisters.cpp
-b3/air/AirSimplifyCFG.cpp
-b3/air/AirSpecial.cpp
-b3/air/AirStackAllocation.cpp
-b3/air/AirStackSlot.cpp
-b3/air/AirStackSlotKind.cpp
-b3/air/AirTmp.cpp
-b3/air/AirTmpWidth.cpp
-b3/air/AirValidate.cpp
-
-b3/B3ArgumentRegValue.cpp
-b3/B3AtomicValue.cpp
-b3/B3Bank.cpp
-b3/B3BasicBlock.cpp
-b3/B3BlockInsertionSet.cpp
-b3/B3BreakCriticalEdges.cpp
-b3/B3CCallValue.cpp
-b3/B3CaseCollection.cpp
-b3/B3CheckSpecial.cpp
-b3/B3CheckValue.cpp
-b3/B3Common.cpp
-b3/B3Commutativity.cpp
-b3/B3Compile.cpp
-b3/B3Compilation.cpp
-b3/B3Const32Value.cpp
-b3/B3Const64Value.cpp
-b3/B3ConstDoubleValue.cpp
-b3/B3ConstFloatValue.cpp
-b3/B3ConstrainedValue.cpp
-b3/B3DataSection.cpp
-b3/B3DuplicateTails.cpp
-b3/B3Effects.cpp
-b3/B3EliminateCommonSubexpressions.cpp
-b3/B3EnsureLoopPreHeaders.cpp
-b3/B3FenceValue.cpp
-b3/B3FixSSA.cpp
-b3/B3FoldPathConstants.cpp
-b3/B3FrequencyClass.cpp
-b3/B3Generate.cpp
-b3/B3HoistLoopInvariantValues.cpp
-b3/B3InferSwitches.cpp
-b3/B3InsertionSet.cpp
-b3/B3Kind.cpp
-b3/B3LegalizeMemoryOffsets.cpp
-b3/B3LowerMacros.cpp
-b3/B3LowerMacrosAfterOptimizations.cpp
-b3/B3LowerToAir.cpp
-b3/B3MathExtras.cpp
-b3/B3MemoryValue.cpp
-b3/B3MoveConstants.cpp
-b3/B3OpaqueByproducts.cpp
-b3/B3Opcode.cpp
-b3/B3Origin.cpp
-b3/B3OriginDump.cpp
-b3/B3PatchpointSpecial.cpp
-b3/B3PatchpointValue.cpp
-b3/B3PhaseScope.cpp
-b3/B3PhiChildren.cpp
-b3/B3Procedure.cpp
-b3/B3PureCSE.cpp
-b3/B3ReduceDoubleToFloat.cpp
-b3/B3ReduceStrength.cpp
-b3/B3SSACalculator.cpp
-b3/B3SlotBaseValue.cpp
-b3/B3StackmapGenerationParams.cpp
-b3/B3StackmapSpecial.cpp
-b3/B3StackmapValue.cpp
-b3/B3StackSlot.cpp
-b3/B3SwitchCase.cpp
-b3/B3SwitchValue.cpp
-b3/B3TimingScope.cpp
-b3/B3Type.cpp
-b3/B3UpsilonValue.cpp
-b3/B3UseCounts.cpp
-b3/B3Validate.cpp
-b3/B3Value.cpp
-b3/B3ValueKey.cpp
-b3/B3ValueRep.cpp
-b3/B3Variable.cpp
-b3/B3VariableLiveness.cpp
-b3/B3VariableValue.cpp
-b3/B3WasmAddressValue.cpp
-b3/B3WasmBoundsCheckValue.cpp
-b3/B3Width.cpp
-
-bindings/ScriptFunctionCall.cpp
-bindings/ScriptObject.cpp
-bindings/ScriptValue.cpp
-
-builtins/BuiltinExecutables.cpp
-builtins/BuiltinExecutableCreator.cpp
-builtins/BuiltinNames.cpp
-
-bytecode/AccessCase.cpp
-bytecode/AccessCaseSnippetParams.cpp
-bytecode/AdaptiveInferredPropertyValueWatchpointBase.cpp
-bytecode/ArithProfile.cpp
-bytecode/ArrayAllocationProfile.cpp
-bytecode/ArrayProfile.cpp
-bytecode/BytecodeBasicBlock.cpp
-bytecode/BytecodeDumper.cpp
-bytecode/BytecodeGeneratorification.cpp
-bytecode/BytecodeIntrinsicRegistry.cpp
-bytecode/BytecodeLivenessAnalysis.cpp
-bytecode/BytecodeRewriter.cpp
-bytecode/CallEdge.cpp
-bytecode/CallLinkInfo.cpp
-bytecode/CallLinkStatus.cpp
-bytecode/CallMode.cpp
-bytecode/CallVariant.cpp
-bytecode/CodeBlock.cpp
-bytecode/CodeBlockHash.cpp
-bytecode/CodeBlockJettisoningWatchpoint.cpp
-bytecode/CodeOrigin.cpp
-bytecode/CodeType.cpp
-bytecode/ComplexGetStatus.cpp
-bytecode/DFGExitProfile.cpp
-bytecode/DataFormat.cpp
-bytecode/DeferredCompilationCallback.cpp
-bytecode/DeferredSourceDump.cpp
-bytecode/DirectEvalCodeCache.cpp
-bytecode/EvalCodeBlock.cpp
-bytecode/ExecutionCounter.cpp
-bytecode/ExitKind.cpp
-bytecode/ExitingJITType.cpp
-bytecode/FullCodeOrigin.cpp
-bytecode/FunctionCodeBlock.cpp
-bytecode/GetByIdStatus.cpp
-bytecode/GetByIdVariant.cpp
-bytecode/GetterSetterAccessCase.cpp
-bytecode/InlineAccess.cpp
-bytecode/InlineCallFrame.cpp
-bytecode/InlineCallFrameSet.cpp
-bytecode/IntrinsicGetterAccessCase.cpp
-bytecode/JumpTable.cpp
-bytecode/LLIntPrototypeLoadAdaptiveStructureWatchpoint.cpp
-bytecode/LazyOperandValueProfile.cpp
-bytecode/MethodOfGettingAValueProfile.cpp
-bytecode/ModuleNamespaceAccessCase.cpp
-bytecode/ModuleProgramCodeBlock.cpp
-bytecode/ObjectPropertyCondition.cpp
-bytecode/ObjectPropertyConditionSet.cpp
-bytecode/Opcode.cpp
-bytecode/PolymorphicAccess.cpp
-bytecode/PreciseJumpTargets.cpp
-bytecode/ProgramCodeBlock.cpp
-bytecode/PropertyCondition.cpp
-bytecode/ProxyableAccessCase.cpp
-bytecode/PutByIdFlags.cpp
-bytecode/PutByIdStatus.cpp
-bytecode/PutByIdVariant.cpp
-bytecode/ReduceWhitespace.cpp
-bytecode/SpecialPointer.cpp
-bytecode/SpeculatedType.cpp
-bytecode/StructureSet.cpp
-bytecode/StructureStubClearingWatchpoint.cpp
-bytecode/StructureStubInfo.cpp
-bytecode/SuperSampler.cpp
-bytecode/ToThisStatus.cpp
-bytecode/TrackedReferences.cpp
-bytecode/UnlinkedCodeBlock.cpp
-bytecode/UnlinkedEvalCodeBlock.cpp
-bytecode/UnlinkedFunctionCodeBlock.cpp
-bytecode/UnlinkedFunctionExecutable.cpp
-bytecode/UnlinkedInstructionStream.cpp
-bytecode/UnlinkedModuleProgramCodeBlock.cpp
-bytecode/UnlinkedProgramCodeBlock.cpp
-bytecode/ValueRecovery.cpp
-bytecode/VariableWriteFireDetail.cpp
-bytecode/VirtualRegister.cpp
-bytecode/Watchpoint.cpp
-
-bytecompiler/BytecodeGenerator.cpp
-bytecompiler/NodesCodegen.cpp
-
-debugger/Debugger.cpp
-debugger/DebuggerCallFrame.cpp
-debugger/DebuggerLocation.cpp
-debugger/DebuggerParseData.cpp
-debugger/DebuggerScope.cpp
-
-dfg/DFGAbstractHeap.cpp
-dfg/DFGAbstractValue.cpp
-dfg/DFGAdaptiveInferredPropertyValueWatchpoint.cpp
-dfg/DFGAdaptiveStructureWatchpoint.cpp
-dfg/DFGArgumentsEliminationPhase.cpp
-dfg/DFGArgumentsUtilities.cpp
-dfg/DFGArithMode.cpp
-dfg/DFGArrayMode.cpp
-dfg/DFGAtTailAbstractState.cpp
-dfg/DFGAvailability.cpp
-dfg/DFGAvailabilityMap.cpp
-dfg/DFGBackwardsPropagationPhase.cpp
-dfg/DFGBasicBlock.cpp
-dfg/DFGBlockInsertionSet.cpp
-dfg/DFGBlockSet.cpp
-dfg/DFGByteCodeParser.cpp
-dfg/DFGCFAPhase.cpp
-dfg/DFGCFGSimplificationPhase.cpp
-dfg/DFGCPSRethreadingPhase.cpp
-dfg/DFGCSEPhase.cpp
-dfg/DFGCapabilities.cpp
-dfg/DFGCleanUpPhase.cpp
-dfg/DFGClobberSet.cpp
-dfg/DFGClobberize.cpp
-dfg/DFGClobbersExitState.cpp
-dfg/DFGCombinedLiveness.cpp
-dfg/DFGCommon.cpp
-dfg/DFGCommonData.cpp
-dfg/DFGCompilationKey.cpp
-dfg/DFGCompilationMode.cpp
-dfg/DFGConstantFoldingPhase.cpp
-dfg/DFGConstantHoistingPhase.cpp
-dfg/DFGCriticalEdgeBreakingPhase.cpp
-dfg/DFGDCEPhase.cpp
-dfg/DFGDesiredIdentifiers.cpp
-dfg/DFGDesiredTransitions.cpp
-dfg/DFGDesiredWatchpoints.cpp
-dfg/DFGDesiredWeakReferences.cpp
-dfg/DFGDisassembler.cpp
-dfg/DFGDoesGC.cpp
-dfg/DFGDriver.cpp
-dfg/DFGEdge.cpp
-dfg/DFGEpoch.cpp
-dfg/DFGFailedFinalizer.cpp
-dfg/DFGFinalizer.cpp
-dfg/DFGFixedButterflyAccessUncagingPhase.cpp
-dfg/DFGFixupPhase.cpp
-dfg/DFGFlowIndexing.cpp
-dfg/DFGFlushFormat.cpp
-dfg/DFGFlushedAt.cpp
-dfg/DFGLiveCatchVariablePreservationPhase.cpp
-dfg/DFGFrozenValue.cpp
-dfg/DFGGraph.cpp
-dfg/DFGGraphSafepoint.cpp
-dfg/DFGHeapLocation.cpp
-dfg/DFGInPlaceAbstractState.cpp
-dfg/DFGInferredTypeCheck.cpp
-dfg/DFGInsertionSet.cpp
-dfg/DFGIntegerCheckCombiningPhase.cpp
-dfg/DFGIntegerRangeOptimizationPhase.cpp
-dfg/DFGInvalidationPointInjectionPhase.cpp
-dfg/DFGJITCode.cpp
-dfg/DFGJITCompiler.cpp
-dfg/DFGJITFinalizer.cpp
-dfg/DFGJumpReplacement.cpp
-dfg/DFGLICMPhase.cpp
-dfg/DFGLazyJSValue.cpp
-dfg/DFGLazyNode.cpp
-dfg/DFGLivenessAnalysisPhase.cpp
-dfg/DFGLoopPreHeaderCreationPhase.cpp
-dfg/DFGMaximalFlushInsertionPhase.cpp
-dfg/DFGMayExit.cpp
-dfg/DFGMinifiedGraph.cpp
-dfg/DFGMinifiedNode.cpp
-dfg/DFGMovHintRemovalPhase.cpp
-dfg/DFGMultiGetByOffsetData.cpp
-dfg/DFGNode.cpp
-dfg/DFGNodeAbstractValuePair.cpp
-dfg/DFGNodeFlags.cpp
-dfg/DFGNodeFlowProjection.cpp
-dfg/DFGNodeOrigin.cpp
-dfg/DFGOSRAvailabilityAnalysisPhase.cpp
-dfg/DFGOSREntry.cpp
-dfg/DFGOSREntrypointCreationPhase.cpp
-dfg/DFGOSRExit.cpp
-dfg/DFGOSRExitBase.cpp
-dfg/DFGOSRExitCompilerCommon.cpp
-dfg/DFGOSRExitFuzz.cpp
-dfg/DFGOSRExitJumpPlaceholder.cpp
-dfg/DFGOSRExitPreparation.cpp
-dfg/DFGObjectAllocationSinkingPhase.cpp
-dfg/DFGObjectMaterializationData.cpp
-dfg/DFGOperations.cpp
-dfg/DFGPhantomInsertionPhase.cpp
-dfg/DFGPhase.cpp
-dfg/DFGPhiChildren.cpp
-dfg/DFGPlan.cpp
-dfg/DFGPredictionInjectionPhase.cpp
-dfg/DFGPredictionPropagationPhase.cpp
-dfg/DFGPromotedHeapLocation.cpp
-dfg/DFGPureValue.cpp
-dfg/DFGPutStackSinkingPhase.cpp
-dfg/DFGRegisteredStructureSet.cpp
-dfg/DFGSSACalculator.cpp
-dfg/DFGSSAConversionPhase.cpp
-dfg/DFGSSALoweringPhase.cpp
-dfg/DFGSafepoint.cpp
-dfg/DFGSnippetParams.cpp
-dfg/DFGSpeculativeJIT.cpp
-dfg/DFGSpeculativeJIT32_64.cpp
-dfg/DFGSpeculativeJIT64.cpp
-dfg/DFGStackLayoutPhase.cpp
-dfg/DFGStaticExecutionCountEstimationPhase.cpp
-dfg/DFGStoreBarrierClusteringPhase.cpp
-dfg/DFGStoreBarrierInsertionPhase.cpp
-dfg/DFGStrengthReductionPhase.cpp
-dfg/DFGStructureAbstractValue.cpp
-dfg/DFGThreadData.cpp
-dfg/DFGThunks.cpp
-dfg/DFGTierUpCheckInjectionPhase.cpp
-dfg/DFGToFTLDeferredCompilationCallback.cpp
-dfg/DFGToFTLForOSREntryDeferredCompilationCallback.cpp
-dfg/DFGTransition.cpp
-dfg/DFGTypeCheckHoistingPhase.cpp
-dfg/DFGUnificationPhase.cpp
-dfg/DFGUseKind.cpp
-dfg/DFGValidate.cpp
-dfg/DFGValueSource.cpp
-dfg/DFGValueStrength.cpp
-dfg/DFGVarargsForwardingPhase.cpp
-dfg/DFGVariableAccessData.cpp
-dfg/DFGVariableAccessDataDump.cpp
-dfg/DFGVariableEvent.cpp
-dfg/DFGVariableEventStream.cpp
-dfg/DFGVirtualRegisterAllocationPhase.cpp
-dfg/DFGWatchpointCollectionPhase.cpp
-dfg/DFGWorklist.cpp
-
-disassembler/ARM64Disassembler.cpp
-disassembler/ARMLLVMDisassembler.cpp
-disassembler/ARMv7Disassembler.cpp
-disassembler/Disassembler.cpp
-disassembler/UDis86Disassembler.cpp
-disassembler/X86Disassembler.cpp
-
-disassembler/ARM64/A64DOpcode.cpp
-
-disassembler/ARMv7/ARMv7DOpcode.cpp
-
-disassembler/udis86/udis86.c
-disassembler/udis86/udis86_decode.c
-disassembler/udis86/udis86_itab_holder.c
-disassembler/udis86/udis86_syn-att.c
-disassembler/udis86/udis86_syn-intel.c
-disassembler/udis86/udis86_syn.c
-
-domjit/DOMJITAbstractHeap.cpp
-domjit/DOMJITHeapRange.cpp
-
-ftl/FTLAbstractHeap.cpp
-ftl/FTLAbstractHeapRepository.cpp
-ftl/FTLAvailableRecovery.cpp
-ftl/FTLCapabilities.cpp
-ftl/FTLCommonValues.cpp
-ftl/FTLCompile.cpp
-ftl/FTLExceptionTarget.cpp
-ftl/FTLExitArgument.cpp
-ftl/FTLExitArgumentForOperand.cpp
-ftl/FTLExitPropertyValue.cpp
-ftl/FTLExitTimeObjectMaterialization.cpp
-ftl/FTLExitValue.cpp
-ftl/FTLFail.cpp
-ftl/FTLForOSREntryJITCode.cpp
-ftl/FTLJITCode.cpp
-ftl/FTLJITFinalizer.cpp
-ftl/FTLLazySlowPath.cpp
-ftl/FTLLink.cpp
-ftl/FTLLocation.cpp
-ftl/FTLLowerDFGToB3.cpp
-ftl/FTLOSREntry.cpp
-ftl/FTLOSRExit.cpp
-ftl/FTLOSRExitCompiler.cpp
-ftl/FTLOSRExitHandle.cpp
-ftl/FTLOperations.cpp
-ftl/FTLOutput.cpp
-ftl/FTLPatchpointExceptionHandle.cpp
-ftl/FTLRecoveryOpcode.cpp
-ftl/FTLSaveRestore.cpp
-ftl/FTLSlowPathCall.cpp
-ftl/FTLSlowPathCallKey.cpp
-ftl/FTLSnippetParams.cpp
-ftl/FTLState.cpp
-ftl/FTLThunks.cpp
-ftl/FTLValueRange.cpp
-
-heap/AlignedMemoryAllocator.cpp
-heap/AllocatorAttributes.cpp
-heap/CellContainer.cpp
-heap/CodeBlockSet.cpp
-heap/CollectionScope.cpp
-heap/CollectorPhase.cpp
-heap/ConservativeRoots.cpp
-heap/DeferGC.cpp
-heap/DestructionMode.cpp
-heap/EdenGCActivityCallback.cpp
-heap/FastMallocAlignedMemoryAllocator.cpp
-heap/FullGCActivityCallback.cpp
-heap/FreeList.cpp
-heap/GCActivityCallback.cpp
-heap/GCConductor.cpp
-heap/GCLogging.cpp
-heap/GCRequest.cpp
-heap/GigacageAlignedMemoryAllocator.cpp
-heap/HandleSet.cpp
-heap/HandleStack.cpp
-heap/Heap.cpp
-heap/HeapCell.cpp
-heap/HeapFinalizerCallback.cpp
-heap/HeapHelperPool.cpp
-heap/HeapProfiler.cpp
-heap/HeapSnapshot.cpp
-heap/HeapSnapshotBuilder.cpp
-heap/IncrementalSweeper.cpp
-heap/JITStubRoutineSet.cpp
-heap/LargeAllocation.cpp
-heap/MachineStackMarker.cpp
-heap/MarkStack.cpp
-heap/MarkedAllocator.cpp
-heap/MarkedBlock.cpp
-heap/MarkedSpace.cpp
-heap/MarkingConstraint.cpp
-heap/MarkingConstraintSet.cpp
-heap/MutatorScheduler.cpp
-heap/MutatorState.cpp
-heap/SlotVisitor.cpp
-heap/SpaceTimeMutatorScheduler.cpp
-heap/StochasticSpaceTimeMutatorScheduler.cpp
-heap/StopIfNecessaryTimer.cpp
-heap/Subspace.cpp
-heap/SynchronousStopTheWorldMutatorScheduler.cpp
-heap/Synchronousness.cpp
-heap/VisitRaceKey.cpp
-heap/Weak.cpp
-heap/WeakBlock.cpp
-heap/WeakHandleOwner.cpp
-heap/WeakSet.cpp
-heap/WriteBarrierSupport.cpp
-
-inspector/AsyncStackTrace.cpp
-inspector/ConsoleMessage.cpp
-inspector/ContentSearchUtilities.cpp
-inspector/EventLoop.cpp
-inspector/IdentifiersFactory.cpp
-inspector/InjectedScript.cpp
-inspector/InjectedScriptBase.cpp
-inspector/InjectedScriptHost.cpp
-inspector/InjectedScriptManager.cpp
-inspector/InjectedScriptModule.cpp
-inspector/InspectorAgentRegistry.cpp
-inspector/InspectorFrontendRouter.cpp
-inspector/InspectorBackendDispatcher.cpp
-inspector/InspectorValues.cpp
-inspector/JSGlobalObjectConsoleClient.cpp
-inspector/JSGlobalObjectInspectorController.cpp
-inspector/JSGlobalObjectScriptDebugServer.cpp
-inspector/JSInjectedScriptHost.cpp
-inspector/JSInjectedScriptHostPrototype.cpp
-inspector/JSJavaScriptCallFrame.cpp
-inspector/JSJavaScriptCallFramePrototype.cpp
-inspector/_javascript_CallFrame.cpp
-inspector/PerGlobalObjectWrapperWorld.cpp
-inspector/ScriptArguments.cpp
-inspector/ScriptCallFrame.cpp
-inspector/ScriptCallStack.cpp
-inspector/ScriptCallStackFactory.cpp
-inspector/ScriptDebugServer.cpp
-
-inspector/agents/InspectorAgent.cpp
-inspector/agents/InspectorConsoleAgent.cpp
-inspector/agents/InspectorDebuggerAgent.cpp
-inspector/agents/InspectorHeapAgent.cpp
-inspector/agents/InspectorRuntimeAgent.cpp
-inspector/agents/InspectorScriptProfilerAgent.cpp
-inspector/agents/JSGlobalObjectConsoleAgent.cpp
-inspector/agents/JSGlobalObjectDebuggerAgent.cpp
-inspector/agents/JSGlobalObjectRuntimeAgent.cpp
-
-interpreter/AbstractPC.cpp
-interpreter/CLoopStack.cpp
-interpreter/CallFrame.cpp
-interpreter/Interpreter.cpp
-interpreter/ProtoCallFrame.cpp
-interpreter/ShadowChicken.cpp
-interpreter/StackVisitor.cpp
-
-jit/AssemblyHelpers.cpp
-jit/BinarySwitch.cpp
-jit/CCallHelpers.cpp
-jit/CachedRecovery.cpp
-jit/CallFrameShuffleData.cpp
-jit/CallFrameShuffler.cpp
-jit/CallFrameShuffler32_64.cpp
-jit/CallFrameShuffler64.cpp
-jit/ExecutableAllocationFuzz.cpp
-jit/ExecutableAllocator.cpp
-jit/GCAwareJITStubRoutine.cpp
-jit/GPRInfo.cpp
-jit/HostCallReturnValue.cpp
-jit/ICStats.cpp
-jit/IntrinsicEmitter.cpp
-jit/JIT.cpp
-jit/JITAddGenerator.cpp
-jit/JITArithmetic.cpp
-jit/JITArithmetic32_64.cpp
-jit/JITBitAndGenerator.cpp
-jit/JITBitOrGenerator.cpp
-jit/JITBitXorGenerator.cpp
-jit/JITCall.cpp
-jit/JITCall32_64.cpp
-jit/JITCode.cpp
-jit/JITDisassembler.cpp
-jit/JITDivGenerator.cpp
-jit/JITExceptions.cpp
-jit/JITInlineCacheGenerator.cpp
-jit/JITLeftShiftGenerator.cpp
-jit/JITMulGenerator.cpp
-jit/JITNegGenerator.cpp
-jit/JITOpcodes.cpp
-jit/JITOpcodes32_64.cpp
-jit/JITOperations.cpp
-jit/JITPropertyAccess.cpp
-jit/JITPropertyAccess32_64.cpp
-jit/JITRightShiftGenerator.cpp
-jit/JITStubRoutine.cpp
-jit/JITSubGenerator.cpp
-jit/JITThunks.cpp
-jit/JITToDFGDeferredCompilationCallback.cpp
-jit/JITWorklist.cpp
-jit/PCToCodeOriginMap.cpp
-jit/PolymorphicCallStubRoutine.cpp
-jit/Reg.cpp
-jit/RegisterAtOffset.cpp
-jit/RegisterAtOffsetList.cpp
-jit/RegisterSet.cpp
-jit/Repatch.cpp
-jit/ScratchRegisterAllocator.cpp
-jit/SetupVarargsFrame.cpp
-jit/TagRegistersMode.cpp
-jit/TempRegisterSet.cpp
-jit/ThunkGenerators.cpp
-
-llint/LLIntCLoop.cpp
-llint/LLIntData.cpp
-llint/LLIntEntrypoint.cpp
-llint/LLIntExceptions.cpp
-llint/LLIntSlowPaths.cpp
-llint/LLIntThunks.cpp
-# FIXME: We can't bundle this file due to a clang bug.
-llint/LowLevelInterpreter.cpp #@no-unify
-
-parser/Lexer.cpp
-parser/ModuleAnalyzer.cpp
-parser/Nodes.cpp
-parser/NodesAnalyzeModule.cpp
-parser/Parser.cpp
-parser/ParserArena.cpp
-parser/SourceProvider.cpp
-parser/SourceProviderCache.cpp
-parser/UnlinkedSourceCode.cpp
-parser/VariableEnvironment.cpp
-
-profiler/ProfilerBytecode.cpp
-profiler/ProfilerBytecodeSequence.cpp
-profiler/ProfilerBytecodes.cpp
-profiler/ProfilerCompilation.cpp
-profiler/ProfilerCompilationKind.cpp
-profiler/ProfilerCompiledBytecode.cpp
-profiler/ProfilerDatabase.cpp
-profiler/ProfilerEvent.cpp
-profiler/ProfilerJettisonReason.cpp
-profiler/ProfilerOSRExit.cpp
-profiler/ProfilerOSRExitSite.cpp
-profiler/ProfilerOrigin.cpp
-profiler/ProfilerOriginStack.cpp
-profiler/ProfilerProfiledBytecodes.cpp
-profiler/ProfilerUID.cpp
-
-runtime/AbstractModuleRecord.cpp
-runtime/ArgList.cpp
-runtime/ArrayBuffer.cpp
-runtime/ArrayBufferNeuteringWatchpoint.cpp
-runtime/ArrayBufferView.cpp
-runtime/ArrayConstructor.cpp
-runtime/ArrayConventions.cpp
-runtime/ArrayIteratorPrototype.cpp
-runtime/ArrayPrototype.cpp
-runtime/AsyncFromSyncIteratorPrototype.cpp
-runtime/AsyncGeneratorFunctionConstructor.cpp
-runtime/AsyncGeneratorFunctionPrototype.cpp
-runtime/AsyncGeneratorPrototype.cpp
-runtime/AsyncIteratorPrototype.cpp
-runtime/AtomicsObject.cpp
-runtime/AsyncFunctionConstructor.cpp
-runtime/AsyncFunctionPrototype.cpp
-runtime/BasicBlockLocation.cpp
-runtime/BooleanConstructor.cpp
-runtime/BooleanObject.cpp
-runtime/BooleanPrototype.cpp
-runtime/CallData.cpp
-runtime/CatchScope.cpp
-runtime/ClassInfo.cpp
-runtime/ClonedArguments.cpp
-runtime/CodeCache.cpp
-runtime/CodeSpecializationKind.cpp
-runtime/CommonIdentifiers.cpp
-runtime/CommonSlowPaths.cpp
-runtime/CommonSlowPathsExceptions.cpp
-runtime/CompilationResult.cpp
-runtime/Completion.cpp
-runtime/ConfigFile.cpp
-runtime/ConsoleClient.cpp
-runtime/ConsoleObject.cpp
-runtime/ConstantMode.cpp
-runtime/ConstructData.cpp
-runtime/ControlFlowProfiler.cpp
-runtime/CustomGetterSetter.cpp
-runtime/DOMAttributeGetterSetter.cpp
-runtime/DataView.cpp
-runtime/DateConstructor.cpp
-runtime/DateConversion.cpp
-runtime/DateInstance.cpp
-runtime/DatePrototype.cpp
-runtime/DirectArguments.cpp
-runtime/DirectArgumentsOffset.cpp
-runtime/DirectEvalExecutable.cpp
-runtime/DisallowVMReentry.cpp
-runtime/DumpContext.cpp
-runtime/ECMAScriptSpecInternalFunctions.cpp
-runtime/Error.cpp
-runtime/ErrorConstructor.cpp
-runtime/ErrorHandlingScope.cpp
-runtime/ErrorInstance.cpp
-runtime/ErrorPrototype.cpp
-runtime/EvalExecutable.cpp
-runtime/Exception.cpp
-runtime/ExceptionEventLocation.cpp
-runtime/ExceptionFuzz.cpp
-runtime/ExceptionHelpers.cpp
-runtime/ExceptionScope.cpp
-runtime/ExecutableBase.cpp
-runtime/FunctionConstructor.cpp
-runtime/FunctionExecutable.cpp
-runtime/FunctionExecutableDump.cpp
-runtime/FunctionHasExecutedCache.cpp
-runtime/FunctionPrototype.cpp
-runtime/FunctionRareData.cpp
-runtime/GeneratorFunctionConstructor.cpp
-runtime/GeneratorFunctionPrototype.cpp
-runtime/GeneratorPrototype.cpp
-runtime/GetterSetter.cpp
-runtime/HashMapImpl.cpp
-runtime/Identifier.cpp
-runtime/IndexingType.cpp
-runtime/IndirectEvalExecutable.cpp
-runtime/InferredType.cpp
-runtime/InferredTypeTable.cpp
-runtime/InferredValue.cpp
-runtime/InitializeThreading.cpp
-runtime/InspectorInstrumentationObject.cpp
-runtime/InternalFunction.cpp
-runtime/Intrinsic.cpp
-runtime/IntlCollator.cpp
-runtime/IntlCollatorConstructor.cpp
-runtime/IntlCollatorPrototype.cpp
-runtime/IntlDateTimeFormat.cpp
-runtime/IntlDateTimeFormatConstructor.cpp
-runtime/IntlDateTimeFormatPrototype.cpp
-runtime/IntlNumberFormat.cpp
-runtime/IntlNumberFormatConstructor.cpp
-runtime/IntlNumberFormatPrototype.cpp
-runtime/IntlObject.cpp
-runtime/IteratorOperations.cpp
-runtime/IteratorPrototype.cpp
-runtime/JSAPIValueWrapper.cpp
-runtime/JSArray.cpp
-runtime/JSArrayBuffer.cpp
-runtime/JSArrayBufferConstructor.cpp
-runtime/JSArrayBufferPrototype.cpp
-runtime/JSArrayBufferView.cpp
-runtime/JSAsyncFunction.cpp
-runtime/JSAsyncGeneratorFunction.cpp
-runtime/JSBoundFunction.cpp
-runtime/JSCJSValue.cpp
-runtime/JSCallee.cpp
-runtime/JSCell.cpp
-runtime/JSCustomGetterSetterFunction.cpp
-runtime/JSDataView.cpp
-runtime/JSDataViewPrototype.cpp
-runtime/JSDateMath.cpp
-runtime/JSDestructibleObjectSubspace.cpp
-runtime/JSFixedArray.cpp
-runtime/JSFunction.cpp
-runtime/JSGeneratorFunction.cpp
-runtime/JSGlobalLexicalEnvironment.cpp
-runtime/JSGlobalObject.cpp
-runtime/JSGlobalObjectDebuggable.cpp
-runtime/JSGlobalObjectFunctions.cpp
-runtime/JSInternalPromise.cpp
-runtime/JSInternalPromiseConstructor.cpp
-runtime/JSInternalPromiseDeferred.cpp
-runtime/JSInternalPromisePrototype.cpp
-runtime/JSJob.cpp
-runtime/JSLexicalEnvironment.cpp
-runtime/JSLock.cpp
-runtime/JSMap.cpp
-runtime/JSMapIterator.cpp
-runtime/JSModuleEnvironment.cpp
-runtime/JSModuleLoader.cpp
-runtime/JSModuleNamespaceObject.cpp
-runtime/JSModuleRecord.cpp
-runtime/JSNativeStdFunction.cpp
-runtime/JSONObject.cpp
-runtime/JSObject.cpp
-runtime/JSPromise.cpp
-runtime/JSPromiseConstructor.cpp
-runtime/JSPromiseDeferred.cpp
-runtime/JSPromisePrototype.cpp
-runtime/JSPropertyNameEnumerator.cpp
-runtime/JSProxy.cpp
-runtime/JSRunLoopTimer.cpp
-runtime/JSScope.cpp
-runtime/JSScriptFetcher.cpp
-runtime/JSSegmentedVariableObject.cpp
-runtime/JSSegmentedVariableObjectSubspace.cpp
-runtime/JSSet.cpp
-runtime/JSSetIterator.cpp
-runtime/JSSourceCode.cpp
-runtime/JSString.cpp
-runtime/JSStringIterator.cpp
-runtime/JSStringJoiner.cpp
-runtime/JSStringSubspace.cpp
-runtime/JSSymbolTableObject.cpp
-runtime/JSTemplateRegistryKey.cpp
-runtime/JSTypedArrayConstructors.cpp
-runtime/JSTypedArrayPrototypes.cpp
-runtime/JSTypedArrayViewConstructor.cpp
-runtime/JSTypedArrayViewPrototype.cpp
-runtime/JSTypedArrays.cpp
-runtime/JSWeakMap.cpp
-runtime/JSWeakSet.cpp
-runtime/JSWithScope.cpp
-runtime/JSWrapperObject.cpp
-runtime/LazyClassStructure.cpp
-runtime/LiteralParser.cpp
-runtime/Lookup.cpp
-runtime/MapConstructor.cpp
-runtime/MapIteratorPrototype.cpp
-runtime/MapPrototype.cpp
-runtime/MatchResult.cpp
-runtime/MathCommon.cpp
-runtime/MathObject.cpp
-runtime/MemoryStatistics.cpp
-runtime/ModuleLoaderPrototype.cpp
-runtime/ModuleProgramExecutable.cpp
-runtime/NativeErrorConstructor.cpp
-runtime/NativeErrorPrototype.cpp
-runtime/NativeExecutable.cpp
-runtime/NativeStdFunctionCell.cpp
-runtime/NullGetterFunction.cpp
-runtime/NullSetterFunction.cpp
-runtime/NumberConstructor.cpp
-runtime/NumberObject.cpp
-runtime/NumberPrototype.cpp
-runtime/ObjectConstructor.cpp
-runtime/ObjectInitializationScope.cpp
-runtime/ObjectPrototype.cpp
-runtime/Operations.cpp
-runtime/Options.cpp
-runtime/ProgramExecutable.cpp
-runtime/PromiseDeferredTimer.cpp
-runtime/PropertyDescriptor.cpp
-runtime/PropertySlot.cpp
-runtime/PropertyTable.cpp
-runtime/PrototypeMap.cpp
-runtime/ProxyConstructor.cpp
-runtime/ProxyObject.cpp
-runtime/ProxyRevoke.cpp
-runtime/ReflectObject.cpp
-runtime/RegExp.cpp
-runtime/RegExpCache.cpp
-runtime/RegExpCachedResult.cpp
-runtime/RegExpConstructor.cpp
-runtime/RegExpMatchesArray.cpp
-runtime/RegExpObject.cpp
-runtime/RegExpPrototype.cpp
-runtime/RuntimeType.cpp
-runtime/SamplingCounter.cpp
-runtime/SamplingProfiler.cpp
-runtime/ScopeOffset.cpp
-runtime/ScopedArguments.cpp
-runtime/ScopedArgumentsTable.cpp
-runtime/ScriptExecutable.cpp
-runtime/SetConstructor.cpp
-runtime/SetIteratorPrototype.cpp
-runtime/SetPrototype.cpp
-runtime/SimpleTypedArrayController.cpp
-runtime/SmallStrings.cpp
-runtime/SparseArrayValueMap.cpp
-runtime/StackFrame.cpp
-runtime/StrictEvalActivation.cpp
-runtime/StringConstructor.cpp
-runtime/StringIteratorPrototype.cpp
-runtime/StringObject.cpp
-runtime/StringPrototype.cpp
-runtime/StringRecursionChecker.cpp
-runtime/Structure.cpp
-runtime/StructureChain.cpp
-runtime/StructureIDTable.cpp
-runtime/StructureRareData.cpp
-runtime/Symbol.cpp
-runtime/SymbolConstructor.cpp
-runtime/SymbolObject.cpp
-runtime/SymbolPrototype.cpp
-runtime/SymbolTable.cpp
-runtime/TemplateRegistry.cpp
-runtime/TemplateRegistryKey.cpp
-runtime/TemplateRegistryKeyTable.cpp
-runtime/TestRunnerUtils.cpp
-runtime/ThrowScope.cpp
-runtime/TypeLocationCache.cpp
-runtime/TypeProfiler.cpp
-runtime/TypeProfilerLog.cpp
-runtime/TypeSet.cpp
-runtime/TypedArrayController.cpp
-runtime/TypedArrayType.cpp
-runtime/TypeofType.cpp
-runtime/VM.cpp
-runtime/VMEntryScope.cpp
-runtime/VMTraps.cpp
-runtime/VarOffset.cpp
-runtime/Watchdog.cpp
-runtime/WeakMapBase.cpp
-runtime/WeakMapConstructor.cpp
-runtime/WeakMapPrototype.cpp
-runtime/WeakSetConstructor.cpp
-runtime/WeakSetPrototype.cpp
-
-tools/CellList.cpp
-tools/CodeProfile.cpp
-tools/CodeProfiling.cpp
-tools/FunctionOverrides.cpp
-tools/FunctionWhitelist.cpp
-tools/HeapVerifier.cpp
-tools/JSDollarVM.cpp
-tools/JSDollarVMPrototype.cpp
-tools/SigillCrashAnalyzer.cpp
-tools/VMInspector.cpp
-
-wasm/JSWebAssembly.cpp
-wasm/WasmB3IRGenerator.cpp
-wasm/WasmBBQPlan.cpp
-wasm/WasmBinding.cpp
-wasm/WasmCallee.cpp
-wasm/WasmCallingConvention.cpp
-wasm/WasmCodeBlock.cpp
-wasm/WasmContext.cpp
-wasm/WasmFaultSignalHandler.cpp
-wasm/WasmFormat.cpp
-wasm/WasmIndexOrName.cpp
-wasm/WasmMachineThreads.cpp
-wasm/WasmMemory.cpp
-wasm/WasmMemoryInformation.cpp
-wasm/WasmModule.cpp
-wasm/WasmModuleInformation.cpp
-wasm/WasmModuleParser.cpp
-wasm/WasmNameSectionParser.cpp
-wasm/WasmOMGPlan.cpp
-wasm/WasmOpcodeOrigin.cpp
-wasm/WasmPageCount.cpp
-wasm/WasmPlan.cpp
-wasm/WasmSignature.cpp
-wasm/WasmThunks.cpp
-wasm/WasmValidate.cpp
-wasm/WasmWorklist.cpp
-
-wasm/js/JSWebAssemblyCodeBlock.cpp
-wasm/js/JSWebAssemblyCodeBlockSubspace.cpp
-wasm/js/JSWebAssemblyCompileError.cpp
-wasm/js/JSWebAssemblyInstance.cpp
-wasm/js/JSWebAssemblyLinkError.cpp
-wasm/js/JSWebAssemblyMemory.cpp
-wasm/js/JSWebAssemblyModule.cpp
-wasm/js/JSWebAssemblyRuntimeError.cpp
-wasm/js/JSWebAssemblyTable.cpp
-wasm/js/WebAssemblyCompileErrorConstructor.cpp
-wasm/js/WebAssemblyCompileErrorPrototype.cpp
-wasm/js/WebAssemblyFunction.cpp
-wasm/js/WebAssemblyFunctionBase.cpp
-wasm/js/WebAssemblyInstanceConstructor.cpp
-wasm/js/WebAssemblyInstancePrototype.cpp
-wasm/js/WebAssemblyLinkErrorConstructor.cpp
-wasm/js/WebAssemblyLinkErrorPrototype.cpp
-wasm/js/WebAssemblyMemoryConstructor.cpp
-wasm/js/WebAssemblyMemoryPrototype.cpp
-wasm/js/WebAssemblyModuleConstructor.cpp
-wasm/js/WebAssemblyModulePrototype.cpp
-wasm/js/WebAssemblyModuleRecord.cpp
-wasm/js/WebAssemblyPrototype.cpp
-wasm/js/WebAssemblyRuntimeErrorConstructor.cpp
-wasm/js/WebAssemblyRuntimeErrorPrototype.cpp
-wasm/js/WebAssemblyTableConstructor.cpp
-wasm/js/WebAssemblyTablePrototype.cpp
-wasm/js/WebAssemblyToJSCallee.cpp
-wasm/js/WebAssemblyWrapperFunction.cpp
-
-yarr/RegularExpression.cpp
-yarr/YarrCanonicalizeUCS2.cpp
-yarr/YarrInterpreter.cpp
-yarr/YarrJIT.cpp
-yarr/YarrPattern.cpp
-yarr/YarrSyntaxChecker.cpp