Comment #1 on issue 1503 by sgbeal: Function.Data() going missing on 32-bit build, not on 64-bit
http://code.google.com/p/v8/issues/detail?id=1503

i've found a workaround, but still think the above is a bug:

If i use External::New()/External::Cast() instead of External::Wrap/Unwrap() i get the behaviour i want on both 32- and 64-bit builds. So the problem appears to be in Wrap() and/or Unwrap() in 32-bit mode.


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to