2011-02-01から1ヶ月間の記事一覧

ES3 8.6.2.3 step 5

.js

https://mail.mozilla.org/pipermail/es-discuss/2011-February/012839.html[[Prototype]] の ReadOnly*1が子孫に伝播する話。 Object.prototype = 0 Object.prototype + '' // [object Object] Object.prototype は書き込み禁止なので代入が無視される*2。 …

Coco 0.3.2

.co

https://github.com/satyr/coco/tree/0.3.2 0.2.0 0.3.2 f (a) -> ... a ... o['!'].m().p o'!'m()p {k: o.k} {o.k} a = o.a || b; c = o.c || d {a || b, c || d} = o s += s.0 s.+=0 {}.toString.call(x).slice(8, -1) typeof! x i for i from 0 til x i f…