var execCount = 2;

for (var i = 0; i < execCount; i++) {
  mycomponent.myMethod();
}