Home | History | Annotate | Download | only in src

Lines Matching refs:interface

1254   VariableProxy* proxy = NewUnresolved(name, LET, module->interface());
1265 module->interface()->Print();
1338 scope->interface()->Freeze(ok);
1340 return factory()->NewModuleLiteral(body, scope->interface());
1357 result->interface()->Add(name, member->interface(), ok);
1363 result->interface()->Print();
1365 member->interface()->Print();
1388 factory(), name, scanner().location().beg_pos, Interface::NewModule());
1452 Interface* interface = Interface::NewUnknown();
1453 module->interface()->Add(names[i], interface, ok);
1459 module->interface()->Print();
1465 VariableProxy* proxy = NewUnresolved(names[i], LET, interface);
1524 // Extract declared names into export declarations and interface.
1525 Interface* interface = top_scope_->interface();
1531 Interface* inner = Interface::NewUnknown();
1532 interface->Add(names[i], inner, CHECK_OK);
1701 Handle<String> name, VariableMode mode, Interface* interface) {
1708 factory(), name, scanner().location().beg_pos, interface);
1739 name, mode, declaration->initialization(), proxy->interface());
1858 proxy->interface()->Unify(var->interface(), &ok);
1864 proxy->interface()->Print();
1866 var->interface()->Print();
3632 Interface* interface = Interface::NewUnknown();
3634 factory(), name, scanner().location().beg_pos, interface);
5819 // The Parser interface.