[v8-users] make dependencies vs make builddeps

2014-07-02 Thread Jochen Eisinger
Hey, on v8 bleeding_edge there's a new Makefile target called builddeps In contrast to dependencies this will only install the tools required for building v8. dependencies also pulls in tools required for development. Since those depend on depot_tools and we want to make it possible to compile

[v8-users] TerminateExecution in multi-threaded environment

2014-07-02 Thread Alexander Likhanov
Hello. I'm trying to port my code base from V8 3.14 to 3.27. There are some api changes, but porting is rather straightforward. Current version lacks TerminateExecution(int threadId), it has only TerminateExecution(Isolate*). And I have no idea how to port following case: Lets imagine there

[v8-users] Extend Date.

2014-07-02 Thread Jane Chen
I want to create a v8::Date object with more precision embedded, like saving an internal field or aligned pointer, but I'd like to inherit all the defined APIs from Date. Is there a way to do that? -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users