https://chromiumcodereview.appspot.com/9352013/diff/1/src/scanner.h
File src/scanner.h (right):

https://chromiumcodereview.appspot.com/9352013/diff/1/src/scanner.h#newcode56
src/scanner.h:56: kAllowModules = 16
On 2012/02/07 14:50:59, Michael Starzinger wrote:
Can we either change this constant (and the two above) to "1 << 4" or
to "0x10"?
I think that's more readable.

Done.

https://chromiumcodereview.appspot.com/9352013/diff/1/src/scanner.h#newcode564
src/scanner.h:564: // Whether we scan 'module', 'import', 'export', and
'from' as keywords.
On 2012/02/07 14:50:59, Michael Starzinger wrote:
I don't see "from" being a keyword in the scanner.

Oops, leftover.

https://chromiumcodereview.appspot.com/9352013/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to