Commit History

Author SHA1 Message Date
  Marko Lahma 8186a1d574 Support ES2021 Logical Assignment (#953) 4 years ago
  Marko Lahma 71de3317f1 Introduce TypeResolver with member filter and name comparer (#951) 4 years ago
  n1xx1 20dcf69afd Fix double evaluation when Operator Overloading is enabled (#945) 4 years ago
  Gökhan Kurt 27d36467fe Allow overloading assignment operators (#944) 4 years ago
  Marko Lahma b256b595d3 Check cyclic references when evaluating ToObject (#936) 4 years ago
  Marko Lahma af31a9dce6 Harmonize iterator prototype intrinsics to follow spec (#933) 4 years ago
  Gökhan Kurt e75235445c Do not throw error immediately when receiving null Regex from Esprima (#931) 4 years ago
  Marko Lahma e0589fe4af Enable more tests (#932) 4 years ago
  Marko Lahma 1a9cd0ede6 Typed arrays (#925) 4 years ago
  Marko Lahma 7080fdf7de ArrayBuffer and DataView (#930) 4 years ago
  Marko Lahma 99d05aff3f Add iterator prototype tests (#928) 4 years ago
  Gökhan Kurt ed4e82cb8e Fix Array.from, entries, spread and other iterator related methods (#927) 4 years ago
  Marko Lahma e90e4b3cc9 Update ArrayBuffer, DataView and TypedArray related tests (#926) 4 years ago
  Marko Lahma c55a5e447b Refactor internals to support realm concept (#907) 4 years ago
  Marko Lahma f180d16e7c Fix Promise.all behavior under interop (#911) 4 years ago
  Joseph Da Silva 5a058bf9c1 Implement WeakMap and WeakSet (#912) 4 years ago
  Marko Lahma 3b33cb1135 Parse scripts only once while testing (#910) 4 years ago
  Gökhan Kurt ae5e9d01da Implement Error stack property (#904) 4 years ago
  Joseph Da Silva 21dd3fb474 Fix ToInt32 conversion (#902) 4 years ago
  Marko Lahma 978d31900f Remove LexicalEnvironment (#901) 4 years ago
  Marko Lahma b29573bdce Support optional catch binding (#900) 4 years ago
  Marko Lahma e6f54b5318 Introduce Engine.Evaluate (#899) 4 years ago
  Sebastien Ros cdb2aa5f8f Update README badges 4 years ago
  Sebastien Ros 1d9df51409 Update build script for main branch 4 years ago
  Marko Lahma ab88152cee Allow tabs in property names when parsing JSON (#898) 4 years ago
  Marko Lahma 0dbcdb0395 Add support for Optional Chaining (#881) 4 years ago
  Gökhan Kurt 50b723254f Improve generic extension methods and Linq interop (#896) 4 years ago
  Simon 426acedb9b Promise lets go again (#889) 4 years ago
  Gökhan Kurt 517900f469 Implement Operator Overloading (#893) 4 years ago
  Marko Lahma 2631405dbb Fix Map and Set call validation (#895) 4 years ago