Top "Spidermonkey" questions

SpiderMonkey is Mozilla's JavaScript Engine.

Click on a javascript link within python?

I am navigating a site using python's mechanize module and having trouble clicking on a javascript link for next page. …

javascript python screen-scraping mechanize spidermonkey
pkg-config fails to find package under sysroot directory

Can anyone please tell me why this might fail: afeder@ubuntu:~/android/toolchain/sysroot$ ls $PKG_CONFIG_SYSROOT_DIR/usr/…

cross-compiling spidermonkey pkg-config
Will Function.prototype.bind() always be slow?

I am writing an open source javascript library, and I use .bind() method heavily, because I have an idea that …

javascript performance v8 spidermonkey late-binding
MongoDB SpiderMonkey doesn't understand UTF-8

If I add non-ASCII characters to MongoDB database then all db.find() fail telling "non ascii character detected". It's problem …

mongodb utf-8 v8 spidermonkey
Under the hood, are Javascript objects hash tables?

I was wondering about how Objects are implemented under the hood in Javascript engines (V8, Spidermonkey, etc). Are they really …

javascript firefox google-chrome v8 spidermonkey
What is the difference between Rhino and Spidermonkey JavaScript engines?

For the first time, I began learning Javascript, however on the start I stuck up with two possible options: Rhino …

javascript rhino spidermonkey