mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
(Bug #13416)
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:
parent
e528a0d539
commit
2d8fcffd6b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user