Lines Matching refs:ModuleLiteral
73 V(ModuleLiteral) \
644 class ModuleLiteral V8_FINAL : public Module {
646 DECLARE_NODE_TYPE(ModuleLiteral)
649 ModuleLiteral(Block* body, Interface* interface, int pos)
2963 ModuleLiteral* NewModuleLiteral(Block* body, Interface* interface, int pos) {
2964 ModuleLiteral* module = new(zone_) ModuleLiteral(body, interface, pos);
2965 VISIT_AND_RETURN(ModuleLiteral, module)