summaryrefslogtreecommitdiffstats
path: root/js/src/jsfun.cpp
Commit message (Expand)AuthorAgeLines
* 1320408 - Part 14: Change some GlobalObject methods to static method.Gaming4JC2019-07-18-1/+1
* 1320408 - Part 12: Change JSScript::sourceData to static method.Gaming4JC2019-07-18-1/+1
* 1320408 - Part 10: Change LazyScript::functionDelazifying to static method.Gaming4JC2019-07-18-1/+1
* 1320408 - Part 4: Change JSObject::getGroup to static method.Gaming4JC2019-07-18-1/+1
* 1320408 - Part 3: Remove JSContext* parameter from JSFunction::getBoundFuncti...Gaming4JC2019-07-18-4/+2
* 1320408 - Part 2: Change JSFunction::getOrCreateScript to static method.Gaming4JC2019-07-18-2/+2
* 1320408 - Part 1: Change JSFunction::getLength and JSFunction::getUnresolvedL...Gaming4JC2019-07-18-15/+14
* 1325606 - Return wrapped async function from caller property.Gaming4JC2019-07-18-0/+4
* 1325473 - A TypeError should be thrown when accessing 'arguments' or 'caller'...Gaming4JC2019-07-18-2/+11
* 1320403 - Move JSFunction::EXPR_BODY to JSScript, LazyScript, and FunctionBox.Gaming4JC2019-07-18-2/+0
* 1317090: Remove js::FindBody;Gaming4JC2019-07-18-70/+0
* Merge branch 'master' into 816wolfbeast2019-04-05-51/+17
|\
| * Check for dead wrappers in CallerGetterImpl/CallerSetterImpl.wolfbeast2019-03-22-46/+12
| * Align `instanceof` with the final ES6 spec.wolfbeast2019-02-07-5/+5
* | Stage 1-2: Remove a space after comma in parameter list for generatedwolfbeast2019-02-02-1/+1
* | Stage 1-1: Implement Function.prototype.toString revision proposal.wolfbeast2019-02-02-31/+59
|/
* Part 1: Implement ES6 function name property semanticsjanekptacijarabaci2018-03-19-17/+92
* Bug 1317309: Throw a TypeError when passing a Symbol value to ToAtomjanekptacijarabaci2018-03-19-3/+9
* Bug 1320388: Move JSFunction::HAS_REST to JSScript and LazyScriptjanekptacijarabaci2018-03-19-3/+2
* Bug 755821: Function() should use the parser's argument parsing codejanekptacijarabaci2018-03-16-203/+61
* Bug 1318017: Call GetPrototypeFromConstructor for generator/async function an...janekptacijarabaci2018-03-16-11/+39
* Make XDR decoding more robust.wolfbeast2018-02-08-0/+4
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+2380