I am wondering where to get the javaScript system library’s source code? I need to check the String object’s implementation.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The source code for V8 (Chrome’s implementation and also the one used by Node.js) is on Google Code.
You can download Mozilla’s SpiderMonkey’s source from MDN or browse the Mercurial repo.
WebKit’s JavaScriptCore is on WebKit.org, of course.
There are other implementations that are out there, but these are the big three. Microsoft’s implementation for Internet Explorer (Chakra) is closed-source naturally.