Histórico de Commits

Autor SHA1 Mensagem Data
  Dmitry Panov cd0eddb065 Fixed Runtime.ToValue() documentation formatting. há 5 anos atrás
  Dmitry Panov 52a8eb19c9 Updated documentation, fixed Date export. See #170, closes #182 há 5 anos atrás
  Dmitry Panov b206dd5e2c Added missing Regexp functionality, enhanced unicode and UTF-16 support (#171) há 5 anos atrás
  Dmitry Panov f19759604c Renamed Value.ToPrimitiveString() to ToString() which matches a method that existed in the master. há 5 anos atrás
  Dmitry Panov bc102619cc Fixed CaptureCallStack() há 5 anos atrás
  Dmitry Panov b622c6a4ca Fixed toReflectType(interface{}) (should do Export() rather than return the original Value) há 5 anos atrás
  Dmitry Panov 99a706fa11 Standard compliance fixes for Array, Error and Function há 5 anos atrás
  Dmitry Panov d0b8fda54c Added es6 Number methods, switched to own formatter. há 5 anos atrás
  Dmitry Panov 60b86f2254 Missing Date methods, better overflow handling, refactoring (#147) há 5 anos atrás
  Dmitry Panov 8d9f8c2670 Use a sequencer instead of pointer for object ids (because pointers are not guaranteed to remain the same). há 5 anos atrás
  Dmitry Panov 5df89c3d31 Support for malformed UTF-16 strings and property keys. Missing String methods. (#146) há 5 anos atrás
  Dmitry Panov 1236576b0d Typedarrays (#137) há 5 anos atrás
  Dmitry Panov 47fce32384 Fixed concurrent use of hashmap.Hash há 5 anos atrás
  Dmitry Panov 9f519f4c9b For-of há 5 anos atrás
  Dmitry Panov a13c43b62b Proxy (#135) há 5 anos atrás
  Dmitry Panov 5a4756e201 Merge branch 'master' into es6 há 5 anos atrás
  Oleg Gerasimov 5ec49f4aaa [fix] toReflectValue use fieldNameMapper há 5 anos atrás
  Dmitry Panov a4c36d5c28 Array.prototype.copyWithin() há 5 anos atrás
  Dmitry Panov 7a45ca5b93 Array.from(), Array.of() há 5 anos atrás
  Dmitry Panov a0559b5ea4 Missing Object methods, ToPropertyKey, GetV há 5 anos atrás
  Dmitry Panov d63d7d53d2 Fixed panics when iterator returns values with missing properties. há 5 anos atrás
  Dmitry Panov 0a7d410a91 Implemented Map, Set, WeakMap, WeakSet (#130) há 5 anos atrás
  Dmitry Panov 37522a24db Implemented Symbol (#128) há 5 anos atrás
  Dmitry Panov a7d7d48272 Added Runtime.New(). See #122 há 5 anos atrás
  Dmitry Panov 0a0a0d8cb9 Added ClearInterrupt(). Closes #120. há 5 anos atrás
  Dmitry Panov 65ce6d6e24 Made sure ToValue() returns null for interface{} with nil values for map[string]interface{}, []interface{} and *[]interface{}. Fixes #110 há 6 anos atrás
  Dmitry Panov 3f2f11566c Travis 386 (#105) há 6 anos atrás
  Dmitry Panov e055638fdb Fixed uint comparison há 6 anos atrás
  Dmitry Panov eb0920a9fa Fixed IsNaN() há 6 anos atrás
  Guillaume Ballet 3d7de719d9 Add IsNaN and IsInfinity utility functions há 6 anos atrás