On Thu, Feb 21, 2013 at 3:44 PM, Sven Panne <[email protected]> wrote:

> 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.


The main project tree there is historical and no longer maintained. Only
the /convert directory (the one i sent the links to) is current vis-a-vis
v8's API (or was, until 2 days ago), and we removed
GetPointerFromInternalField() from it over the holidays because its
deprecation/behaviour change broke our class-binding mechanism.

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.
>

As is digging through v8 to find what v8 changes broke our (unchanged)
code. So nobody wins.

While trying to create a reproducible test case for you, i found 2 things:

a) the Hello World example in the v8 docs no longer compile due to API
changes. https://developers.google.com/v8/get_started

b) the assertion problem has magically disappeared in the meantime (using
r13713).

> Another hint: The external v8 API is undergoing some changes, mainly
making the
> use of an Isolate explicit and mandatory

Where can we find documentation on how to do this? i'm currently looking
over the v8 docs (https://developers.google.com/v8/) and i see neither hide
nor hair of Isolates.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal

-- 
-- 
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.


Reply via email to