mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Auto merge of #14840 - servo:entry-global, r=nox
Implement the entry global. Partial fix for #10963. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14840) <!-- Reviewable:end -->
This commit is contained in:
commit
85d3bbd999
15 changed files with 156 additions and 0 deletions
|
@ -522,6 +522,8 @@ interface TestBinding {
|
|||
void resolvePromiseDelayed(Promise<any> p, DOMString value, unsigned long long ms);
|
||||
|
||||
void panic();
|
||||
|
||||
GlobalScope entryGlobal();
|
||||
};
|
||||
|
||||
callback SimpleCallback = void(any value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue