X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/81345200c95645a1b0d2635520f96ad55dfde63f..refs/heads/master:/llint/LLIntOffsetsExtractor.cpp diff --git a/llint/LLIntOffsetsExtractor.cpp b/llint/LLIntOffsetsExtractor.cpp index 84256ae..5e16174 100644 --- a/llint/LLIntOffsetsExtractor.cpp +++ b/llint/LLIntOffsetsExtractor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Apple Inc. All rights reserved. + * Copyright (C) 2012, 2015 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -29,6 +29,8 @@ #include "CodeBlock.h" #include "CommonSlowPaths.h" #include "Debugger.h" +#include "DirectArguments.h" +#include "Exception.h" #include "Executable.h" #include "Heap.h" #include "Interpreter.h" @@ -37,19 +39,21 @@ #include "JSCell.h" #include "JSFunction.h" #include "VM.h" +#include "JSEnvironmentRecord.h" #include "JSGlobalObject.h" #include "JSObject.h" -#include "JSPropertyNameIterator.h" #include "JSStack.h" #include "JSString.h" #include "JSTypeInfo.h" -#include "JSVariableObject.h" #include "JumpTable.h" #include "LLIntOfflineAsmConfig.h" #include "MarkedSpace.h" #include "ProtoCallFrame.h" #include "Structure.h" #include "StructureChain.h" +#include "TypeProfiler.h" +#include "TypeProfilerLog.h" +#include "VMEntryRecord.h" #include "ValueProfile.h" #include