jetma / jav8

Automatically exported from code.google.com/p/jav8
0 stars 0 forks source link

Add support for the latest stable v8 engine #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run "new V8ScriptEngineFactory().getEngineVersion()"

What is the expected output? What do you see instead?
I expect 3.19.18 (according to 
https://code.google.com/p/v8/source/browse/trunk/src/version.cc#35). Instead I 
see 1.8.5.

What version of the product are you using? On what operating system?
This one: 
https://code.google.com/p/jav8/downloads/detail?name=jav8-jsr223-linux-amd64-0.6
.jar&can=2&q=

Original issue reported on code.google.com by rryk...@gmail.com on 24 Jun 2013 at 4:54

GoogleCodeExporter commented 9 years ago
Please checkout the latest SVN code and build it with V8 edge code

Original comment by flier...@gmail.com on 17 Jul 2013 at 2:32