[webkit-reviews] review requested: [Bug 135763] Web Inspector: Introduce an inspector Abstract Syntax Tree. : [Attachment 236491] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 12 18:41:10 PDT 2014


Saam Barati <sbarati at apple.com> has asked  for review:
Bug 135763: Web Inspector: Introduce an inspector Abstract Syntax Tree.
https://bugs.webkit.org/show_bug.cgi?id=135763

Attachment 236491: patch
https://bugs.webkit.org/attachment.cgi?id=236491&action=review

------- Additional Comments from Saam Barati <sbarati at apple.com>
This patch adds an Abstract Syntax Tree to the Web inspector. 
This syntax tree is modeled off the Esprima.js syntax tree
which complies with the Mozilla Parser API:
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Parser_A
PI
Script is the owner of the Web Inspector syntax tree, and has an API
for accessing its syntax tree property.


More information about the webkit-reviews mailing list