mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +02:00
JS: Document a missing alert due to limitation in structural comparison
This commit is contained in:
@@ -7,7 +7,7 @@ var o = {
|
||||
|
||||
setX: function(x) {
|
||||
this.x = x;
|
||||
},
|
||||
}, // $ MISSING: Alert // The structural comparison fails to treat the two 'x' variables as the same
|
||||
|
||||
getX: function() {
|
||||
return this.x;
|
||||
|
||||
Reference in New Issue
Block a user