function(){
this.a = 0;
this.b = new function{
this.c = // ここ上の"a"で初期化したいんだけどどうしたらいい?
}
}

ちなみに上の"this.a"を"var a"みたいにはしたくない