2007-10-23

Yahoo! Widgets Engine の engine が SpiderMonkey だって忘れてた

リファレンスをつらつら眺めていたら debug window で /help って打ってみなって書いてあったのでやってみた。

Widget Engine Debugging Commands:
   /dump object              print all the properties of 'object'
   /trace function           print a message every time 'function' is called
   /untrace function         stop tracing 'function'
   /watch object.property    display a message when the given 'property' of 'object' changes
   /tracethrow [on|off]      turns on/off messages whenever an exception is thrown (on by default)
   (arbitrary JavaScript)    execute the given JavaScript
   /clear                    clear the debug output
   /help                     this list of commands

あ。

/dump system
system[languages]: ja,en,fr,de,es,it,nl,sv,no,da,fi,pt,zh_CN,zh_TW,ko
system[platform]: macintosh
...
...

あーっ!

そうか! そうだよ! 何度も目にしていたのにまたスルー力を発揮してしまっていた!

これ SpiderMonkey だ!

普段 Firebug とか MozRepl とか Rhino とかで SpiderMonkey そのものを目にする機会がないから忘れてた! まぁ dump なんて SpiderMonkey にはないけど、もしかするといろいろできるかもしんない。

いやー普段 OSX だから分かんなかったよ、って書こうと思ったらいつの間にか Fink にも SpiderMonkey きてたよorz

About

例によって個人のなんちゃらです