perf-component.js revision ae090ac5cdb5a6367975f3eae3acdc77433f08dc
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans "Extend Y.Base with 1 attr + Instantiation": {
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans setup : function() {
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans test: function () {
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans function MyClass() {
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans MyClass.superclass.constructor.apply(this, arguments);
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans "Extend Y.Widget with 1 attr + Instantiation": {
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami setup : function() {
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami test: function () {
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami MyWidget.superclass.constructor.apply(this, arguments);
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami renderUI: function () {},
8afbae077394bf15b64633f006ff3cbba11fcd87Rod Evans bindUI : function () {},
syncUI : function () {}
done();
bootstrapYUI: true,
asyncSetup: true,
setup : function() {
done();
test: function () {
function MyWidget() {
renderUI: function () {},
bindUI : function () {},
syncUI : function () {}
done();
bootstrapYUI: true,
warmup: true,
test: function () {
function MyClass() {
done();
bootstrapYUI: true,
warmup: true,
test: function () {
function MyWidget() {
renderUI: function () {},
bindUI : function () {},
syncUI : function () {}
done();
bootstrapYUI: true,
warmup: true,
test: function () {
function MyWidget() {
renderUI: function () {},
bindUI : function () {},
syncUI : function () {}
done();
bootstrapYUI: true,
warmup: true,
test: function () {
var o = new Y.Overlay({
o.render();
done();
bootstrapYUI: true,
warmup: true,
setup: function () {
teardown: function () {
test: function () {
children: [{
done();