Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:dll

1862         use the new JavaScriptCoreCFLite.vsprops to link against CFLite.dll.
1864 to link against CoreFoundation.dll.
1867 against CoreFoundation.dll.
8161 Rename JavaScriptCore_debug.dll to JavaScriptCore.dll in the Debug
8164 This matches the naming scheme for WebKit.dll, and will be necessary
8165 once Safari links against JavaScriptCore.dll. This change also causes
8167 always looking for JavaScriptCore.dll, never
8168 JavaScriptCore_debug.dll).
8178 Use $(WebKitDLLConfigSuffix) for naming JavaScriptCore.{dll,lib}.
8219 Separate JavaScriptCore.dll from WebKit.dll.
8229 * JavaScriptCore.vcproj/WTF/WTF.vcproj: Build JavaScriptCore as a DLL instead of a static library.
15315 a thread - pthreadVC2 is a DLL, so it gets thread detached messages, and cleans up thread
26070 Exporting data from a DLL on Windows requires specifying __declspec(dllimport) in the header used by
26071 callers, but __declspec(dllexport) when defined in the DLL implementation. By instead exporting