Commit History

Author SHA1 Message Date
  Marko Lahma 723723c84e Implement WeakRef (#1242) 3 years ago
  Marko Lahma 97e481fc4e Enable nullable reference types by default (#1237) 3 years ago
  Marko Lahma 20e9832dd6 Enable implicit usings (#1230) 3 years ago
  Marko Lahma a47b1cbca3 Maintain ObjectWrapper identity (#1227) 3 years ago
  Jonathan Resnick 68bad5061d Fix interop stack trace unwind (#1213) 3 years ago
  Christian Rondeau fb02542f7b Keep C# stack trace in exceptions thrown in JS, provide JS stack in inner exception instead (#1171) 3 years ago
  Marko Lahma 3bc93cf385 Bring function construction closer to the spec (#1170) 3 years ago
  Marko Lahma 59a9cd262f Add ScriptOrModule to FunctionInstance (#1156) 3 years ago
  Marko Lahma 100e9f5c05 Make Engine implement IDisposable (#1153) 3 years ago
  Marko Lahma bbc5bab0b5 Hide Call method from public API (#1062) 3 years ago
  Jither 3fa1f8343c Debugger improvements 4b (#1113) 3 years ago
  Christian Rondeau 6098a14c54 Module support fixes and improvements (#1102) 3 years ago
  Marko Lahma 298ff59ac0 Fix class declaration hoisting and typeof double-evaluation (#1104) 3 years ago
  Christian Rondeau fcc7c8d257 Support ECMAScript modules (export/import statements, modules definition) (#1054) 3 years ago
  Marko Lahma 9daf50cf25 Fix some error related issues (#1071) 3 years ago
  Gökhan Kurt 6d53805682 Various Interop fixes (#1063) 3 years ago
  Marko Lahma ceee6b2ccb Add Engine.Construct method (#1047) 3 years ago
  Marko Lahma 8f0d433737 Fix issues related to JSON, Math, RegExp and Proxy (#1045) 3 years ago
  Marko Lahma a6c09a95c8 Fix script-level strict mode handling (#1043) 3 years ago
  Marko Lahma 744e9edaa6 Reset constraints between Engine.Invoke calls (#986) 3 years ago
  Marko Lahma bf140bff22 Introduce EvaluationContext for statement and expression evaluation (#979) 3 years ago
  Marko Lahma ed94d10a05 Configurable value coercion under interop (#973) 3 years ago
  Marko Lahma c51d984fa0 Ensure to use same JintFunctionDefinition instance when possible (#964) 3 years ago
  Marko Lahma f5571d0700 Refactor options and add MaxArraySize constraint (#923) 4 years ago
  Marko Lahma 71de3317f1 Introduce TypeResolver with member filter and name comparer (#951) 4 years ago
  Marko Lahma 1a9cd0ede6 Typed arrays (#925) 4 years ago
  Marko Lahma c55a5e447b Refactor internals to support realm concept (#907) 4 years ago
  Joseph Da Silva 5a058bf9c1 Implement WeakMap and WeakSet (#912) 4 years ago
  Marko Lahma 978d31900f Remove LexicalEnvironment (#901) 4 years ago
  Marko Lahma e6f54b5318 Introduce Engine.Evaluate (#899) 4 years ago