I don't even know what to compile from https://code.google.com/p/v8-juice/source/browse/, the trunk seems to be out of date, it uses e.g. GetPointerFromInternalField and friends which are not part of v8's external API anymore. So until I see some stand-alone repro, I'll ignore this issue from now on.
Note that we are really willing to help embedders, but digging through someone else's code with only vague hints is a huge waste of time. If our build bots are OK, Chrome works fine running through hundreds of thousands of web pages and tests etc. it is really not the obligation of the v8 team to prove that there are no bugs. If you encounter a problem, open a bug on our bug tracker, including reliable, detailed reproduction steps, and we'll take a look. Another hint: The external v8 API is undergoing some changes, mainly making the use of an Isolate explicit and mandatory. To be prepared, I strongly recommend embedders to remove the V8_DISABLE_DEPRECATIONS line from include/v8.h for testing purposes. -- -- 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.
