mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
parent
839b7fe8ef
commit
cb47a7e403
15 changed files with 156 additions and 0 deletions
|
@ -773,6 +773,10 @@ impl TestBindingMethods for TestBinding {
|
|||
}
|
||||
|
||||
fn Panic(&self) { panic!("explicit panic from script") }
|
||||
|
||||
fn EntryGlobal(&self) -> Root<GlobalScope> {
|
||||
GlobalScope::entry()
|
||||
}
|
||||
}
|
||||
|
||||
impl TestBinding {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue