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

/external/v8/src/
H A Dast.h53 V(ModuleVariable) \
658 class ModuleVariable FINAL : public Module {
660 DECLARE_NODE_TYPE(ModuleVariable)
665 inline ModuleVariable(Zone* zone, VariableProxy* proxy, int pos);
2945 inline ModuleVariable::ModuleVariable(Zone* zone, VariableProxy* proxy, int pos) function in class:v8::internal::ModuleVariable
3132 ModuleVariable* NewModuleVariable(VariableProxy* proxy, int pos) {
3133 ModuleVariable* module = new(zone_) ModuleVariable(zone_, proxy, pos);
3134 VISIT_AND_RETURN(ModuleVariable, modul
[all...]

Completed in 164 milliseconds