[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

sfalken at apple.com sfalken at apple.com
Thu Oct 29 20:50:11 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 99d278a771994cfd940156e558f8862593c5fb71
Author: sfalken at apple.com <sfalken at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 22 20:06:54 2009 +0000

    https://bugs.webkit.org/show_bug.cgi?id=30686
    Remove debug-specific def file.
    Only Debug_All target uses JavaScriptCore_debug.dll naming, and since
    that target is only used internally, maintaining two files just to
    suppress a single link warning isn't worthwhile.
    
    Reviewed by Jon Honeycutt.
    
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreCommon.vsprops:
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def: Removed.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49952 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 52bcdef..ff10cb1 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,16 @@
+2009-10-22  Steve Falkenburg  <sfalken at apple.com>
+
+        Reviewed by Jon Honeycutt.
+
+        https://bugs.webkit.org/show_bug.cgi?id=30686
+        Remove debug-specific def file.
+        Only Debug_All target uses JavaScriptCore_debug.dll naming, and since
+        that target is only used internally, maintaining two files just to
+        suppress a single link warning isn't worthwhile.
+
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreCommon.vsprops:
+        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def: Removed.
+
 2009-10-21  Jon Honeycutt  <jhoneycutt at apple.com>
 
         <rdar://problem/7270320> Screenshots of off-screen plug-ins are blank
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreCommon.vsprops b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreCommon.vsprops
index ba6bbfd..682e01e 100644
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreCommon.vsprops
+++ b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreCommon.vsprops
@@ -1,30 +1,30 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioPropertySheet
-	ProjectType="Visual C++"
-	Version="8.00"
-	Name="JavaScriptCoreCommon"
-	>
-	<Tool
-		Name="VCCLCompilerTool"
-		AdditionalIncludeDirectories="&quot;$(WebKitOutputDir)\obj\JavaScriptCore\DerivedSources\&quot;;../../;../../API/;../../pcre/;../../parser/;../../bytecompiler/;../../jit/;../../runtime/;../../bytecode/;../../interpreter/;../../wtf/;../../profiler;../../assembler/;../../debugger/;../../wrec/;&quot;$(WebKitLibrariesDir)\include&quot;;&quot;$(WebKitLibrariesDir)\include\icu&quot;;&quot;$(WebKitLibrariesDir)\include\private&quot;;../../../icu/include;&quot;$(WebKitOutputDir)\include&quot;;&quot;$(WebKitOutputDir)\include\JavaScriptCore&quot;;&quot;$(WebKitLibrariesDir)\include\pthreads&quot;;&quot;$(WebKitLibrariesDir)\Include\CoreFoundation\OSXCompatibilityHeaders&quot;;&quot;$(WebKitLibrariesDir)\Include\CoreFoundation\OSXCompatibilityHeaders\GNUCompatibility&quot;"
-		PreprocessorDefinitions="__STD_C"
-	/>
-	<Tool
-		Name="VCLinkerTool"
-		AdditionalDependencies="gdi32.lib oleaut32.lib winmm.lib icuin$(LibraryConfigSuffix).lib icuuc$(LibraryConfigSuffix).lib pthreadVC2$(LibraryConfigSuffix).lib WTF$(WebKitConfigSuffix).lib"
-		OutputFile="$(OutDir)\$(ProjectName)$(WebKitDLLConfigSuffix).dll"
-		ModuleDefinitionFile="JavaScriptCore$(WebKitDLLConfigSuffix).def"
-	/>
-	<Tool
-		Name="VCPostBuildEventTool"
-		CommandLine="mkdir 2&gt;NUL &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\wtf\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\wtf\unicode\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\wtf\unicode\icu\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\parser\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\runtime\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\VM\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\bytecode\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\interpreter\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\assembler\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\wrec\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\jit\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\debugger\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\profiler\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\create_hash_table&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\pcre\pcre.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;&#x0D;&#x0A;mkdir 2&gt;NUL &quot;$(OutDir)\JavaScriptCore.resources&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)..\$(ProjectName).resources\*&quot; &quot;$(OutDir)\$(ProjectName).resources&quot;&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
-	/>
-	<Tool
-		Name="VCPreBuildEventTool"
-		CommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;bash &quot;$(WebKitLibrariesDir)\tools\scripts\auto-version.sh&quot; &quot;$(IntDir)&quot;&#x0D;&#x0A;"
-	/>
-	<Tool
-		Name="VCPreLinkEventTool"
-		CommandLine="if not exist &quot;$(WebKitOutputDir)\public\sym&quot; mkdir &quot;$(WebKitOutputDir)\public\sym&quot;"
-	/>
-</VisualStudioPropertySheet>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+	ProjectType="Visual C++"
+	Version="8.00"
+	Name="JavaScriptCoreCommon"
+	>
+	<Tool
+		Name="VCCLCompilerTool"
+		AdditionalIncludeDirectories="&quot;$(WebKitOutputDir)\obj\JavaScriptCore\DerivedSources\&quot;;../../;../../API/;../../pcre/;../../parser/;../../bytecompiler/;../../jit/;../../runtime/;../../bytecode/;../../interpreter/;../../wtf/;../../profiler;../../assembler/;../../debugger/;../../wrec/;&quot;$(WebKitLibrariesDir)\include&quot;;&quot;$(WebKitLibrariesDir)\include\icu&quot;;&quot;$(WebKitLibrariesDir)\include\private&quot;;../../../icu/include;&quot;$(WebKitOutputDir)\include&quot;;&quot;$(WebKitOutputDir)\include\JavaScriptCore&quot;;&quot;$(WebKitLibrariesDir)\include\pthreads&quot;;&quot;$(WebKitLibrariesDir)\Include\CoreFoundation\OSXCompatibilityHeaders&quot;;&quot;$(WebKitLibrariesDir)\Include\CoreFoundation\OSXCompatibilityHeaders\GNUCompatibility&quot;"
+		PreprocessorDefinitions="__STD_C"
+	/>
+	<Tool
+		Name="VCLinkerTool"
+		AdditionalDependencies="gdi32.lib oleaut32.lib winmm.lib icuin$(LibraryConfigSuffix).lib icuuc$(LibraryConfigSuffix).lib pthreadVC2$(LibraryConfigSuffix).lib WTF$(WebKitConfigSuffix).lib"
+		OutputFile="$(OutDir)\$(ProjectName)$(WebKitDLLConfigSuffix).dll"
+		ModuleDefinitionFile="JavaScriptCore.def"
+	/>
+	<Tool
+		Name="VCPostBuildEventTool"
+		CommandLine="mkdir 2&gt;NUL &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\wtf\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\wtf\unicode\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\wtf\unicode\icu\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\parser\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\runtime\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\VM\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\bytecode\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\interpreter\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\assembler\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\wrec\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\jit\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\debugger\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\profiler\*.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\create_hash_table&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)\..\..\pcre\pcre.h&quot; &quot;$(WebKitOutputDir)\include\private\JavaScriptCore&quot;&#x0D;&#x0A;&#x0D;&#x0A;mkdir 2&gt;NUL &quot;$(OutDir)\JavaScriptCore.resources&quot;&#x0D;&#x0A;xcopy /y /d &quot;$(ProjectDir)..\$(ProjectName).resources\*&quot; &quot;$(OutDir)\$(ProjectName).resources&quot;&#x0D;&#x0A;&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; del &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;"
+	/>
+	<Tool
+		Name="VCPreBuildEventTool"
+		CommandLine="%SystemDrive%\cygwin\bin\which.exe bash&#x0D;&#x0A;if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;cmd /c&#x0D;&#x0A;if exist &quot;$(WebKitOutputDir)\buildfailed&quot; grep XX$(ProjectName)XX &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;echo XX$(ProjectName)XX &gt; &quot;$(WebKitOutputDir)\buildfailed&quot;&#x0D;&#x0A;&#x0D;&#x0A;bash &quot;$(WebKitLibrariesDir)\tools\scripts\auto-version.sh&quot; &quot;$(IntDir)&quot;&#x0D;&#x0A;"
+	/>
+	<Tool
+		Name="VCPreLinkEventTool"
+		CommandLine="if not exist &quot;$(WebKitOutputDir)\public\sym&quot; mkdir &quot;$(WebKitOutputDir)\public\sym&quot;"
+	/>
+</VisualStudioPropertySheet>
diff --git a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def b/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def
deleted file mode 100644
index 8301fc9..0000000
--- a/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def
+++ /dev/null
@@ -1,313 +0,0 @@
-LIBRARY    "JavaScriptCore_debug"
-
-EXPORTS
-    ??0Collator at WTF@@QAE at PBD@Z
-    ??0DateInstance at JSC@@QAE at PAVExecState@1 at N@Z
-    ??0DropAllLocks at JSLock@JSC@@QAE at W4JSLockBehavior@2@@Z
-    ??0InternalFunction at JSC@@IAE at PAVJSGlobalData@1 at V?$NonNullPassRefPtr at VStructure@JSC@@@WTF@@ABVIdentifier at 1@@Z
-    ??0JSArray at JSC@@QAE at V?$NonNullPassRefPtr at VStructure@JSC@@@WTF@@@Z
-    ??0JSArray at JSC@@QAE at V?$NonNullPassRefPtr at VStructure@JSC@@@WTF@@ABVArgList at 1@@Z
-    ??0JSByteArray at JSC@@QAE at PAVExecState@1 at V?$NonNullPassRefPtr at VStructure@JSC@@@WTF@@PAVByteArray at 4@PBUClassInfo at 1@@Z
-    ??0JSFunction at JSC@@QAE at PAVExecState@1 at V?$NonNullPassRefPtr at VStructure@JSC@@@WTF@@HABVIdentifier at 1@P6I?AVJSValue at 1@0PAVJSObject at 1@V61 at ABVArgList@1@@Z at Z
-    ??0Mutex at WTF@@QAE at XZ
-    ??0PrototypeFunction at JSC@@QAE at PAVExecState@1 at HABVIdentifier@1 at P6I?AVJSValue at 1@0PAVJSObject at 1@V41 at ABVArgList@1@@Z at Z
-    ??0PrototypeFunction at JSC@@QAE at PAVExecState@1 at V?$NonNullPassRefPtr at VStructure@JSC@@@WTF@@HABVIdentifier at 1@P6I?AVJSValue at 1@0PAVJSObject at 1@V61 at ABVArgList@1@@Z at Z
-    ??0RefCountedLeakCounter at WTF@@QAE at PBD@Z
-    ??0StringObject at JSC@@QAE at PAVExecState@1 at V?$NonNullPassRefPtr at VStructure@JSC@@@WTF@@ABVUString at 1@@Z
-    ??0Structure at JSC@@AAE at VJSValue@1 at ABVTypeInfo@1@@Z
-    ??0ThreadCondition at WTF@@QAE at XZ
-    ??0UString at JSC@@QAE at PBD@Z
-    ??0UString at JSC@@QAE at PB_WH@Z
-    ??1CString at JSC@@QAE at XZ
-    ??1ClientData at JSGlobalData@JSC@@UAE at XZ
-    ??1Collator at WTF@@QAE at XZ
-    ??1Debugger at JSC@@UAE at XZ
-    ??1DropAllLocks at JSLock@JSC@@QAE at XZ
-    ??1JSGlobalData at JSC@@QAE at XZ
-    ??1JSGlobalObject at JSC@@UAE at XZ
-    ??1Mutex at WTF@@QAE at XZ
-    ??1RefCountedLeakCounter at WTF@@QAE at XZ
-    ??1Structure at JSC@@QAE at XZ
-    ??1ThreadCondition at WTF@@QAE at XZ
-    ??2JSCell at JSC@@SAPAXIPAVExecState at 1@@Z
-    ??2JSGlobalObject at JSC@@SAPAXIPAVJSGlobalData at 1@@Z
-    ??4UString at JSC@@QAEAAV01 at PBD@Z
-    ??8JSC@@YA_NABVUString at 0@0 at Z
-    ?UTF8String at UString@JSC@@QBE?AVCString at 2@_N at Z
-    ?add at Identifier@JSC@@SA?AV?$PassRefPtr at URep@UString at JSC@@@WTF@@PAVExecState at 2@PBD at Z
-    ?add at PropertyNameArray@JSC@@QAEXPAURep at UString@2@@Z
-    ?addPropertyTransition at Structure@JSC@@SA?AV?$PassRefPtr at VStructure@JSC@@@WTF@@PAV12 at ABVIdentifier@2 at IPAVJSCell@2 at AAI@Z
-    ?addPropertyTransitionToExistingStructure at Structure@JSC@@SA?AV?$PassRefPtr at VStructure@JSC@@@WTF@@PAV12 at ABVIdentifier@2 at IPAVJSCell@2 at AAI@Z
-    ?addPropertyWithoutTransition at Structure@JSC@@QAEIABVIdentifier at 2@IPAVJSCell at 2@@Z
-    ?addSlowCase at Identifier@JSC@@CA?AV?$PassRefPtr at URep@UString at JSC@@@WTF@@PAVExecState at 2@PAURep at UString@2@@Z
-    ?addSlowCase at Identifier@JSC@@CA?AV?$PassRefPtr at URep@UString at JSC@@@WTF@@PAVJSGlobalData at 2@PAURep at UString@2@@Z
-    ?allocate at Heap@JSC@@QAEPAXI at Z
-    ?allocatePropertyStorage at JSObject@JSC@@QAEXII at Z
-    ?allocateStack at MarkStack@JSC@@CAPAXI at Z
-    ?append at UString@JSC@@QAEAAV12 at ABV12@@Z
-    ?append at UString@JSC@@QAEAAV12 at PBD@Z
-    ?ascii at UString@JSC@@QBEPADXZ
-    ?attach at Debugger@JSC@@QAEXPAVJSGlobalObject at 2@@Z
-    ?broadcast at ThreadCondition@WTF@@QAEXXZ
-    ?calculatedFunctionName at DebuggerCallFrame@JSC@@QBE?AVUString at 2@XZ
-    ?call at JSC@@YA?AVJSValue at 1@PAVExecState at 1@V21 at W4CallType@1 at ABTCallData@1 at 1ABVArgList@1@@Z
-    ?callOnMainThread at WTF@@YAXP6AXPAX at Z0@Z
-    ?changePrototypeTransition at Structure@JSC@@SA?AV?$PassRefPtr at VStructure@JSC@@@WTF@@PAV12 at VJSValue@2@@Z
-    ?checkSameIdentifierTable at Identifier@JSC@@CAXPAVExecState at 2@PAURep at UString@2@@Z
-    ?checkSameIdentifierTable at Identifier@JSC@@CAXPAVJSGlobalData at 2@PAURep at UString@2@@Z
-    ?checkSyntax at JSC@@YA?AVCompletion at 1@PAVExecState at 1@ABVSourceCode at 1@@Z
-    ?classInfo at InternalFunction@JSC@@UBEPBUClassInfo at 2@XZ
-    ?classInfo at JSCell@JSC@@UBEPBUClassInfo at 2@XZ
-    ?className at JSObject@JSC@@UBE?AVUString at 2@XZ
-    ?collate at Collator@WTF@@QBE?AW4Result at 12@PB_WI0I at Z
-    ?collect at Heap@JSC@@QAE_NXZ
-    ?computeHash at Rep@UString at JSC@@SAIPBDH at Z
-    ?computeHash at Rep@UString at JSC@@SAIPB_WH at Z
-    ?configurable at PropertyDescriptor@JSC@@QBE_NXZ
-    ?construct at JSC@@YAPAVJSObject at 1@PAVExecState at 1@VJSValue at 1@W4ConstructType at 1@ABTConstructData at 1@ABVArgList at 1@@Z
-    ?constructArray at JSC@@YAPAVJSArray at 1@PAVExecState at 1@ABVArgList at 1@@Z
-    ?constructEmptyArray at JSC@@YAPAVJSArray at 1@PAVExecState at 1@@Z
-    ?constructEmptyObject at JSC@@YAPAVJSObject at 1@PAVExecState at 1@@Z
-    ?constructFunction at JSC@@YAPAVJSObject at 1@PAVExecState at 1@ABVArgList at 1@ABVIdentifier at 1@ABVUString at 1@H at Z
-    ?convertUTF16ToUTF8 at Unicode@WTF@@YA?AW4ConversionResult at 12@PAPB_WPB_WPAPADPAD_N at Z
-    ?create at ByteArray@WTF@@SA?AV?$PassRefPtr at VByteArray@WTF@@@2 at I@Z
-    ?create at JSGlobalData@JSC@@SA?AV?$PassRefPtr at VJSGlobalData@JSC@@@WTF@@_N at Z
-    ?create at OpaqueJSString@@SA?AV?$PassRefPtr at UOpaqueJSString@@@WTF@@ABVUString at JSC@@@Z
-    ?create at Rep@UString at JSC@@SA?AV?$PassRefPtr at URep@UString at JSC@@@WTF@@PA_WHV?$PassRefPtr at V?$CrossThreadRefCounted at V?$OwnFastMallocPtr at _W@WTF@@@WTF@@@5@@Z
-    ?createEmptyString at SmallStrings@JSC@@AAEXPAVJSGlobalData at 2@@Z
-    ?createInheritorID at JSObject@JSC@@AAEPAVStructure at 2@XZ
-    ?createInterruptedExecutionException at JSC@@YA?AVJSValue at 1@PAVJSGlobalData at 1@@Z
-    ?createLeaked at JSGlobalData@JSC@@SA?AV?$PassRefPtr at VJSGlobalData@JSC@@@WTF@@XZ
-    ?createSingleCharacterString at SmallStrings@JSC@@AAEXPAVJSGlobalData at 2@E at Z
-    ?createStackOverflowError at JSC@@YA?AVJSValue at 1@PAVExecState at 1@@Z
-    ?createStructure at JSByteArray@JSC@@SA?AV?$PassRefPtr at VStructure@JSC@@@WTF@@VJSValue at 2@@Z
-    ?createTable at HashTable@JSC@@ABEXPAVJSGlobalData at 2@@Z
-    ?createThread at WTF@@YAIP6APAXPAX at Z0@Z
-    ?createThread at WTF@@YAIP6APAXPAX at Z0PBD@Z
-    ?createTypeError at JSC@@YA?AVJSValue at 1@PAVExecState at 1@PBD at Z
-    ?currentThread at WTF@@YAIXZ
-    ?currentTime at WTF@@YANXZ
-    ?decrement at RefCountedLeakCounter@WTF@@QAEXXZ
-    ?defaultAttributes at PropertyDescriptor@JSC@@0IA
-    ?defaultValue at JSObject@JSC@@UBE?AVJSValue at 2@PAVExecState at 2@W4PreferredPrimitiveType at 2@@Z
-    ?defineGetter at JSGlobalObject@JSC@@UAEXPAVExecState at 2@ABVIdentifier at 2@PAVJSObject at 2@I at Z
-    ?defineGetter at JSObject@JSC@@UAEXPAVExecState at 2@ABVIdentifier at 2@PAV12 at I@Z
-    ?defineOwnProperty at JSObject@JSC@@UAE_NPAVExecState at 2@ABVIdentifier at 2@AAVPropertyDescriptor at 2@_N at Z
-    ?defineSetter at JSGlobalObject@JSC@@UAEXPAVExecState at 2@ABVIdentifier at 2@PAVJSObject at 2@I at Z
-    ?defineSetter at JSObject@JSC@@UAEXPAVExecState at 2@ABVIdentifier at 2@PAV12 at I@Z
-    ?deleteOwnedPtr at WTF@@YAXPAUHBITMAP__@@@Z
-    ?deleteOwnedPtr at WTF@@YAXPAUHDC__@@@Z
-    ?deleteOwnedPtr at WTF@@YAXPAUHRGN__@@@Z
-    ?deleteProperty at JSCell@JSC@@UAE_NPAVExecState at 2@ABVIdentifier at 2@@Z
-    ?deleteProperty at JSCell@JSC@@UAE_NPAVExecState at 2@I at Z
-    ?deleteProperty at JSObject@JSC@@UAE_NPAVExecState at 2@ABVIdentifier at 2@@Z
-    ?deleteProperty at JSObject@JSC@@UAE_NPAVExecState at 2@I at Z
-    ?deleteProperty at JSVariableObject@JSC@@UAE_NPAVExecState at 2@ABVIdentifier at 2@@Z
-    ?deleteProperty at StringObject@JSC@@UAE_NPAVExecState at 2@ABVIdentifier at 2@@Z
-    ?deleteTable at HashTable@JSC@@QBEXXZ
-    ?despecifyDictionaryFunction at Structure@JSC@@QAEXABVIdentifier at 2@@Z
-    ?despecifyFunctionTransition at Structure@JSC@@SA?AV?$PassRefPtr at VStructure@JSC@@@WTF@@PAV12 at ABVIdentifier@2@@Z
-    ?destroy at Heap@JSC@@QAEXXZ
-    ?destroy at Rep@UString at JSC@@QAEXXZ
-    ?destroyJSGlobalObjectData at JSGlobalObject@JSC@@CAXPAX at Z
-    ?detach at Debugger@JSC@@UAEXPAVJSGlobalObject at 2@@Z
-    ?detachThread at WTF@@YAXI at Z
-    ?didTimeOut at TimeoutChecker@JSC@@QAE_NPAVExecState at 2@@Z
-    ?dumpSampleData at JSGlobalData@JSC@@QAEXPAVExecState at 2@@Z
-    ?enumerable at PropertyDescriptor@JSC@@QBE_NXZ
-    ?equal at Identifier@JSC@@SA_NPBURep at UString@2 at PBD@Z
-    ?equal at JSC@@YA_NPBURep at UString@1 at 0@Z
-    ?evaluate at DebuggerCallFrame@JSC@@QBE?AVJSValue at 2@ABVUString at 2@AAV32@@Z
-    ?evaluate at JSC@@YA?AVCompletion at 1@PAVExecState at 1@AAVScopeChain at 1@ABVSourceCode at 1@VJSValue at 1@@Z
-    ?exclude at Profile@JSC@@QAEXPBVProfileNode at 2@@Z
-    ?fastCalloc at WTF@@YAPAXII at Z
-    ?fastFree at WTF@@YAXPAX at Z
-    ?fastMalloc at WTF@@YAPAXI at Z
-    ?fastRealloc at WTF@@YAPAXPAXI at Z
-    ?fastZeroedMalloc at WTF@@YAPAXI at Z
-    ?fillGetterPropertySlot at JSObject@JSC@@QAEXAAVPropertySlot at 2@PAVJSValue at 2@@Z
-    ?focus at Profile@JSC@@QAEXPBVProfileNode at 2@@Z
-    ?from at UString@JSC@@SA?AV12 at H@Z
-    ?from at UString@JSC@@SA?AV12 at I@Z
-    ?from at UString@JSC@@SA?AV12 at N@Z
-    ?functionName at DebuggerCallFrame@JSC@@QBEPBVUString at 2@XZ
-    ?get at Structure@JSC@@QAEIPBURep at UString@2 at AAIAAPAVJSCell@2@@Z
-    ?getCallData at JSCell@JSC@@UAE?AW4CallType at 2@AATCallData at 2@@Z
-    ?getConstructData at JSCell@JSC@@UAE?AW4ConstructType at 2@AATConstructData at 2@@Z
-    ?getJSNumber at JSCell@JSC@@UAE?AVJSValue at 2@XZ
-    ?getObject at JSCell@JSC@@QAEPAVJSObject at 2@XZ
-    ?getOwnPropertyDescriptor at JSObject@JSC@@UAE_NPAVExecState at 2@ABVIdentifier at 2@AAVPropertyDescriptor at 2@@Z
-    ?getOwnPropertyDescriptor at JSString@JSC@@EAE_NPAVExecState at 2@ABVIdentifier at 2@AAVPropertyDescriptor at 2@@Z
-    ?getOwnPropertyDescriptor at StringObject@JSC@@UAE_NPAVExecState at 2@ABVIdentifier at 2@AAVPropertyDescriptor at 2@@Z
-    ?getOwnPropertyNames at JSObject@JSC@@UAEXPAVExecState at 2@AAVPropertyNameArray at 2@@Z
-    ?getOwnPropertyNames at JSVariableObject@JSC@@UAEXPAVExecState at 2@AAVPropertyNameArray at 2@@Z
-    ?getOwnPropertyNames at StringObject@JSC@@UAEXPAVExecState at 2@AAVPropertyNameArray at 2@@Z
-    ?getOwnPropertySlot at JSCell@JSC@@EAE_NPAVExecState at 2@ABVIdentifier at 2@AAVPropertySlot at 2@@Z
-    ?getOwnPropertySlot at JSCell@JSC@@EAE_NPAVExecState at 2@IAAVPropertySlot at 2@@Z
-    ?getOwnPropertySlot at JSObject@JSC@@UAE_NPAVExecState at 2@IAAVPropertySlot at 2@@Z
-    ?getOwnPropertySlot at JSString@JSC@@EAE_NPAVExecState at 2@ABVIdentifier at 2@AAVPropertySlot at 2@@Z
-    ?getOwnPropertySlot at JSString@JSC@@EAE_NPAVExecState at 2@IAAVPropertySlot at 2@@Z
-    ?getOwnPropertySlot at StringObject@JSC@@UAE_NPAVExecState at 2@ABVIdentifier at 2@AAVPropertySlot at 2@@Z
-    ?getOwnPropertySlot at StringObject@JSC@@UAE_NPAVExecState at 2@IAAVPropertySlot at 2@@Z
-    ?getPrimitiveNumber at JSCell@JSC@@UAE_NPAVExecState at 2@AANAAVJSValue at 2@@Z
-    ?getPrimitiveNumber at JSObject@JSC@@UAE_NPAVExecState at 2@AANAAVJSValue at 2@@Z
-    ?getPrimitiveNumber at JSString@JSC@@EAE_NPAVExecState at 2@AANAAVJSValue at 2@@Z
-    ?getPropertyAttributes at JSObject@JSC@@UBE_NPAVExecState at 2@ABVIdentifier at 2@AAI at Z
-    ?getPropertyAttributes at JSVariableObject@JSC@@UBE_NPAVExecState at 2@ABVIdentifier at 2@AAI at Z
-    ?getPropertyDescriptor at JSObject@JSC@@QAE_NPAVExecState at 2@ABVIdentifier at 2@AAVPropertyDescriptor at 2@@Z
-    ?getPropertyNames at JSObject@JSC@@UAEXPAVExecState at 2@AAVPropertyNameArray at 2@@Z
-    ?getSlice at ArgList@JSC@@QBEXHAAV12@@Z
-    ?getString at JSCell@JSC@@QBE?AVUString at 2@XZ
-    ?getString at JSCell@JSC@@QBE_NAAVUString at 2@@Z
-    ?getUInt32 at JSCell@JSC@@UBE_NAAI at Z
-    ?getter at PropertyDescriptor@JSC@@QBE?AVJSValue at 2@XZ
-    ?globalExec at JSGlobalObject@JSC@@UAEPAVExecState at 2@XZ
-    ?globalObjectCount at Heap@JSC@@QAEIXZ
-    ?hasInstance at JSObject@JSC@@UAE_NPAVExecState at 2@VJSValue at 2@1 at Z
-    ?hasProperty at JSObject@JSC@@QBE_NPAVExecState at 2@ABVIdentifier at 2@@Z
-    ?hasProperty at JSObject@JSC@@QBE_NPAVExecState at 2@I at Z
-    ?hasTransition at Structure@JSC@@QAE_NPAURep at UString@2 at I@Z
-    ?heap at Heap@JSC@@SAPAV12 at VJSValue@2@@Z
-    ?increment at RefCountedLeakCounter@WTF@@QAEXXZ
-    ?init at JSGlobalObject@JSC@@AAEXPAVJSObject at 2@@Z
-    ?initializeMainThread at WTF@@YAXXZ
-    ?initializeThreading at JSC@@YAXXZ
-    ?initializeThreading at WTF@@YAXXZ
-    ?is8Bit at UString@JSC@@QBE_NXZ
-    ?isAccessorDescriptor at PropertyDescriptor@JSC@@QBE_NXZ
-    ?isBusy at Heap@JSC@@QAE_NXZ
-    ?isDataDescriptor at PropertyDescriptor@JSC@@QBE_NXZ
-    ?isDynamicScope at JSGlobalObject@JSC@@UBE_NXZ
-    ?isGetterSetter at JSCell@JSC@@UBE_NXZ
-    ?isHostFunctionNonInline at JSFunction@JSC@@ABE_NXZ
-    ?isMainThread at WTF@@YA_NXZ
-    ?isVariableObject at JSVariableObject@JSC@@UBE_NXZ
-    ?jsNumberCell at JSC@@YA?AVJSValue at 1@PAVExecState at 1@N at Z
-    ?jsOwnedString at JSC@@YAPAVJSString at 1@PAVJSGlobalData at 1@ABVUString at 1@@Z
-    ?jsRegExpCompile@@YAPAUJSRegExp@@PB_WHW4JSRegExpIgnoreCaseOption@@W4JSRegExpMultilineOption@@PAIPAPBD at Z
-    ?jsRegExpExecute@@YAHPBUJSRegExp@@PB_WHHPAHH at Z
-    ?jsRegExpFree@@YAXPAUJSRegExp@@@Z
-    ?jsString at JSC@@YAPAVJSString at 1@PAVJSGlobalData at 1@ABVUString at 1@@Z
-    ?lock at JSLock@JSC@@SAXW4JSLockBehavior at 2@@Z
-    ?lock at Mutex@WTF@@QAEXXZ
-    ?lockAtomicallyInitializedStaticMutex at WTF@@YAXXZ
-    ?lookupGetter at JSObject@JSC@@UAE?AVJSValue at 2@PAVExecState at 2@ABVIdentifier at 2@@Z
-    ?lookupSetter at JSObject@JSC@@UAE?AVJSValue at 2@PAVExecState at 2@ABVIdentifier at 2@@Z
-    ?markChildren at JSGlobalObject@JSC@@UAEXAAVMarkStack at 2@@Z
-    ?markChildren at JSObject@JSC@@UAEXAAVMarkStack at 2@@Z
-    ?markChildren at JSWrapperObject@JSC@@EAEXAAVMarkStack at 2@@Z
-    ?materializePropertyMap at Structure@JSC@@AAEXXZ
-    ?name at InternalFunction@JSC@@QAEABVUString at 2@PAVJSGlobalData at 2@@Z
-    ?nonInlineNaN at JSC@@YANXZ
-    ?objectCount at Heap@JSC@@QAEIXZ
-    ?objectProtoFuncToString at JSC@@YI?AVJSValue at 1@PAVExecState at 1@PAVJSObject at 1@V21 at ABVArgList@1@@Z
-    ?parse at Parser@JSC@@AAEXPAVJSGlobalData at 2@PAHPAVUString at 2@@Z
-    ?parseDateFromNullTerminatedCharacters at WTF@@YANPBD at Z
-    ?primaryHeapBegin at Heap@JSC@@QAE?AV?$CollectorHeapIterator@$0A@@2 at XZ
-    ?primaryHeapEnd at Heap@JSC@@QAE?AV?$CollectorHeapIterator@$0A@@2 at XZ
-    ?profiler at Profiler@JSC@@SAPAV12 at XZ
-    ?protect at Heap@JSC@@QAEXVJSValue at 2@@Z
-    ?protectedGlobalObjectCount at Heap@JSC@@QAEIXZ
-    ?protectedObjectCount at Heap@JSC@@QAEIXZ
-    ?protectedObjectTypeCounts at Heap@JSC@@QAEPAV?$HashCountedSet at PBDU?$PtrHash at PBD@WTF@@U?$HashTraits at PBD@2@@WTF@@XZ
-    ?put at JSCell@JSC@@UAEXPAVExecState at 2@ABVIdentifier at 2@VJSValue at 2@AAVPutPropertySlot at 2@@Z
-    ?put at JSCell@JSC@@UAEXPAVExecState at 2@IVJSValue at 2@@Z
-    ?put at JSGlobalObject@JSC@@UAEXPAVExecState at 2@ABVIdentifier at 2@VJSValue at 2@AAVPutPropertySlot at 2@@Z
-    ?put at JSObject@JSC@@UAEXPAVExecState at 2@ABVIdentifier at 2@VJSValue at 2@AAVPutPropertySlot at 2@@Z
-    ?put at JSObject@JSC@@UAEXPAVExecState at 2@IVJSValue at 2@@Z
-    ?put at StringObject@JSC@@UAEXPAVExecState at 2@ABVIdentifier at 2@VJSValue at 2@AAVPutPropertySlot at 2@@Z
-    ?putDirectFunction at JSObject@JSC@@QAEXPAVExecState at 2@PAVInternalFunction at 2@I at Z
-    ?putWithAttributes at JSGlobalObject@JSC@@UAEXPAVExecState at 2@ABVIdentifier at 2@VJSValue at 2@I at Z
-    ?putWithAttributes at JSObject@JSC@@UAEXPAVExecState at 2@ABVIdentifier at 2@VJSValue at 2@I at Z
-    ?putWithAttributes at JSObject@JSC@@UAEXPAVExecState at 2@ABVIdentifier at 2@VJSValue at 2@I_NAAVPutPropertySlot at 2@@Z
-    ?putWithAttributes at JSObject@JSC@@UAEXPAVExecState at 2@IVJSValue at 2@I at Z
-    ?randomNumber at WTF@@YANXZ
-    ?recompileAllJSFunctions at Debugger@JSC@@QAEXPAVJSGlobalData at 2@@Z
-    ?recordExtraCost at Heap@JSC@@AAEXI at Z
-    ?releaseStack at MarkStack@JSC@@CAXPAXI at Z
-    ?reset at ParserArena@JSC@@QAEXXZ
-    ?reset at TimeoutChecker@JSC@@QAEXXZ
-    ?restoreAll at Profile@JSC@@QAEXXZ
-    ?retrieveCaller at Interpreter@JSC@@QBE?AVJSValue at 2@PAVExecState at 2@PAVInternalFunction at 2@@Z
-    ?retrieveLastCaller at Interpreter@JSC@@QBEXPAVExecState at 2@AAH1AAVUString at 2@AAVJSValue at 2@@Z
-    ?setAccessorDescriptor at PropertyDescriptor@JSC@@QAEXVJSValue at 2@0I at Z
-    ?setConfigurable at PropertyDescriptor@JSC@@QAEX_N at Z
-    ?setDescriptor at PropertyDescriptor@JSC@@QAEXVJSValue at 2@I at Z
-    ?setDumpsGeneratedCode at BytecodeGenerator@JSC@@SAX_N at Z
-    ?setEnumerable at PropertyDescriptor@JSC@@QAEX_N at Z
-    ?setGetter at PropertyDescriptor@JSC@@QAEXVJSValue at 2@@Z
-    ?setLength at JSArray@JSC@@QAEXI at Z
-    ?setLoc at StatementNode@JSC@@QAEXHH at Z
-    ?setMainThreadCallbacksPaused at WTF@@YAX_N at Z
-    ?setOrderLowerFirst at Collator@WTF@@QAEX_N at Z
-    ?setSetter at PropertyDescriptor@JSC@@QAEXVJSValue at 2@@Z
-    ?setUndefined at PropertyDescriptor@JSC@@QAEXXZ
-    ?setUpStaticFunctionSlot at JSC@@YAXPAVExecState at 1@PBVHashEntry at 1@PAVJSObject at 1@ABVIdentifier at 1@AAVPropertySlot at 1@@Z
-    ?setWritable at PropertyDescriptor@JSC@@QAEX_N at Z
-    ?setter at PropertyDescriptor@JSC@@QBE?AVJSValue at 2@XZ
-    ?sharedBuffer at Rep@UString at JSC@@QAEPAV?$CrossThreadRefCounted at V?$OwnFastMallocPtr at _W@WTF@@@WTF@@XZ
-    ?signal at ThreadCondition@WTF@@QAEXXZ
-    ?slowAppend at MarkedArgumentBuffer@JSC@@AAEXVJSValue at 2@@Z
-    ?startIgnoringLeaks at Structure@JSC@@SAXXZ
-    ?startProfiling at Profiler@JSC@@QAEXPAVExecState at 2@ABVUString at 2@@Z
-    ?startSampling at JSGlobalData@JSC@@QAEXXZ
-    ?stopIgnoringLeaks at Structure@JSC@@SAXXZ
-    ?stopProfiling at Profiler@JSC@@QAE?AV?$PassRefPtr at VProfile@JSC@@@WTF@@PAVExecState at 2@ABVUString at 2@@Z
-    ?stopSampling at JSGlobalData@JSC@@QAEXXZ
-    ?strtod at WTF@@YANPBDPAPAD at Z
-    ?substr at UString@JSC@@QBE?AV12 at HH@Z
-    ?symbolTableGet at JSVariableObject@JSC@@IAE_NABVIdentifier at 2@AAVPropertyDescriptor at 2@@Z
-    ?synthesizePrototype at JSValue@JSC@@ABEPAVJSObject at 2@PAVExecState at 2@@Z
-    ?thisObject at DebuggerCallFrame@JSC@@QBEPAVJSObject at 2@XZ
-    ?throwError at JSC@@YAPAVJSObject at 1@PAVExecState at 1@W4ErrorType at 1@@Z
-    ?throwError at JSC@@YAPAVJSObject at 1@PAVExecState at 1@W4ErrorType at 1@ABVUString at 1@@Z
-    ?throwError at JSC@@YAPAVJSObject at 1@PAVExecState at 1@W4ErrorType at 1@PBD at Z
-    ?timedWait at ThreadCondition@WTF@@QAE_NAAVMutex at 2@N at Z
-    ?tlsKeyCount at WTF@@YAAAJXZ
-    ?tlsKeys at WTF@@YAPAKXZ
-    ?toBoolean at JSCell@JSC@@UBE_NPAVExecState at 2@@Z
-    ?toBoolean at JSObject@JSC@@UBE_NPAVExecState at 2@@Z
-    ?toBoolean at JSString@JSC@@EBE_NPAVExecState at 2@@Z
-    ?toInt32SlowCase at JSC@@YAHNAA_N at Z
-    ?toNumber at JSCell@JSC@@UBENPAVExecState at 2@@Z
-    ?toNumber at JSObject@JSC@@UBENPAVExecState at 2@@Z
-    ?toNumber at JSString@JSC@@EBENPAVExecState at 2@@Z
-    ?toObject at JSCell@JSC@@UBEPAVJSObject at 2@PAVExecState at 2@@Z
-    ?toObject at JSObject@JSC@@UBEPAV12 at PAVExecState@2@@Z
-    ?toObject at JSString@JSC@@EBEPAVJSObject at 2@PAVExecState at 2@@Z
-    ?toObjectSlowCase at JSValue@JSC@@ABEPAVJSObject at 2@PAVExecState at 2@@Z
-    ?toPrimitive at JSCell@JSC@@UBE?AVJSValue at 2@PAVExecState at 2@W4PreferredPrimitiveType at 2@@Z
-    ?toPrimitive at JSString@JSC@@EBE?AVJSValue at 2@PAVExecState at 2@W4PreferredPrimitiveType at 2@@Z
-    ?toStrictUInt32 at UString@JSC@@QBEIPA_N at Z
-    ?toString at JSCell@JSC@@UBE?AVUString at 2@PAVExecState at 2@@Z
-    ?toString at JSObject@JSC@@UBE?AVUString at 2@PAVExecState at 2@@Z
-    ?toString at JSString@JSC@@EBE?AVUString at 2@PAVExecState at 2@@Z
-    ?toThisJSString at JSCell@JSC@@UAEPAVJSString at 2@PAVExecState at 2@@Z
-    ?toThisJSString at JSString@JSC@@EAEPAV12 at PAVExecState@2@@Z
-    ?toThisObject at JSCell@JSC@@UBEPAVJSObject at 2@PAVExecState at 2@@Z
-    ?toThisObject at JSObject@JSC@@UBEPAV12 at PAVExecState@2@@Z
-    ?toThisObject at JSString@JSC@@EBEPAVJSObject at 2@PAVExecState at 2@@Z
-    ?toThisObjectSlowCase at JSValue@JSC@@ABEPAVJSObject at 2@PAVExecState at 2@@Z
-    ?toThisString at JSCell@JSC@@UBE?AVUString at 2@PAVExecState at 2@@Z
-    ?toThisString at JSString@JSC@@EBE?AVUString at 2@PAVExecState at 2@@Z
-    ?toUInt32 at UString@JSC@@QBEIPA_N at Z
-    ?toUInt32 at UString@JSC@@QBEIPA_N_N at Z
-    ?toUInt32SlowCase at JSC@@YAINAA_N at Z
-    ?tryFastCalloc at WTF@@YA?AUTryMallocReturnValue at 1@II at Z
-    ?tryFastMalloc at WTF@@YA?AUTryMallocReturnValue at 1@I at Z
-    ?tryLock at Mutex@WTF@@QAE_NXZ
-    ?type at DebuggerCallFrame@JSC@@QBE?AW4Type at 12@XZ
-    ?unlock at JSLock@JSC@@SAXW4JSLockBehavior at 2@@Z
-    ?unlock at Mutex@WTF@@QAEXXZ
-    ?unlockAtomicallyInitializedStaticMutex at WTF@@YAXXZ
-    ?unprotect at Heap@JSC@@QAEXVJSValue at 2@@Z
-    ?unwrappedObject at JSObject@JSC@@UAEPAV12 at XZ
-    ?wait at ThreadCondition@WTF@@QAEXAAVMutex at 2@@Z
-    ?waitForThreadCompletion at WTF@@YAHIPAPAX at Z
-    ?writable at PropertyDescriptor@JSC@@QBE_NXZ
-    WTFLog
-    WTFLogVerbose
-    WTFReportArgumentAssertionFailure
-    WTFReportAssertionFailure
-    WTFReportAssertionFailureWithMessage
-    WTFReportError

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list