We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79e9db commit 0912cb4Copy full SHA for 0912cb4
lexer.js
@@ -288,7 +288,7 @@ function tryBacktrackAddStarExportBinding (bPos) {
288
289
// `Object.` `prototype.`? hasOwnProperty.call(` IDENTIFIER `, ` IDENTIFIER$2 `)`
290
function tryParseObjectHasOwnProperty (it_id) {
291
- ch = commentWhitespace();
+ let ch = commentWhitespace();
292
if (ch !== 79/*O*/ || !source.startsWith('bject', pos + 1)) return false;
293
pos += 6;
294
ch = commentWhitespace();
0 commit comments