Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit d667fa6

Browse files
author
Matt Loring
committed
Remove TODO to use v8 as parser
It seems that this has been asked for in the past and the V8 team justified why they do not want these apis to be exposed. See Andreas Rossberg's answer here: https://groups.google.com/forum/#!topic/v8-users/_WracRX9BTQ
1 parent 3550675 commit d667fa6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/state.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ function evaluate(expression, frame) {
5252
}
5353

5454
// Now actually ask V8 to evaluate the expression
55-
// TODO: it would be really nice if V8 gave us an API for this
56-
// so that we don't have to include an external parser
5755
try {
5856
var mirror = frame.evaluate(expression);
5957
return {

0 commit comments

Comments
 (0)