diff options
Diffstat (limited to 'Source/JavaScriptCore/JavaScriptCore.vcproj')
3 files changed, 54 insertions, 5 deletions
diff --git a/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def b/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def index 9ee61eaab..577329e94 100644 --- a/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def +++ b/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def @@ -296,12 +296,12 @@ EXPORTS ?retrieveLastCaller@Interpreter@JSC@@QBEXPAVExecState@2@AAH1AAVUString@2@AAVJSValue@2@@Z ?s_globalObjectMethodTable@JSGlobalObject@JSC@@1UGlobalObjectMethodTable@2@B ?s_info@ExecutableBase@JSC@@2UClassInfo@2@B + ?s_info@JSString@JSC@@2UClassInfo@2@B ?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 ?setGetter@PropertyDescriptor@JSC@@QAEXVJSValue@2@@Z - ?setLength@JSArray@JSC@@QAEXI@Z ?setLoc@StatementNode@JSC@@QAEXHH@Z ?setMainThreadCallbacksPaused@WTF@@YAX_N@Z ?setOrderLowerFirst@Collator@WTF@@QAEX_N@Z @@ -336,6 +336,7 @@ EXPORTS ?timedWait@ThreadCondition@WTF@@QAE_NAAVMutex@2@N@Z ?tlsKeyCount@WTF@@YAAAJXZ ?tlsKeys@WTF@@YAPAKXZ + ?toBoolean@JSString@JSC@@QBE_NPAVExecState@2@@Z ?toInt32@JSC@@YAHN@Z ?toInteger@JSValue@JSC@@QBENPAVExecState@2@@Z ?toNumberSlowCase@JSValue@JSC@@ABENPAVExecState@2@@Z diff --git a/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj b/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj index 888269623..8fd3c8ab0 100644 --- a/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj +++ b/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj @@ -594,6 +594,10 @@ > </File> <File + RelativePath="..\..\runtime\CommonSlowPaths.h" + > + </File> + <File RelativePath="..\..\runtime\Completion.cpp" > </File> @@ -1446,6 +1450,46 @@ Name="bytecode" > <File + RelativePath="..\..\bytecode\HandlerInfo.h" + > + </File> + <File + RelativePath="..\..\bytecode\CallLinkInfo.cpp" + > + </File> + <File + RelativePath="..\..\bytecode\LineInfo.h" + > + </File> + <File + RelativePath="..\..\bytecode\MethodCallLinkInfo.h" + > + </File> + <File + RelativePath="..\..\bytecode\CallReturnOffsetToBytecodeOffset.h" + > + </File> + <File + RelativePath="..\..\bytecode\CodeType.h" + > + </File> + <File + RelativePath="..\..\bytecode\ExpressionRangeInfo.h" + > + </File> + <File + RelativePath="..\..\bytecode\MethodCallLinkInfo.cpp" + > + </File> + <File + RelativePath="..\..\bytecode\CallLinkInfo.h" + > + </File> + <File + RelativePath="..\..\bytecode\GlobalResolveInfo.h" + > + </File> + <File RelativePath="..\..\bytecode\CodeBlock.cpp" > </File> @@ -1706,6 +1750,14 @@ > </File> <File + RelativePath="..\..\jit\JITExceptions.cpp" + > + </File> + <File + RelativePath="..\..\jit\JITExceptions.h" + > + </File> + <File RelativePath="..\..\jit\JITStubs.cpp" > </File> diff --git a/Source/JavaScriptCore/JavaScriptCore.vcproj/WTF/WTF.vcproj b/Source/JavaScriptCore/JavaScriptCore.vcproj/WTF/WTF.vcproj index 6491d00e1..6e89b0167 100644 --- a/Source/JavaScriptCore/JavaScriptCore.vcproj/WTF/WTF.vcproj +++ b/Source/JavaScriptCore/JavaScriptCore.vcproj/WTF/WTF.vcproj @@ -965,10 +965,6 @@ > </File> <File - RelativePath="..\..\wtf\OwnFastMallocPtr.h" - > - </File> - <File RelativePath="..\..\wtf\OwnPtr.h" > </File> |