mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-19 09:51:33 +00:00
make it 'runtime.instanceof'
This commit is contained in:
@ -350,6 +350,7 @@ export function tokenIsAlsoIdentifier(token: Token): bool {
|
||||
case Token.FROM:
|
||||
case Token.FOR:
|
||||
case Token.GET:
|
||||
case Token.INSTANCEOF:
|
||||
case Token.IS:
|
||||
case Token.KEYOF:
|
||||
case Token.MODULE:
|
||||
|
Reference in New Issue
Block a user