Commit History

Author SHA1 Message Date
  Mihail Stoykov 0ba9a5494a bump test262 version (#701) 6 days ago
  Dmitry Panov 8b74ce4618 Simplified unicodeStringBuilder making sure Grow() adds the header when the buffer is empty. Fixes #699, closes #700 1 week ago
  Levi 651366fbe6 Fix stack overflow when converting arrays with circular references to primitives (#695) 1 month ago
  Dmitry Panov 2bb4c724c0 Replaced map[Value]... with propNameSet because Value can be unhashable (if it's a unicodeString). Fixes #691. 2 months ago
  Dmitry Panov 56b1242a5f Merge pull request #689 from Luo-Studio/master 3 months ago
  Dmitry Panov 00ab4e88c6 Merge pull request #687 from ankur22/fix/subarray-set 3 months ago
  orktes 9b5d4e417b Fix https://github.com/dop251/goja/issues/688 3 months ago
  ankur22 c665ba5341 Fix the subarray set method 3 months ago
  Dmitry Panov af2ceb9156 Fallback to regexp2 if repeat count is too large. Fixes #681 3 months ago
  Dmitry Panov 7516b814d4 Fixed setting of lastIndex after String.replace() and String.match(). Closes #682 3 months ago
  Dmitry Panov cf18d89f3c Fixed exporting of typed arrays and DataView into []byte so that it respects the offset and length. 4 months ago
  Dmitry Panov 58d95d85e9 Fixed test 8 months ago
  Dmitry Panov c0d5092cad Make Export() for classes return func(ConstructorCall) *Object. Closes #671 8 months ago
  Dmitry Panov 4d26883d18 Fixed incorrect 'this' value when arguments remain on stack. Closes #670 8 months ago
  Dmitry Panov cb187b0869 Fixed extra value left on stack when 'this' escapes to stash. 9 months ago
  Dmitry Panov bcd7cc6bf6 Added IsNumber(), IsBigInt() and IsString() convenience methods. Treat nil *big.Int as 0n. 11 months ago
  Dmitry Panov 203961f822 Implemented logical assignment operators. Closes #647. 11 months ago
  Dmitry Panov 311323fba4 Improved cross-OS compatibility for sourcemap URL resolution. 11 months ago
  Dmitry Panov 5ef83b82af Correctly handle null or undefined second argument to Function.prototype.apply(). Fixes #655 1 year ago
  Dmitry Panov 12bd88c931 Merge pull request #654 from Hakkin/SetGlobalObject 1 year ago
  Hakkin Lain 436e551de7 Add Runtime.SetGlobalObject() method. 1 year ago
  Peter Strøiman 46d383d606 Update README.md - setTimeout()/setInterval() (#643) 1 year ago
  Mihail Stoykov 79f3a7efcd Promise resolve and reject now return Interrupt errors (#624) 1 year ago
  Dmitry Panov 5f46f2705c Merge pull request #621 from dop251/upgrade-actions 1 year ago
  Dmitry Panov cf6c9a45a6 Upgraded github actions. 1 year ago
  Dmitry Panov 21e33551e7 Always use container's address, if we can. Fixes #620. 1 year ago
  Dmitry Panov 241b342198 Support nested AssignmentElements in Array AssignmentPatterns. Fixes #614. 1 year ago
  Dmitry Panov e37b27fbba Added V8 date parser test 1 year ago
  rkscv 02193f39d0 Reimplement date parser (#611) 1 year ago
  Dmitry Panov 6c7d1df7ff Merge pull request #609 from monkeyWie/fix/dot_all_in_group 1 year ago