Commit Graph

141 Commits

Author SHA1 Message Date
Fedor 72a5ed990a 1317374 - Don't do Annex B lexical function behavior when redeclaring a parameter name. 2019-09-05 20:05:35 +03:00
Fedor a75c03ed8a 1323324 - Make Promise::unforgeable{Resolve,Reject} spec-compliant. 2019-09-05 20:05:31 +03:00
Fedor 9e9223be14 1325606 - Return wrapped async function from caller property. 2019-09-05 20:05:29 +03:00
Fedor 5f8341bf16 1326454 - Make TokenStream report OOM immediately. 2019-09-05 20:05:26 +03:00
Fedor 91a06d9871 1325157 - Implement a ParserBase class that holds functionality that's identical. 2019-09-05 20:05:23 +03:00
Fedor 2f875f554c 1325473 - A TypeError should be thrown when accessing 'arguments' or 'caller' on any of the new function types. 2019-09-05 20:05:20 +03:00
Fedor 07c18a52b1 1320403 - Move JSFunction::EXPR_BODY to JSScript, LazyScript, and FunctionBox. 2019-09-05 20:05:17 +03:00
Fedor 8b786c6485 636635 - Do not create named lambda binding for a function created by Function constructor. 2019-09-05 20:05:14 +03:00
Fedor 15f2efd681 1317379 - Disallow generator functions and async functions as direct children of if/else. 2019-09-05 20:05:11 +03:00
Fedor 2382e23ae8 1296814 - Move FunctionDeclaration... 2019-09-05 20:05:08 +03:00
Fedor 184697b9c4 1317153 - Error for incorrect usage of await keyword is not helpful. 2019-09-05 20:05:05 +03:00
Fedor 943a0d43ee 1317090 - Remove js::FindBody. 2019-09-05 20:05:02 +03:00
Fedor 58fb36de9e 1315815 - Don't treat async or await as a keyword when they contain escapes. 2019-09-05 20:04:59 +03:00
Fedor 774cc9c944 Avoid type confusion in ArrayJoinDenseKernel. 2019-09-05 20:03:42 +03:00
Fedor b77e431bb6 Remove anyNewScript() 2019-07-08 13:10:11 +03:00
Fedor 99e451fe76 Clean up MObjectState 2019-07-08 13:10:08 +03:00
Fedor d3b44d18fd Call a more generic function when inlining array natives. 2019-07-08 13:09:44 +03:00
Fedor a88dad9fed Update intl tzdata 2019-07-08 13:09:38 +03:00
Fedor 12db4f07ea [js, ARM] Always check error return from BufferOffset::diffB. 2019-07-08 13:09:08 +03:00
Fedor 6c6cadc8de Fix architecture flag for PPC64 2019-07-08 13:09:01 +03:00
Fedor e0a58925d9 Rewrite atomization 2019-07-08 13:08:56 +03:00
Fedor e2d5ce2fef Remove unboxed object code from js 2019-07-08 13:08:41 +03:00
Fedor c2483721f0 Implement Symbol prototype 2019-07-08 13:08:37 +03:00
Fedor 7fd9c4b7e3 Implement array.flat and array.flatMap 2019-07-08 13:08:34 +03:00
Fedor 8ac840e319 Implement String.prototype.trimStart and trimEnd. 2019-07-08 13:08:31 +03:00
Fedor 7a74bbaf96 Tab to spaces newline and other such in js code 2019-07-08 13:07:47 +03:00
Fedor ca72ef1006 Improve dead compartment collection. 2019-07-08 13:07:44 +03:00
Fedor ba11f2bc41 Remove useless assert. 2019-07-08 13:07:28 +03:00
Fedor 706af1885a Improve efficiency of (C++) heap allocations related to BytecodeEmitter::code. 2019-06-12 13:44:42 +03:00
Fedor bafa2e7e3f Update js parser 2019-05-20 09:02:17 +03:00
Fedor b9a6c8d251 Remove code for unused OS - AIX and such other. 2019-05-20 09:02:10 +03:00
Fedor 66d7b35f08 Reset nursery position when it's disabled. 2019-05-20 09:01:15 +03:00
Fedor 2113b4eb60 Remove a couple of unused variables 2019-05-20 09:01:01 +03:00
Fedor 3fd37a9acc Simplify some alias sets in IonMonkey 2019-03-30 05:07:58 +03:00
Fedor c9e74180d3 Restrict ExtractLinearSum to monotonous operation in infinite math space 2019-03-30 05:02:02 +03:00
Fedor 4b3a33f781 Check for dead wrappers in CallerGetterImpl/CallerSetterImpl 2019-03-30 04:56:47 +03:00
Fedor e93b35424f Force expected crashes on unexpected magic values 2019-03-30 04:56:13 +03:00
Fedor 2d009f3fa3 Pref the use of unboxed plain objects in JS and disable by default 2019-03-30 04:55:45 +03:00
Fedor 3e27fff9b4 Restore winxp 2019-03-12 19:33:28 +03:00
Fedor 277045c132 ooops, some files where missed 2019-03-12 18:31:25 +03:00
Fedor 454d000db6 basic source 2019-03-11 13:26:37 +03:00