Jurassic v2.1

Rating:        Based on 11 ratings
Reviewed:  9 reviews
Downloads: 2060
Change Set: 83527
Released: Jan 17 2011
Updated: Jan 18 2011 by paulbartrum
Dev status: Stable

Recommended Download

Application Jurassic DLL
application, 119K, uploaded Jan 18 2011 - 1868 downloads

Other Available Downloads

Application Jurassic for Silverlight DLL
application, 112K, uploaded Jan 18 2011 - 192 downloads

Release Notes

This release fixes a number of issues found since the release of Jurassic v2.

New features:
  • Added non-standard RegExp properties ($1-$9, input, lastMatch, lastParen, leftContext and rightContext).

Conformance:
  • ES5 conformance suite - after patch by Jeff Walden goes from 45 to 13 (the fixes are to the test suite, not to Jurassic).

Bug fixes:
  • Fixed bug that prevented function declarations from working in strict mode eval statements.
  • Fixed problem with Object.defineProperty when the value is not defined (thanks to FremyCompany for reporting this).
  • Fixed problem with addition operator when adding a string to an object (thanks to FremyCompany for reporting this).
  • Fixed incorrect "this" value in getters when prototype chain exists (thanks to FremyCompany for reporting this).
  • Fixed BadImageFormatException when compiling complex functions in .NET 3.5 (thanks to kouphax for reporting this).
  • Fixed code generation bug when an assignment is the right-hand side operand of a short circuiting operator which is inside a for loop.

Reviews for this release

     
Very good job!
by maumau1001 on Mar 23 at 9:41 AM
     
Works awesome, super easy to use and we now have Visual Studio unit tests for our javascript! Great job!
by thermous on Feb 22 at 9:26 PM
     
the first Javascript engine that really worked for me. A good idea to have performance at the top of your future plans!
by RuuRd on Oct 6 2011 at 7:24 AM
     
Downloaded the source today - got it working on my WP7 phone inside a few hours - superb.
by stuartlodge on Sep 9 2011 at 4:42 PM
     
Works perfectly. Because of the name i didnt find this project at first. Glad i finally found it.
by MartinFr on Jul 14 2011 at 2:46 PM
     
heh... yep... very funny... try to type: while(true){console.log("forever");} at the demo window.... :)
by wytwyg on Mar 14 2011 at 6:30 AM
     
Nice one! That home page demo is say How god this tool is!
by nagaharish on Mar 13 2011 at 10:30 AM
     
Easy to use compared with other Javascript engines.
by Maushu on Feb 11 2011 at 11:56 PM
     
This is truly impressive. It's rare that I download an open-source project that surpasses my expectations. I've been writing a new online editor, markup language and parsing engine this week in Javascript. I was really hoping I wouldn't have to write the parsing engine in .NET as well. Well, Jurassic saved the day. And it worked perfectly for me on the very first try!
by SWortham on Feb 5 2011 at 12:15 AM