- From: Timothy Gu <notifications@github.com>
- Date: Wed, 27 Feb 2019 11:30:55 -0800
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 27 February 2019 19:31:18 UTC
TimothyGu commented on this pull request. > 1. If |target| is an [=interface=], and |attribute| is a [=regular attribute=]: 1. If the <emu-val>this</emu-val> value is <emu-val>null</emu-val> or - <emu-val>undefined</emu-val>, set |O| to |realm|'s [=Realm/global object=]. + <emu-val>undefined</emu-val>, let |O| be |realm|'s [=Realm/global object=]. We don’t use the ECMA-262-like variable scoping scheme here, but the [Infra](https://infra.spec.whatwg.org/#variables)-based block-scoping rules. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/pull/666#pullrequestreview-208721408
Received on Wednesday, 27 February 2019 19:31:18 UTC