On Fri, Apr 5, 2013 at 12:52 AM, SiBest <[email protected]> wrote:
> I've seen that there are platform-specific classes available in the V8 > code base. These are in files platform-linux.cc, platform-macos.cc, etc. > and are used in some tests, for example see > http://v8.googlecode.com/svn/trunk/test/cctest/test-threads.cc > > I'm particularly interested in the v8::internal::Thread class and > associated functionality. > > These do not seem to be part of the standard libv8 library, > What makes you think that? Of course they're part of the library. However, as the namespace "v8::internal" indicates, they're internal to V8, and not exposed via the API. > so what is the best way to link these into a project? Is there a build > flag or similar? > > Thanks, > Simon > > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > --- > You received this message because you are subscribed to the Google Groups > "v8-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
