История коммитов

Автор SHA1 Сообщение Дата
  Dmitry Panov 034fb74b51 Unicode index() now considers the last character. Fixes #59. 7 лет назад
  Slavik Markovich f24d0f0d86 Add Error() and String() to InterruptedError (#52) 7 лет назад
  Dmitry Panov 31b7e71a9b Catch InterruptedError when calling exported functions (fixes #54) 7 лет назад
  Dmitry Panov 4e76d88204 Custom map types with no methods converted to objectGoMapReflect (closes #47). 8 лет назад
  Dmitry Panov c031cbd253 Merge pull request #46 from profer/master 8 лет назад
  Wolfgang Profer fcb35aedd4 Fixed conversion of Go float to Value 8 лет назад
  Dmitry Panov 507e36ce7a Added Runtime.CreateObject(). See #45 8 лет назад
  Dmitry Panov 9bbb616c12 Added Object.DefineDataProperty() and Object.DefineAccessorProperty(). See #45 8 лет назад
  Dmitry Panov 4ed8e66074 Added support for native constructors. See #45 8 лет назад
  Dmitry Panov 0aeff7545e Set objCount when switching from sparse to normal array (fixes #38) 8 лет назад
  Dmitry Panov 613f33eefd More aggressive stack cleaning (see #37) 8 лет назад
  Dmitry Panov 8f3380f012 Use MarshalJSON() of the wrapped Go value if available 8 лет назад
  Dmitry Panov a6ed999ad9 Merge pull request #34 from vanackere/master 8 лет назад
  Vincent Vanackere 6672e9d1ee Add missing idx to ast.ForStatement / ast.ForInStatement 8 лет назад
  Dmitry Panov 09718839f5 Added CompileAST(). Closes #33 8 лет назад
  Dmitry Panov d1f41622ac Fixed reflect conversion to Value (fixes #32) 8 лет назад
  Dmitry Panov 033ece8aec Tolerate mismatching number of arguments when calling Go from JS 8 лет назад
  Dmitry Panov 9e958edb3c Used sort.Search() in sourceOffset() (fixes #31) 8 лет назад
  Dmitry Panov d382686fd2 Added Runtime.MustCompile() 8 лет назад
  Dmitry Panov a173fe93ff Included the location of the top stack frame in Exception.Error(). Fixes #29. 8 лет назад
  Dmitry Panov d9584dc190 Object now implements json.Marshaler 8 лет назад
  Dmitry Panov dafe23d0fc Added a note about the last supported tc39 tests commit. 8 лет назад
  Dmitry Panov 2222b0a497 Added Runtime.GlobalObject() 8 лет назад
  Dmitry Panov c77e15cd9a Made wrapped simple maps extensible. 8 лет назад
  Dmitry Panov c67fd92e12 Added support for non-struct anonymous fields. Excluded unexported fields and methods from FieldNameMapper. Fixes #26. 8 лет назад
  Dmitry Panov 89ee17f7c2 Fixed panic on lastIndexOf() for unicode strings (fixes #25) 8 лет назад
  Dmitry Panov b1c552c9bf Fixed variable mapping in eval() 8 лет назад
  Dmitry Panov 0013582602 Fixed panic on null js value conversion. 8 лет назад
  Dmitry Panov c99b0db935 Unescape non-ascii characters for re2 (closes #23) 8 лет назад
  Dmitry Panov 38df25a940 Added Object.Keys() method (closes #22) 8 лет назад