... | ... | @@ -73,7 +73,7 @@ disambiguate. Algorithm: |
|
|
else
|
|
|
// return {...}
|
|
|
return false
|
|
|
else if tok-1 is one of "debugger" "break" "continue" "throw"
|
|
|
else if tok-1 is one of "debugger" "break" "continue"
|
|
|
parse error
|
|
|
else if tok-1 is "case"
|
|
|
// case {...}
|
... | ... | |