Implement the incumbent global.

Fixes #10963.
This commit is contained in:
Ms2ger 2017-01-05 16:22:44 +01:00
parent 933b74781b
commit 51df04d93e
7 changed files with 152 additions and 5 deletions

View file

@ -524,6 +524,7 @@ interface TestBinding {
void panic();
GlobalScope entryGlobal();
GlobalScope incumbentGlobal();
};
callback SimpleCallback = void(any value);