Changeset 199939 in webkit for trunk/Source/JavaScriptCore/runtime/CodeCache.h
- Timestamp:
- Apr 22, 2016, 5:40:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/CodeCache.h
r198989 r199939 27 27 #define CodeCache_h 28 28 29 #include "CodeSpecializationKind.h"30 29 #include "ExecutableInfo.h" 31 30 #include "ParserModes.h" … … 35 34 #include <wtf/CurrentTime.h> 36 35 #include <wtf/Forward.h> 37 #include <wtf/RandomNumber.h>38 #include <wtf/WeakRandom.h>39 36 #include <wtf/text/WTFString.h> 40 37 … … 42 39 43 40 class EvalExecutable; 44 class FunctionMetadataNode;45 41 class Identifier; 46 class JSScope;42 class ModuleProgramExecutable; 47 43 class ParserError; 48 44 class ProgramExecutable; 49 class ModuleProgramExecutable;45 class SourceCode; 50 46 class UnlinkedCodeBlock; 51 47 class UnlinkedEvalCodeBlock; 48 class UnlinkedFunctionExecutable; 52 49 class UnlinkedModuleProgramCodeBlock; 53 class UnlinkedFunctionCodeBlock;54 class UnlinkedFunctionExecutable;55 50 class UnlinkedProgramCodeBlock; 56 51 class VM; 57 class SourceCode;58 class SourceProvider;59 52 class VariableEnvironment; 60 53
Note:
See TracChangeset
for help on using the changeset viewer.