[webkit-dev] JS_EXPORT addition
Kevin Ollivier
kevino at theolliviers.com
Sat Apr 25 14:42:07 PDT 2009
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
More information about the webkit-dev
mailing list