mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Change bindings generation to make Exposed annotation aware of members/partial interfaces
This commit is contained in:
parent
2b84348372
commit
871239a3e3
25 changed files with 151 additions and 78 deletions
|
@ -1087,6 +1087,18 @@ impl TestBindingMethods for TestBinding {
|
|||
fn IncumbentGlobal(&self) -> DomRoot<GlobalScope> {
|
||||
GlobalScope::incumbent().unwrap()
|
||||
}
|
||||
|
||||
fn SemiExposedBoolFromInterface(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
fn BoolFromSemiExposedPartialInterface(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
fn SemiExposedBoolFromPartialInterface(&self) -> bool {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
||||
impl TestBinding {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue