0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 16 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
eliminate unnecessary try-finally per Shu's request More... about 12 years ago
Merge pull request #52 from dherman/commonjs More... about 12 years ago
no more tokenizer stored in AST nodes; use decompiler for fun.toString() More... about 12 years ago
fall back to eval if evalWithLocation is not present More... about 12 years ago
restructured to be 100% CommonJS, w/ CommonJS shim for SpiderMonkey in new subdir More... about 12 years ago
Merge pull request #50 from amasad/master More... over 12 years ago
Merge pull request #49 from dherman/master More... over 12 years ago
Fix return from try/catch blocks expressions in finallyblock, bug 717170. r=amasad More... over 12 years ago
ripped out version option and ES3-only mode; modules are always available but not yet working More... over 12 years ago
parser is an object, and lexer queries parser for context information (needed for ES5 strict mode) More... over 12 years ago
ExecutionContext.prototype hygiene More... over 12 years ago
eliminate (unused) x.caller; x.callee becomes x.functionInstance (r=shu) More... over 12 years ago
Zap trailing space More... over 12 years ago
Merge pull request #47 from dherman/master More... over 12 years ago
fix the abstraction leak of function internals using a weak map More... over 12 years ago
Merge pull request #46 from dherman/master More... over 12 years ago
replace ObjectMap with an API-compatible WeakMap shim More... over 12 years ago
renamed StringMap to Dict More... over 12 years ago
Merge branch 'master' of github.com:mozilla/narcissus More... over 12 years ago
renamed .fixup() to .link(); fixed semantics of || and && More... over 12 years ago
move Array.prototype.top() monkey-patch to jsdefs More... over 12 years ago
reflectively construct the lambdas for unops and binops More... over 12 years ago
Fix let block semicolon insertion, bug 710506. r=dimvar More... over 12 years ago
assignment desugaring bugfix More... over 12 years ago
stupid bugfix for Node.prototype.synth More... over 12 years ago
source location information for synthetic nodes More... over 12 years ago
handle holes in destructuring array assignment More... over 12 years ago
more human-readable name for gensym'ed variables More... over 12 years ago
optionally allow HTML comments in the lexer More... over 12 years ago
optionally accept keywords as IDENTIFIER tokens; function names can be keywords More... over 12 years ago