2006-11-03から1日間の記事一覧

JScript高速化(6)

prototype 昨日のはメソッドを書いていなかったから、 それを書き足すと、 // 5027ms function poly(a) { ... this.copy = poly_copy; this.add = poly_add; this.subtract = poly_subtract; this.multiply = poly_multiply; this.value = poly_value; this.…