Re: [webkit-dev] JS_EXPORT addition

2009-04-25 Thread Steve Falkenburg
The Apple Windows port uses a JavaScriptCore.def file to specify the  
remaining exports.


-steve

On Apr 25, 2009, at 2:42 PM, Kevin Ollivier   
wrote:



Hi all,

I'm trying to update the wx port after the addition of JS_EXPORT and  
the idea of exporting symbols. However, I'm noticing that jsc.cpp,  
for example, uses numerous functions / classes which are not part of  
JavaScriptCore/API and are not declared with JS_EXPORT. How is it  
that jsc.exe is being linked properly while using private functions  
of JavaScriptCore.dll on the Apple / GTK ports?


Thanks,

Kevin
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] JS_EXPORT addition

2009-04-25 Thread Kevin Ollivier

Hi all,

I'm trying to update the wx port after the addition of JS_EXPORT and  
the idea of exporting symbols. However, I'm noticing that jsc.cpp, for  
example, uses numerous functions / classes which are not part of  
JavaScriptCore/API and are not declared with JS_EXPORT. How is it that  
jsc.exe is being linked properly while using private functions of  
JavaScriptCore.dll on the Apple / GTK ports?


Thanks,

Kevin
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev