Home | History | Annotate | Download | only in src

Lines Matching defs:VariableProxy

72 VariableProxy::VariableProxy(Isolate* isolate, Variable* var)
85 VariableProxy::VariableProxy(Isolate* isolate,
103 void VariableProxy::BindTo(Variable* var) {
1107 void AstConstructionVisitor::VisitVariableProxy(VariableProxy* node) {
1111 // However, node->var() is usually not bound yet at VariableProxy creation