Home | History | Annotate | Download | only in src

Lines Matching full:variableproxy

75   VariableProxy* var_proxy = AsVariableProxy();
85 VariableProxy::VariableProxy(Isolate* isolate, Variable* var, int position)
97 VariableProxy::VariableProxy(Isolate* isolate,
114 void VariableProxy::BindTo(Variable* var) {
1185 // In theory, for VariableProxy we'd have to add:
1187 // But node->var() is usually not bound yet at VariableProxy creation time, and
1189 REGULAR_NODE(VariableProxy)