Lines Matching refs:interface
44 #include "interface.h"
594 Interface* interface() const { return interface_; }
597 Module() : interface_(Interface::NewModule()) {}
598 explicit Module(Interface* interface) : interface_(interface) {}
601 Interface* interface_;
614 ModuleLiteral(Block* body, Interface* interface)
615 : Module(interface),
1479 Interface* interface() const { return interface_; }
1497 Interface* interface);
1507 Interface* interface_;
2544 : Module(proxy->interface()),
2683 ModuleLiteral* NewModuleLiteral(Block* body, Interface* interface) {
2684 ModuleLiteral* module = new(zone_) ModuleLiteral(body, interface);
2841 Interface* interface =
2842 Interface::NewValue()) {
2844 new(zone_) VariableProxy(isolate_, name, is_this, position, interface);