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

/external/v8/src/
H A Dast.h73 V(ModulePath) \
640 class ModulePath: public Module { class in namespace:v8::internal
642 DECLARE_NODE_TYPE(ModulePath)
650 ModulePath(Module* module, Handle<String> name) function in class:v8::internal::ModulePath
2693 ModulePath* NewModulePath(Module* origin, Handle<String> name) {
2694 ModulePath* module = new(zone_) ModulePath(origin, name);
2695 VISIT_AND_RETURN(ModulePath, module)

Completed in 80 milliseconds