зеркало из https://github.com/mozilla/pjs.git
Turned off 'super' keyword - was letting through some cut'n'pasted java code quietly and blowing big chunks out of the codegen/interpreter later. Anybody know why 'super' had an interesting value here? - there was no support for it on any path that I could see.
This commit is contained in:
Родитель
0617191a4b
Коммит
53952765f6
|
@ -549,7 +549,7 @@ public class TokenStream {
|
|||
RESERVED, // public
|
||||
RESERVED, // short
|
||||
RESERVED, // static
|
||||
PRIMARY | (NOP << 8), // super
|
||||
RESERVED, // super
|
||||
RESERVED, // synchronized
|
||||
THROW, // throw
|
||||
RESERVED, // throws
|
||||
|
|
|
@ -549,7 +549,7 @@ public class TokenStream {
|
|||
RESERVED, // public
|
||||
RESERVED, // short
|
||||
RESERVED, // static
|
||||
PRIMARY | (NOP << 8), // super
|
||||
RESERVED, // super
|
||||
RESERVED, // synchronized
|
||||
THROW, // throw
|
||||
RESERVED, // throws
|
||||
|
|
Загрузка…
Ссылка в новой задаче