V8-iOS
V8-iOS copied to clipboard
V8 - JavaScript Engine for iOS
@nguyenduong This is great, but is this lib still on maintenance?
Run the following script in TestV8. ``` printf('start...'); var x = 0; for (var i = 0; i < 1000000; i++) { x += ((i&1)?(1):(-1))*Math.sqrt(i); } printf('result: ' + x);...
Got the following error. The build proceeded fine in debug mode though ``` jacos2d-x/src/v8/src/vm/assembler-vm.cc:2810: 'Debug_Address' was not declared in this scope ```