Searched defs:ModuleLiteral (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dast.h71 V(ModuleLiteral) \
605 class ModuleLiteral: public Module { class in namespace:v8::internal
607 DECLARE_NODE_TYPE(ModuleLiteral)
614 ModuleLiteral(Block* body, Interface* interface) function in class:v8::internal::ModuleLiteral
2683 ModuleLiteral* NewModuleLiteral(Block* body, Interface* interface) {
2684 ModuleLiteral* module = new(zone_) ModuleLiteral(body, interface);
2685 VISIT_AND_RETURN(ModuleLiteral, module)

Completed in 124 milliseconds