Commit History

Author SHA1 Message Date
  Aaron B bb77d1e1e1 Direct C# interop replacing default serializing in JsonSerializer (#1232) 3 years ago
  Marko Lahma 20e9832dd6 Enable implicit usings (#1230) 3 years ago
  Marko Lahma 7e2069feec Implement well-formed-json-stringify (#1220) 3 years ago
  Marko Lahma 05ddb01022 Add import.meta support (#1173) 3 years ago
  Marko Lahma 85b407823e Remove unnecessary ObjectClass types (#1172) 3 years ago
  Jonathan Resnick 28e2996866 Fix JSON indentation (#1158) 3 years ago
  Marko Lahma 8f0d433737 Fix issues related to JSON, Math, RegExp and Proxy (#1045) 3 years ago
  Marko Lahma 4a80efda6a Fix issues uncovered by latest test262 suite (#1040) 3 years ago
  Jonathan Resnick 8e8cae4fdf Fix JSON-serialization issues (#1037) 3 years ago
  Marko Lahma 9d8432606d ES2020 BigInt (#1027) 3 years ago
  Marko Lahma b582c8b3e1 Fix JSON.stringify for lists (#1006) 3 years ago
  Sébastien Ros c110428c7c Fix ExpandoObject serialization (#996) 3 years ago
  Marko Lahma b256b595d3 Check cyclic references when evaluating ToObject (#936) 4 years ago
  Marko Lahma c55a5e447b Refactor internals to support realm concept (#907) 4 years ago
  Marko Lahma de3739bd3d Stack traces for JS exceptions (#821) 4 years ago
  Marko Lahma c204412140 Fix JSON serialization logic to adhere to latest specification (#820) 4 years ago
  Marko Lahma 56ca37b78c Optimize global identifier access a bit and reduce allocations (#741) 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 f89886063e Reflect & Proxy (#681) 5 years ago
  Marko Lahma 1f8d87a4ce ES6 Number APIs (#574) 6 years ago
  Marko Lahma f9e65d3340 Optimize DeclarativeEnvironmentRecord (#518) 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
  Pranay Kumar 2e87a5643c Fixing cyclic reference handling in Json serialization (#499) 7 years ago
  Marko Lahma 5d408955dc Reduce virtual calls and optimize JsValue equality checks (#497) 7 years ago
  Marko Lahma b3b282d249 #451 remove IPropertyDescriptor now that we have fast and memory efficient PropertyDescriptor 7 years ago
  Marko Lahma 8aef7b02e7 #451 don't translate flags to boolean?, separate *Set properties 7 years ago
  Marko Lahma e0d2e2f244 Introduce JsString, JsBoolean etc and support efficient string concatenation (#463) 7 years ago
  Marko Lahma f5f432951f Introduce IPropertyDescriptor and specialized descriptors (#461) 7 years ago