Home
last modified time | relevance | path

Searched refs:funcParent (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/polly/www/video-js/
H A Dvideo.js1725 Function.prototype.rEvtContext = function(obj, funcParent){ argument
1727 if (!funcParent) { funcParent = obj; }
1728 for (var attrname in funcParent) {
1729 if (funcParent[attrname] == this) {
1730 funcParent[attrname] = this.evtContext(obj);
1731 funcParent[attrname].hasContext = true;
1732 return funcParent[attrname];