Home | History | Annotate | Download | only in webcomponentsjs

Lines Matching refs:methodNames

1292     var methodNames = [ "addEventListener", "removeEventListener", "dispatchEvent" ];
1295 methodNames.forEach(function(name) {
1376 forwardMethodsToWrapper(constructors, methodNames);