Changeset 190601 in webkit for trunk/Source/JavaScriptCore/runtime/JSGlobalObject.h
- Timestamp:
- Oct 5, 2015, 6:59:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSGlobalObject.h
r189941 r190601 35 35 #include "SpecialPointer.h" 36 36 #include "StringPrototype.h" 37 #include "StructureChain.h"38 #include "StructureRareDataInlines.h"39 37 #include "SymbolPrototype.h" 40 38 #include "TemplateRegistry.h" 41 39 #include "VM.h" 42 #include "VariableEnvironment.h"43 40 #include "Watchpoint.h" 44 41 #include <JavaScriptCore/JSBase.h> … … 46 43 #include <wtf/HashSet.h> 47 44 #include <wtf/PassRefPtr.h> 48 #include <wtf/RandomNumber.h>49 45 50 46 struct OpaqueJSClass; … … 72 68 class InputCursor; 73 69 class JSGlobalObjectDebuggable; 70 class JSInternalPromise; 74 71 class JSPromise; 75 72 class JSPromiseConstructor; 76 73 class JSPromisePrototype; 77 class JSInternalPromise;78 74 class JSStack; 79 75 class LLIntOffsetsExtractor; … … 82 78 class ModuleProgramExecutable; 83 79 class NativeErrorConstructor; 80 class NullGetterFunction; 81 class NullSetterFunction; 84 82 class ObjectConstructor; 85 83 class ProgramCodeBlock; … … 89 87 class SourceCode; 90 88 class UnlinkedModuleProgramCodeBlock; 91 class NullGetterFunction; 92 class NullSetterFunction; 89 class VariableEnvironment; 93 90 enum class ThisTDZMode; 94 91 struct ActivationStackNode;
Note:
See TracChangeset
for help on using the changeset viewer.