diff options
Diffstat (limited to 'Source/JavaScriptCore/JavaScriptCore.vcproj')
-rwxr-xr-x | Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def | 1 | ||||
-rw-r--r-- | Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj | 32 |
2 files changed, 32 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def index 7aa5673d8..422aac464 100755 --- a/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def +++ b/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def @@ -340,7 +340,6 @@ EXPORTS ?retrieveLastCaller@Interpreter@JSC@@QBEXPAVExecState@2@AAH1AAVString@WTF@@AAVJSValue@2@@Z ?setConfigurable@PropertyDescriptor@JSC@@QAEX_N@Z ?setDescriptor@PropertyDescriptor@JSC@@QAEXVJSValue@2@I@Z - ?setDumpsGeneratedCode@BytecodeGenerator@JSC@@SAX_N@Z ?setEnumerable@PropertyDescriptor@JSC@@QAEX_N@Z ?setGarbageCollectionTimerEnabled@Heap@JSC@@QAEX_N@Z ?setGetter@PropertyDescriptor@JSC@@QAEXVJSValue@2@@Z diff --git a/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj b/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj index d26a3b645..e8eda62f9 100644 --- a/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj +++ b/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj @@ -646,6 +646,14 @@ >
</File>
<File
+ RelativePath="..\..\runtime\CodeSpecializationKind.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\runtime\CodeSpecializationKind.h"
+ >
+ </File>
+ <File
RelativePath="..\..\runtime\CommonIdentifiers.cpp"
>
</File>
@@ -1630,6 +1638,22 @@ >
</File>
<File
+ RelativePath="..\..\bytecode\CodeBlockHash.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\bytecode\CodeBlockHash.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\bytecode\CodeBlockWithJITType.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\bytecode\CodeOrigin.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\bytecode\CodeOrigin.h"
>
</File>
@@ -1638,6 +1662,10 @@ >
</File>
<File
+ RelativePath="..\..\bytecode\CodeType.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\bytecode\Comment.h"
>
</File>
@@ -1982,6 +2010,10 @@ >
</File>
<File
+ RelativePath="..\..\jit\JITCode.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\jit\JITCode.h"
>
</File>
|