Home | History | Annotate | Download | only in src

Lines Matching refs:ModuleLiteral

71   V(ModuleLiteral)                              \
605 class ModuleLiteral: public Module {
607 DECLARE_NODE_TYPE(ModuleLiteral)
614 ModuleLiteral(Block* body, Interface* interface)
2683 ModuleLiteral* NewModuleLiteral(Block* body, Interface* interface) {
2684 ModuleLiteral* module = new(zone_) ModuleLiteral(body, interface);
2685 VISIT_AND_RETURN(ModuleLiteral, module)