Home | History | Annotate | Download | only in src

Lines Matching refs:ModuleStatement

80   V(ModuleStatement)                            \
704 class ModuleStatement V8_FINAL : public Statement {
706 DECLARE_NODE_TYPE(ModuleStatement)
712 ModuleStatement(VariableProxy* proxy, Block* body, int pos)
3020 ModuleStatement* NewModuleStatement(
3022 ModuleStatement* stmt = new(zone_) ModuleStatement(proxy, body, pos);
3023 VISIT_AND_RETURN(ModuleStatement, stmt)