-
Hi All,
Per the thread here: https://github.com/kolton/d2bot-with-kolbot/issues/188, I have had great difficulty trying to build the latest version of D2BS with Spidermonkey v1.8. Spidermonkey v1.8 …
-
This is a TODO item though. Still there are differences between SpiderMonkey and V8 features from command line. For example, IonSpew is very useful from the debug builds and we already support that na…
-
CouchDB 3.x series currently only support Spidermonkey 91, this dependency has been EOL for a long time now.
In nixpkgs, we have a CouchDB packaging for the branch 3.x, we would like to package it us…
-
The element currently render the hour format according to the local of the provided `lang` attribute, which when `en` or `en-US` will uses 12h clock format which is unexpected for users who are living…
-
would be good to get a separate branch which is more minimal and dedicated to embedding spidermonkey in your own applications!
had a look through the docs:
`
Currently, the most reliable way to…
-
```
I've adopted python-spidermonkey as the test engine for another open-source
project involving
Python and Javascript (see http://code.google.com/p/slowaes/) -- and while I'm
quite happy with
it…
-
```
I've adopted python-spidermonkey as the test engine for another open-source
project involving
Python and Javascript (see http://code.google.com/p/slowaes/) -- and while I'm
quite happy with
it…
-
Since Cocos Runtime was dead, how about updating JS VM(SpiderMonkey) to the latest version in Firefox v48.?
Currently, we're using a very very old version, firefox v32. It's a version about two years …
-
###### Version
rhino_1.7.13
###### Test case
```js
RegExp.prototype.exec=()=>{
print('run here');
return null;
};
print(String.prototype.match());
```
###### Execution steps…
-
Debug builds of AVIM have a built-in test harness that automatically types and verifies all the words in an input file (such as the FVDP corpus) in various configurations. The test harness made for an…