aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Make crypto.js work in both v4 and nodejsLars Knoll2012-12-041-0/+4
* Add defineGetter and defineSetter methods to ObjectLars Knoll2012-11-291-0/+8
* Support for the with statementLars Knoll2012-11-251-0/+43
* Implement regexp supportLars Knoll2012-10-201-0/+4
* Do not try to optimize the `global object'.Roberto Raggi2012-06-261-5/+5
* Import crypto.js from the V8 benchmark testsRoberto Raggi2012-06-111-0/+1708
* Add support for labelled statements.Roberto Raggi2012-06-083-0/+16
* Don't use increments for now.Roberto Raggi2012-06-061-1/+1
* Compile simple IR::New nodesRoberto Raggi2012-06-061-2/+3
* Implemented Object.prototype.isPrototypeOfRoberto Raggi2012-06-041-0/+9
* TestsRoberto Raggi2012-05-295-0/+62
* OopsRoberto Raggi2012-05-251-18/+0
* Fix the initialization of the ECMA library.Roberto Raggi2012-05-251-0/+18
* Propagate exceptionsRoberto Raggi2012-05-252-1/+3
* Throw exceptionsRoberto Raggi2012-05-232-0/+28
* Implemented Array.prototype.reduceRightRoberto Raggi2012-05-211-0/+1
* Implemented Array.prototype.reduceRoberto Raggi2012-05-211-0/+2
* Implemented Array.prototype.filterRoberto Raggi2012-05-211-0/+1
* Implement Array.prototype.mapRoberto Raggi2012-05-211-0/+1
* Add non generatic implementation of Array.prototype.someRoberto Raggi2012-05-211-1/+1
* Add non generic version of Array.prototype.everyRoberto Raggi2012-05-211-1/+3
* Initial work on Array.prototype.forEach.Roberto Raggi2012-05-211-1/+5
* Set the prototype of script and native functions.Roberto Raggi2012-05-211-1/+0
* Test the Function.prototype.callRoberto Raggi2012-05-211-0/+8
* Simple test app for the Array object.Roberto Raggi2012-05-211-0/+32
* Create the activation only when needed.Roberto Raggi2012-05-151-0/+8
* Initial work on the String object.Roberto Raggi2012-05-141-0/+7
* Fix nested functionsRoberto Raggi2012-05-141-0/+17
* Fix constructors and some work on the String prototype.Roberto Raggi2012-05-101-1/+7
* Add the String object constructor.Roberto Raggi2012-05-101-0/+7
* Set the prototype delegator.Roberto Raggi2012-05-091-0/+5
* Rename simple2.jsRoberto Raggi2012-05-091-0/+0
* Some more progress on function callsRoberto Raggi2012-05-091-0/+9
* Bind the `this' object.Roberto Raggi2012-05-091-0/+10
* Some progress on closures.Roberto Raggi2012-05-091-0/+7
* Initial support for object literalsRoberto Raggi2012-05-092-1/+9
* Optimized version of simple.jsRoberto Raggi2012-05-081-0/+19
* Test function callsRoberto Raggi2012-05-071-0/+15
* Fix the examplesRoberto Raggi2012-05-074-8/+4
* Generate code for print calls.Roberto Raggi2012-05-071-1/+1
* Make the simple test more interestingRoberto Raggi2012-05-041-1/+1
* Generate code for unary expressions.Roberto Raggi2012-05-041-0/+8
* Add tests for the for-statement.Roberto Raggi2012-05-043-0/+23
* Add instruction selection for string values.Roberto Raggi2012-05-031-0/+2
* Initial importRoberto Raggi2012-05-031-0/+12