Home | History | Annotate | Download | only in src

Lines Matching refs:ModulePath

73   V(ModulePath)                                 \
640 class ModulePath: public Module {
642 DECLARE_NODE_TYPE(ModulePath)
650 ModulePath(Module* module, Handle<String> name)
2693 ModulePath* NewModulePath(Module* origin, Handle<String> name) {
2694 ModulePath* module = new(zone_) ModulePath(origin, name);
2695 VISIT_AND_RETURN(ModulePath, module)