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

/external/v8/src/
H A Dast.h72 V(ModuleVariable) \
624 class ModuleVariable: public Module { class in namespace:v8::internal
626 DECLARE_NODE_TYPE(ModuleVariable)
633 inline explicit ModuleVariable(VariableProxy* proxy);
2543 inline ModuleVariable::ModuleVariable(VariableProxy* proxy) function in class:v8::internal::ModuleVariable
2688 ModuleVariable* NewModuleVariable(VariableProxy* proxy) {
2689 ModuleVariable* module = new(zone_) ModuleVariable(proxy);
2690 VISIT_AND_RETURN(ModuleVariable, modul
[all...]

Completed in 78 milliseconds