Commit History

Author SHA1 Message Date
  Marko Lahma 1ba173f8a5 Fix GetOwnPropertyKeys canonical array index handling (#1184) 3 years ago
  Marko Lahma d4621d6760 Improve class constructor error reporting (#1169) 3 years ago
  Sébastien Ros 408df556b8 Fix regular expression performance with /g flag (#1157) 3 years ago
  Marko Lahma 650c0cbc4e Date related fixes and improvements (#1107) 3 years ago
  Jither 3fa1f8343c Debugger improvements 4b (#1113) 3 years ago
  Marko Lahma 298ff59ac0 Fix class declaration hoisting and typeof double-evaluation (#1104) 3 years ago
  Conic Games b271cefea1 Fix integer addition/subtraction overflow (#1091) 3 years ago
  shlomo-ildar bb070cc95f Date.parse should default to local time (#1083) 3 years ago
  Marko Lahma a6c09a95c8 Fix script-level strict mode handling (#1043) 3 years ago
  Jonathan Resnick 7148772983 Fix JsonParser error behavior (#1038) 3 years ago
  Jonathan Resnick 8e8cae4fdf Fix JSON-serialization issues (#1037) 3 years ago
  Gökhan Kurt 6b22d92172 Fix double evaluation of typeof operator (#987) 3 years ago
  Marko Lahma bf140bff22 Introduce EvaluationContext for statement and expression evaluation (#979) 3 years ago
  Marko Lahma d932de757e Fix handling of member expression as object property key (#975) 3 years ago
  Marko Lahma f5571d0700 Refactor options and add MaxArraySize constraint (#923) 4 years ago
  Gökhan Kurt d8282ef3b2 Test case for __proto__ prop (#948) 4 years ago
  Marko Lahma 8186a1d574 Support ES2021 Logical Assignment (#953) 4 years ago
  Marko Lahma c55a5e447b Refactor internals to support realm concept (#907) 4 years ago
  Marko Lahma e6f54b5318 Introduce Engine.Evaluate (#899) 4 years ago
  Sébastien Ros 4d83ebd40b Move CI to GitHub actions 4 years ago
  Jither 546f1e8960 Debugger improvements 3 (#852) 4 years ago
  Marko Lahma f212d3fa77 Handle recursive engine invocations (#837) 4 years ago
  Marko Lahma 6880a994ff Fix JSON parser line number initialization for empty string (#827) 4 years ago
  Marko Lahma de3739bd3d Stack traces for JS exceptions (#821) 4 years ago
  Jither 3ffb2dcc32 Debugger improvements #2 (#810) 4 years ago
  Marko Lahma cccd41e73a Optimize interop, use NET5 to run tests (#803) 4 years ago
  Marko Lahma db2fc72f37 Fix indexing JArray / faster IList indexing (#798) 4 years ago
  Marko Lahma 4972108c7a Change invalid ICallable to throw TypeError instead of ArgumentException (#794) 4 years ago
  Andrey Taritsyn 6da41ae948 Use a more specific exception in the `CancellationConstraint` class (#769) 5 years ago
  Sébastien Ros 88ac7e3662 Adding constructor with existing options (#762) 5 years ago