Lines Matching refs:proxy
100 // Creates a Map for the given debug proxy |id| using the |create_template_fn|
309 // This class implements the "functions" proxy.
333 // This class implements the "globals" proxy.
364 // This class implements the "memories" proxy.
390 // This class implements the "tables" proxy.
416 // This class implements the "locals" proxy.
468 // This class implements the "stack" proxy (which offers only indexed access).
527 Handle<JSObject> proxy = Proxy::Create(isolate, instance);
528 proxies->set(Proxy::kId, *proxy);
529 return proxy;
532 // This class implements the debug proxy for a given Wasm frame. The debug
533 // proxy is used when evaluating JavaScript expressions on a wasm frame via
536 // The proxy provides the following interface:
833 // This class implements a proxy for a single inspectable Wasm struct.
880 // This class implements a proxy for a single inspectable Wasm array.
893 Handle<JSObject> proxy = IndexedDebugProxy::Create(
897 Object::SetProperty(isolate, proxy, isolate->factory()->length_string(),
901 return proxy;