MCPcopy Create free account
hub / github.com/UI5/webcomponents / ProxyHandler

Function ProxyHandler

packages/main/test/pages/diffable-html.js:4460–4462  ·  view source on GitHub ↗
(cbs)

Source from the content-addressed store, hash-verified

4458 module.exports = ProxyHandler;
4459
4460 function ProxyHandler(cbs){
4461 this._cbs = cbs || {};
4462 }
4463
4464 var EVENTS = require("./").EVENTS;
4465 Object.keys(EVENTS).forEach(function(name){

Callers

nothing calls this directly

Calls 1

definePropFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…