Modifying V8 JavaScript Engine provided with Chrome - Stack Overflow

I want support for a new API that is normally not supported by V8 JS Engine provided with Chrome. Is it

I want support for a new API that is normally not supported by V8 JS Engine provided with Chrome. Is it possible to do this by tweaking V8 provided with Chrome.

I'm open to using Spidermonkey which is provided with Firefox. I just want this API to be supported by a popular browser.

I tried looking for an answer on Google forums and here but most of them talk about embedding V8.

I want support for a new API that is normally not supported by V8 JS Engine provided with Chrome. Is it possible to do this by tweaking V8 provided with Chrome.

I'm open to using Spidermonkey which is provided with Firefox. I just want this API to be supported by a popular browser.

I tried looking for an answer on Google forums and here but most of them talk about embedding V8.

Share Improve this question asked Aug 25, 2011 at 21:49 TheZelusTheZelus 4706 silver badges19 bronze badges 1
  • You could modify v8, pile, then try embedding in webkit, which is a close relative to chrome than spidermonkey – HyderA Commented Aug 25, 2011 at 21:53
Add a ment  | 

1 Answer 1

Reset to default 8

Just a thought...

For example, a V8 developer may wish to checkout the V8 trunk alongside a stable version of Chromium. So, they might setup a .gclient file like so:

 solutions = [   
 { 
     "name"        : "chrome",
     "url"         : "http://src.chromium/svn/trunk/src/chrome@5000",
     "custom_deps" : {
       "v8" : "http://v8.googlecode./svn/trunk"
     }   
}]

http://www.chromium/developers/how-tos/chromium-modularization

You could perhaps pile Chromium with your own version of v8 by pointing the custom_deps for v8 to it.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745622126a4636583.html

相关推荐

  • Modifying V8 JavaScript Engine provided with Chrome - Stack Overflow

    I want support for a new API that is normally not supported by V8 JS Engine provided with Chrome. Is it

    8小时前
    10

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信