0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
Jun 20, 2025 — Jun 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add test for (unimplemented) TypedArray support. More... about 15 years ago
Add String.prototype.trim() implementation and tests. More... about 15 years ago
Implement Function.bind(); some other ES-5 notes. More... about 15 years ago
Small improvements to test cases in tests.js. More... about 15 years ago
Add stub implementation of Function.prototype.toString() to binterp. More... about 15 years ago
Clean up presentation of tdop.html. More... about 15 years ago
Misc. minor improvements to tdop.html test runner. More... about 15 years ago
Bug fix for compilation of '||' operator. More... about 15 years ago
Bug fixes to 'typeof' primitive and to Array.concat. More... about 15 years ago
Add Array.concat() to binterp.js More... about 15 years ago
Implement && and || as short-circuit operators. More... about 15 years ago
Fix precedence levels in Simplified JavaScript parser. More... about 15 years ago
Preserve function name information for more pleasant debugging. More... about 15 years ago
Properly implement scoping rules in bytecode compiler. More... about 15 years ago
Fix < and <= in the presence of NaN. More... about 15 years ago
Add Function.length field. More... about 15 years ago
Allow addition of methods to true/false Boolean literals. More... about 15 years ago
Fix leakage of "real" this into interpreted context. More... about 15 years ago
Implement Function.call/Function.apply in binterp.js. More... about 15 years ago
Reduce the number of push opcodes by using a literal table. More... about 15 years ago
Rename pprint.js -> jcompile.js. More... about 15 years ago
Add implementations of "native" methods for binterp.js. More... about 15 years ago
Improve tdop.html; add HTML anchors. More... about 15 years ago
binterp: better warnings when an undefined method is invoked. More... about 15 years ago
Allow (function() { ... })(); as a expression statement. More... about 15 years ago
More interesting test case. More... about 15 years ago
Make bytecode interpreter Simplified JavaScript. More... about 15 years ago
Add bytecode interpreter (itself written in Simplified JavaScript). More... about 15 years ago
Fix scope of named functions (parse.js) More... about 15 years ago
Rename some modules to restore some sanity. More... about 15 years ago