-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
Inner closures like the direct eval example in the README seem to need some extra clarification. Particularly I would expect:
function foo() {
const bar = () => this;
}
foo.thisArgumentExpected
to equal true
since the this
comes from the foo
environment record specifying that it does have a this binding per HasThisBinding and bar
resolving a reference to that statically.
Metadata
Metadata
Assignees
Labels
No labels