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

Автор SHA1 Сообщение Дата
  Dmitry Panov a13c43b62b Proxy (#135) 5 лет назад
  Dmitry Panov 83452bfa75 Merge branch 'master' into es6 5 лет назад
  Dmitry Panov 3d32615791 Initialise Function.prototype also when it's being set or deleted. Fixes #131. 5 лет назад
  Dmitry Panov 15eea636ca Array.from() 5 лет назад
  Dmitry Panov a0559b5ea4 Missing Object methods, ToPropertyKey, GetV 5 лет назад
  Dmitry Panov 37522a24db Implemented Symbol (#128) 5 лет назад
  Dmitry Panov 281a94b359 Fixed __proto__ getter. 5 лет назад
  Dmitry Panov 2a7d122434 Fixed auto-boxing in non-strict mode. 5 лет назад
  Dmitry Panov a7d7d48272 Added Runtime.New(). See #122 5 лет назад
  Dmitry Panov 65ce6d6e24 Made sure ToValue() returns null for interface{} with nil values for map[string]interface{}, []interface{} and *[]interface{}. Fixes #110 6 лет назад
  Dmitry Panov bf663de44c Fixed IsNaN() 6 лет назад
  Dmitry Panov eb0920a9fa Fixed IsNaN() 6 лет назад
  Dmitry Panov f95411d186 Run Gosched() every 10000 ticks to introduce a preemption point. Fixes #97, closes #98. 6 лет назад
  Guillaume Ballet 3d7de719d9 Add IsNaN and IsInfinity utility functions 6 лет назад
  Daniel Hammerschmid 6a3cfe1a44 Runtime.ExportTo() can now export date strings to time.Time targets 6 лет назад
  Daniel Hammerschmid bc33252a11 Improved Runtime.ExportTo() to support anonymous structs and pointer types 6 лет назад
  Dmitry Panov 034fb74b51 Unicode index() now considers the last character. Fixes #59. 7 лет назад
  Dmitry Panov 31b7e71a9b Catch InterruptedError when calling exported functions (fixes #54) 7 лет назад
  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 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 d382686fd2 Added Runtime.MustCompile() 8 лет назад
  Dmitry Panov a173fe93ff Included the location of the top stack frame in Exception.Error(). Fixes #29. 8 лет назад
  Dmitry Panov 89ee17f7c2 Fixed panic on lastIndexOf() for unicode strings (fixes #25) 8 лет назад
  Dmitry Panov 0013582602 Fixed panic on null js value conversion. 8 лет назад
  Dmitry Panov 38df25a940 Added Object.Keys() method (closes #22) 8 лет назад
  Dmitry Panov 8fa3e12080 Handle nil values in FunctionCall (fixes #20). 8 лет назад