Re: [v8-users] Re: 'Platform' is null ... ?

2014-09-08 Thread Jochen Eisinger
Hey, that's not true. API changes are documented here: http://bit.ly/v8-api-changes and there was an PSA about this change a few weeks ago and API changes are documented in the logs of each release. However, if you chose to build from bleeding_edge or any other not yet released version, you're

[v8-users] Object Equality

2014-09-08 Thread Ian Bull
Hi everyone, I was looking at the object equality methods that exist in V8 (on the Object class). There are StrictEquals (which I assume maps to ===), and SameValue (which I assume maps to ==). However, there is a third 'Equals' method. What are the semantics of this method. In particular,