- From: Timothy Gu <notifications@github.com>
- Date: Wed, 25 Mar 2020 12:30:55 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 25 March 2020 19:31:09 UTC
@TimothyGu commented on this pull request. > +Dictionaries are always passed by value: the dictionary does not retain a reference to its +language-specific representation (e.g., the corresponding ECMAScript object). So for example, Removal sounds good to me. I understood "pass by value" as passing the IDL dictionaries passed around different spec-level algorithms by value, while you understood it as passing ES objects around into IDL operations by value. See if this helps with understanding. -- 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/859#discussion_r398115779
Received on Wednesday, 25 March 2020 19:31:09 UTC