|
Lines 40-56
a/Source/JavaScriptCore/runtime/VM.cpp_sec1
|
| 40 |
#include "CodeBlock.h" |
40 |
#include "CodeBlock.h" |
| 41 |
#include "CodeCache.h" |
41 |
#include "CodeCache.h" |
| 42 |
#include "CommonIdentifiers.h" |
42 |
#include "CommonIdentifiers.h" |
| 43 |
#include "CommonSlowPaths.h" |
|
|
| 44 |
#include "CustomGetterSetter.h" |
43 |
#include "CustomGetterSetter.h" |
| 45 |
#include "DFGWorklist.h" |
44 |
#include "DFGWorklist.h" |
| 46 |
#include "DOMAttributeGetterSetter.h" |
45 |
#include "DOMAttributeGetterSetter.h" |
| 47 |
#include "DateInstance.h" |
46 |
#include "DateInstance.h" |
| 48 |
#include "DebuggerScope.h" |
47 |
#include "DebuggerScope.h" |
| 49 |
#include "DirectEvalExecutable.h" |
|
|
| 50 |
#include "Disassembler.h" |
48 |
#include "Disassembler.h" |
| 51 |
#include "DoublePredictionFuzzerAgent.h" |
49 |
#include "DoublePredictionFuzzerAgent.h" |
| 52 |
#include "Error.h" |
|
|
| 53 |
#include "ErrorConstructor.h" |
| 54 |
#include "ErrorInstance.h" |
50 |
#include "ErrorInstance.h" |
| 55 |
#include "EvalCodeBlock.h" |
51 |
#include "EvalCodeBlock.h" |
| 56 |
#include "Exception.h" |
52 |
#include "Exception.h" |
|
Lines 59-77
a/Source/JavaScriptCore/runtime/VM.cpp_sec2
|
| 59 |
#include "FastMallocAlignedMemoryAllocator.h" |
55 |
#include "FastMallocAlignedMemoryAllocator.h" |
| 60 |
#include "FileBasedFuzzerAgent.h" |
56 |
#include "FileBasedFuzzerAgent.h" |
| 61 |
#include "FunctionCodeBlock.h" |
57 |
#include "FunctionCodeBlock.h" |
| 62 |
#include "FunctionConstructor.h" |
|
|
| 63 |
#include "FunctionExecutable.h" |
58 |
#include "FunctionExecutable.h" |
| 64 |
#include "GCActivityCallback.h" |
|
|
| 65 |
#include "GetterSetter.h" |
59 |
#include "GetterSetter.h" |
| 66 |
#include "GigacageAlignedMemoryAllocator.h" |
60 |
#include "GigacageAlignedMemoryAllocator.h" |
| 67 |
#include "HasOwnPropertyCache.h" |
61 |
#include "HasOwnPropertyCache.h" |
| 68 |
#include "Heap.h" |
62 |
#include "Heap.h" |
| 69 |
#include "HeapIterationScope.h" |
|
|
| 70 |
#include "HeapProfiler.h" |
63 |
#include "HeapProfiler.h" |
| 71 |
#include "HostCallReturnValue.h" |
64 |
#include "HostCallReturnValue.h" |
| 72 |
#include "Identifier.h" |
|
|
| 73 |
#include "IncrementalSweeper.h" |
| 74 |
#include "IndirectEvalExecutable.h" |
| 75 |
#include "Interpreter.h" |
65 |
#include "Interpreter.h" |
| 76 |
#include "IntlCollator.h" |
66 |
#include "IntlCollator.h" |
| 77 |
#include "IntlDateTimeFormat.h" |
67 |
#include "IntlDateTimeFormat.h" |
|
Lines 88-100
a/Source/JavaScriptCore/runtime/VM.cpp_sec3
|
| 88 |
#include "JSAPIWrapperObject.h" |
78 |
#include "JSAPIWrapperObject.h" |
| 89 |
#include "JSArray.h" |
79 |
#include "JSArray.h" |
| 90 |
#include "JSArrayBuffer.h" |
80 |
#include "JSArrayBuffer.h" |
| 91 |
#include "JSArrayBufferConstructor.h" |
|
|
| 92 |
#include "JSArrayIterator.h" |
81 |
#include "JSArrayIterator.h" |
| 93 |
#include "JSAsyncFunction.h" |
|
|
| 94 |
#include "JSAsyncGenerator.h" |
82 |
#include "JSAsyncGenerator.h" |
| 95 |
#include "JSBigInt.h" |
83 |
#include "JSBigInt.h" |
| 96 |
#include "JSBoundFunction.h" |
84 |
#include "JSBoundFunction.h" |
| 97 |
#include "JSCInlines.h" |
|
|
| 98 |
#include "JSCallbackConstructor.h" |
85 |
#include "JSCallbackConstructor.h" |
| 99 |
#include "JSCallbackFunction.h" |
86 |
#include "JSCallbackFunction.h" |
| 100 |
#include "JSCallbackObject.h" |
87 |
#include "JSCallbackObject.h" |
|
Lines 104-113
a/Source/JavaScriptCore/runtime/VM.cpp_sec4
|
| 104 |
#include "JSFunction.h" |
91 |
#include "JSFunction.h" |
| 105 |
#include "JSGlobalLexicalEnvironment.h" |
92 |
#include "JSGlobalLexicalEnvironment.h" |
| 106 |
#include "JSGlobalObject.h" |
93 |
#include "JSGlobalObject.h" |
| 107 |
#include "JSGlobalObjectFunctions.h" |
|
|
| 108 |
#include "JSImmutableButterfly.h" |
94 |
#include "JSImmutableButterfly.h" |
| 109 |
#include "JSInjectedScriptHost.h" |
95 |
#include "JSInjectedScriptHost.h" |
| 110 |
#include "JSInternalPromise.h" |
|
|
| 111 |
#include "JSJavaScriptCallFrame.h" |
96 |
#include "JSJavaScriptCallFrame.h" |
| 112 |
#include "JSLock.h" |
97 |
#include "JSLock.h" |
| 113 |
#include "JSMap.h" |
98 |
#include "JSMap.h" |
|
Lines 130-136
a/Source/JavaScriptCore/runtime/VM.cpp_sec5
|
| 130 |
#include "JSWeakMap.h" |
115 |
#include "JSWeakMap.h" |
| 131 |
#include "JSWeakObjectRef.h" |
116 |
#include "JSWeakObjectRef.h" |
| 132 |
#include "JSWeakSet.h" |
117 |
#include "JSWeakSet.h" |
| 133 |
#include "JSWebAssembly.h" |
|
|
| 134 |
#include "JSWebAssemblyCodeBlock.h" |
118 |
#include "JSWebAssemblyCodeBlock.h" |
| 135 |
#include "JSWebAssemblyGlobal.h" |
119 |
#include "JSWebAssemblyGlobal.h" |
| 136 |
#include "JSWebAssemblyInstance.h" |
120 |
#include "JSWebAssemblyInstance.h" |
|
Lines 139-155
a/Source/JavaScriptCore/runtime/VM.cpp_sec6
|
| 139 |
#include "JSWebAssemblyTable.h" |
123 |
#include "JSWebAssemblyTable.h" |
| 140 |
#include "JSWithScope.h" |
124 |
#include "JSWithScope.h" |
| 141 |
#include "LLIntData.h" |
125 |
#include "LLIntData.h" |
| 142 |
#include "Lexer.h" |
|
|
| 143 |
#include "Lookup.h" |
| 144 |
#include "MinimumReservedZoneSize.h" |
126 |
#include "MinimumReservedZoneSize.h" |
| 145 |
#include "ModuleProgramCodeBlock.h" |
127 |
#include "ModuleProgramCodeBlock.h" |
| 146 |
#include "ModuleProgramExecutable.h" |
128 |
#include "ModuleProgramExecutable.h" |
| 147 |
#include "NarrowingNumberPredictionFuzzerAgent.h" |
129 |
#include "NarrowingNumberPredictionFuzzerAgent.h" |
| 148 |
#include "NativeErrorConstructor.h" |
|
|
| 149 |
#include "NativeExecutable.h" |
130 |
#include "NativeExecutable.h" |
| 150 |
#include "Nodes.h" |
|
|
| 151 |
#include "NumberObject.h" |
131 |
#include "NumberObject.h" |
| 152 |
#include "Parser.h" |
|
|
| 153 |
#include "PredictionFileCreatingFuzzerAgent.h" |
132 |
#include "PredictionFileCreatingFuzzerAgent.h" |
| 154 |
#include "ProfilerDatabase.h" |
133 |
#include "ProfilerDatabase.h" |
| 155 |
#include "ProgramCodeBlock.h" |
134 |
#include "ProgramCodeBlock.h" |
|
Lines 160-173
a/Source/JavaScriptCore/runtime/VM.cpp_sec7
|
| 160 |
#include "RandomizingFuzzerAgent.h" |
139 |
#include "RandomizingFuzzerAgent.h" |
| 161 |
#include "RegExpCache.h" |
140 |
#include "RegExpCache.h" |
| 162 |
#include "RegExpObject.h" |
141 |
#include "RegExpObject.h" |
| 163 |
#include "RegisterAtOffsetList.h" |
|
|
| 164 |
#include "RuntimeType.h" |
| 165 |
#include "SamplingProfiler.h" |
142 |
#include "SamplingProfiler.h" |
| 166 |
#include "ScopedArguments.h" |
143 |
#include "ScopedArguments.h" |
| 167 |
#include "ShadowChicken.h" |
144 |
#include "ShadowChicken.h" |
| 168 |
#include "SimpleTypedArrayController.h" |
145 |
#include "SimpleTypedArrayController.h" |
| 169 |
#include "SourceProviderCache.h" |
146 |
#include "SourceProviderCache.h" |
| 170 |
#include "StackVisitor.h" |
|
|
| 171 |
#include "StrictEvalActivation.h" |
147 |
#include "StrictEvalActivation.h" |
| 172 |
#include "StringObject.h" |
148 |
#include "StringObject.h" |
| 173 |
#include "StrongInlines.h" |
149 |
#include "StrongInlines.h" |
|
Lines 178-184
a/Source/JavaScriptCore/runtime/VM.cpp_sec8
|
| 178 |
#include "ThunkGenerators.h" |
154 |
#include "ThunkGenerators.h" |
| 179 |
#include "TypeProfiler.h" |
155 |
#include "TypeProfiler.h" |
| 180 |
#include "TypeProfilerLog.h" |
156 |
#include "TypeProfilerLog.h" |
| 181 |
#include "UnlinkedCodeBlock.h" |
|
|
| 182 |
#include "VMEntryScope.h" |
157 |
#include "VMEntryScope.h" |
| 183 |
#include "VMInlines.h" |
158 |
#include "VMInlines.h" |
| 184 |
#include "VMInspector.h" |
159 |
#include "VMInspector.h" |
|
Lines 196-202
a/Source/JavaScriptCore/runtime/VM.cpp_sec9
|
| 196 |
#include <wtf/StringPrintStream.h> |
171 |
#include <wtf/StringPrintStream.h> |
| 197 |
#include <wtf/Threading.h> |
172 |
#include <wtf/Threading.h> |
| 198 |
#include <wtf/text/AtomStringTable.h> |
173 |
#include <wtf/text/AtomStringTable.h> |
| 199 |
#include <wtf/text/SymbolRegistry.h> |
|
|
| 200 |
|
174 |
|
| 201 |
#if ENABLE(C_LOOP) |
175 |
#if ENABLE(C_LOOP) |
| 202 |
#include "CLoopStack.h" |
176 |
#include "CLoopStack.h" |