Searched defs:unregisterFunction (Results 1 - 1 of 1) sorted by relevance

/yui3/src/profiler/js/
H A DProfiler.js463 * @method unregisterFunction
470 this.unregisterFunction(name, true);
479 * @method unregisterFunction
482 unregisterFunction : function(name /*:String*/, unregisterPrototype /*:Boolean*/) /*:Void*/{
530 this.unregisterFunction(name + "." + prop);

Completed in 8 milliseconds