Commit History

Author SHA1 Message Date
  Marko Lahma bf140bff22 Introduce EvaluationContext for statement and expression evaluation (#979) 3 years ago
  Gökhan Kurt ed4e82cb8e Fix Array.from, entries, spread and other iterator related methods (#927) 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
  Marko Lahma 170c72c5f1 Fix missing NewTarget handling for basic types (#875) 4 years ago
  Marko Lahma cccd41e73a Optimize interop, use NET5 to run tests (#803) 4 years ago
  Marko Lahma 284411b25a Support let and const (#722) 5 years ago
  Marko Lahma 6dc9d457ef Implement some missing Object functionality (#713) 5 years ago
  Marko Lahma 5dbdb5967c Use JsValue for property access (#701) 5 years ago
  Marko Lahma 2289f9ca31 Enable Symbol and RegExp tests and fix issues (#693) 5 years ago
  Marko Lahma f89886063e Reflect & Proxy (#681) 5 years ago
  Marko Lahma 34643444a6 Separate InternalTypes to allow integer operation optimizations (#672) 5 years ago
  Marko Lahma 5e0b3bb917 Improve engine creation performance (#625) 6 years ago
  Steffen Liersch 01dd580456 Better enum support, ObjectWrapper dependencies replaced by IObjectWrapper, SetWrapObjectHandler (#603) 6 years ago
  Marko Lahma 4f94558569 Enable array-like behavior from ICollection/arrays (#579) 6 years ago
  Marko Lahma 4692fc12c5 ES6 destructuring (#578) 6 years ago
  Marko Lahma e4055925c6 ES6 array functions (#555) 6 years ago
  Michael Kriese 7dbdd67c53 net45 support. (#530) 7 years ago
  Marko Lahma 6353bb42f7 ES6 Map, Set and initial Iterators (#541) 7 years ago
  Marko Lahma f9e65d3340 Optimize DeclarativeEnvironmentRecord (#518) 7 years ago
  Marko Lahma b5c4b570ce Optimize declarative environment record handling for functions (#517) 7 years ago
  Marko Lahma e63a0222b8 #451 harmonize exception throwing (#515) 7 years ago
  Marko Lahma 1cf16df954 Make execution context struct and other performance tweaks (#502) 7 years ago
  Marko Lahma 7a6dc642c4 Optimize Array and Completion (#501) 7 years ago
  Marko Lahma b3b282d249 #451 remove IPropertyDescriptor now that we have fast and memory efficient PropertyDescriptor 7 years ago
  Marko Lahma 93bee1d289 #451 optimize evaluation performance 7 years ago
  Marko Lahma d27b17852d #451 prefer for over foreach when iterating Lists (#483) 7 years ago
  Marko Lahma f5f432951f Introduce IPropertyDescriptor and specialized descriptors (#461) 7 years ago
  Marko Lahma 98dc732be2 Optimize array access and add ability to hint array size (#455) 7 years ago
  Sebastien Ros 1a83e8cc84 #98: Fixing Json array parsing 10 years ago