Searched refs:IdlInterface (Results 1 – 1 of 1) sorted by relevance
447 new IdlInterface(parsed_idl, /* is_callback = */ false, /* is_mixin = */ false);452 new IdlInterface(parsed_idl, /* is_callback = */ false, /* is_mixin = */ true);476 new IdlInterface(parsed_idl, /* is_callback = */ true, /* is_mixin = */ false);656 if (thing instanceof IdlInterface) {771 … if (!(this.members[lhs] instanceof IdlInterface)) throw errStr + lhs + " is not an interface.";773 … if (!(this.members[rhs] instanceof IdlInterface)) throw errStr + rhs + " is not an interface.";788 … if (!(this.members[lhs] instanceof IdlInterface)) throw errStr + lhs + " is not an interface.";790 … if (!(this.members[rhs] instanceof IdlInterface)) throw errStr + rhs + " is not an interface.";804 const lhs_is_interface = this.members[lhs] instanceof IdlInterface;805 const rhs_is_interface = this.members[rhs] instanceof IdlInterface;[all …]