Searched refs:opt_parentConstructor (Results 1 – 1 of 1) sorted by relevance
67 function define(tagName, opt_parentConstructor) { argument74 if (opt_parentConstructor && !opt_parentConstructor.tagName)85 if (opt_parentConstructor &&86 f.prototype.__proto__ != opt_parentConstructor.prototype) {89 'It MUST be the prototype of ' + opt_parentConstructor.tagName);95 if (opt_parentConstructor) {96 var parent = opt_parentConstructor;118 f.parentConstructor = (opt_parentConstructor ? opt_parentConstructor :