if (this.context.strict && id.type === syntax_1.Syntax.Identifier) {
                if (this.scanner.isRestrictedWord((id).name)) {
                    this.tolerateError(messages_1.Messages.StrictVarName);
                }
            }