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

/external/chromium_org/v8/src/
H A Drewriter.cc212 void Processor::VisitModuleLiteral(ModuleLiteral* node) {}
H A Dast.h52 V(ModuleLiteral) \
648 class ModuleLiteral FINAL : public Module {
650 DECLARE_NODE_TYPE(ModuleLiteral)
653 ModuleLiteral(Zone* zone, Block* body, Interface* interface, int pos) function in class:v8::internal::FINAL
3126 ModuleLiteral* NewModuleLiteral(Block* body, Interface* interface, int pos) {
3127 ModuleLiteral* module =
3128 new(zone_) ModuleLiteral(zone_, body, interface, pos);
3129 VISIT_AND_RETURN(ModuleLiteral, module)
H A Dprettyprinter.cc81 void PrettyPrinter::VisitModuleLiteral(ModuleLiteral* node) {
818 void AstPrinter::VisitModuleLiteral(ModuleLiteral* node) {
H A Dfull-codegen.cc57 void BreakableStatementChecker::VisitModuleLiteral(ModuleLiteral* module) {
592 ModuleLiteral* module = declaration->module()->AsModuleLiteral();
728 void FullCodeGenerator::VisitModuleLiteral(ModuleLiteral* module) {
734 Comment cmnt(masm_, "[ ModuleLiteral");
H A Dast.cc1114 DONT_CACHE_NODE(ModuleLiteral)
H A Dtyping.cc763 void AstTyper::VisitModuleLiteral(ModuleLiteral* module) {
H A Dhydrogen.cc11337 void HOptimizedGraphBuilder::VisitModuleLiteral(ModuleLiteral* module) {
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.cc434 void AstGraphBuilder::VisitModuleLiteral(ModuleLiteral* modl) { UNREACHABLE(); }

Completed in 180 milliseconds