Home | History | Annotate | Download | only in js

Lines Matching full:proxy

1103  * For each property in "properties" creates its proxy representative.
1152 var proxy = new WebInspector.ObjectProxy(0, v, [], 0, description, hasChildren);
1153 proxy.type = v.type;
1154 proxy.isV8Ref = true;
1155 return proxy;