Commit History

Author SHA1 Message Date
  Dmitry Panov eb1f15ee67 Added Object.GetOwnPropertyNames(). Closes #584. 1 year ago
  Dmitry Panov c933cf95e1 Exposed String and StringBuilder. Closes #321. 2 years ago
  Dmitry Panov 428fc442ff Ensure SameAs and StrictEquals behave the same for Objects, as per ECMAScript spec 2 years ago
  Dmitry Panov 61453c17e2 Reverted to the old behaviour of returning an error when converting non-array values into slices. Fixes #369, closes #370. 3 years ago
  Dmitry Panov dd567e70ae Added support for go arrays (both to ToValue and ExportTo). Nom-addressable structs and arrays are copied in ToValue() so they remain writable in ES. Subsequent Export() returns the value including any changes made. 3 years ago
  Dmitry Panov f3aaa50fcb Improved export of Map, Set and iterable objects. Closes #368. 3 years ago
  Dmitry Panov bf6af58bbc Refactored tests 3 years ago
  Dmitry Panov f1567f3952 Upgraded tests, lots of fixes as a result 3 years ago
  Dmitry Panov ce3fee827a Implemented template literals and \u{xxxx}. Closes #260 4 years ago
  Dmitry Panov 6fc852574a Fixed Export() of arrays with property values. Fixes #270. 4 years ago
  Dmitry Panov 13aee8e3cc Shorthand property fixes and support for NamedEvaluation so that function name is set when assigned to a variable 4 years ago
  Mihail Stoykov e8b6ca4ff4 Add support for shorthand properties 4 years ago
  Dmitry Panov 8ce18d86df Added (*Object).Delete() method. See #205 5 years ago
  Dmitry Panov beb0a9a01f Added tests to ensure that Export() and ExportTo() return original wrapped maps. See #202. 5 years ago
  Dmitry Panov 536f9d9465 Export() and ExportTo() now support circular objects. Fixes #162, closes #188. 5 years ago
  Dmitry Panov 3ec8e20a89 Fixed bugs in Array.prototype.sort(), Object.assign() and Date.prototype.toJSON() 5 years ago
  Dmitry Panov 5df89c3d31 Support for malformed UTF-16 strings and property keys. Missing String methods. (#146) 5 years ago
  Dmitry Panov a13c43b62b Proxy (#135) 5 years ago
  Dmitry Panov a0559b5ea4 Missing Object methods, ToPropertyKey, GetV 5 years ago
  Dmitry Panov 9bbb616c12 Added Object.DefineDataProperty() and Object.DefineAccessorProperty(). See #45 8 years ago
  Dmitry Panov 25773609b6 Initial commit 9 years ago