JS: "this" in a template is not the global object

This commit is contained in:
Asger Feldthaus
2021-07-21 09:18:02 +02:00
parent ee33c593e0
commit 623557ba39

View File

@@ -374,7 +374,8 @@ DataFlow::SourceNode globalObjectRef() {
// top-level `this`
exists(StmtContainer sc |
sc = result.(ThisNode).getBindingContainer() and
not sc instanceof Function
not sc instanceof Function and
not sc instanceof Templating::TemplateTopLevel
)
or
// DOM