Dmitry Panov
|
a13c43b62b
Proxy (#135)
|
5 years ago |
Dmitry Panov
|
5a4756e201
Merge branch 'master' into es6
|
5 years ago |
Oleg Gerasimov
|
5ec49f4aaa
[fix] toReflectValue use fieldNameMapper
|
5 years ago |
Dmitry Panov
|
a4c36d5c28
Array.prototype.copyWithin()
|
5 years ago |
Dmitry Panov
|
7a45ca5b93
Array.from(), Array.of()
|
5 years ago |
Dmitry Panov
|
a0559b5ea4
Missing Object methods, ToPropertyKey, GetV
|
5 years ago |
Dmitry Panov
|
d63d7d53d2
Fixed panics when iterator returns values with missing properties.
|
5 years ago |
Dmitry Panov
|
0a7d410a91
Implemented Map, Set, WeakMap, WeakSet (#130)
|
5 years ago |
Dmitry Panov
|
37522a24db
Implemented Symbol (#128)
|
5 years ago |
Dmitry Panov
|
a7d7d48272
Added Runtime.New(). See #122
|
5 years ago |
Dmitry Panov
|
0a0a0d8cb9
Added ClearInterrupt(). Closes #120.
|
5 years ago |
Dmitry Panov
|
65ce6d6e24
Made sure ToValue() returns null for interface{} with nil values for map[string]interface{}, []interface{} and *[]interface{}. Fixes #110
|
6 years ago |
Dmitry Panov
|
3f2f11566c
Travis 386 (#105)
|
6 years ago |
Dmitry Panov
|
e055638fdb
Fixed uint comparison
|
6 years ago |
Dmitry Panov
|
eb0920a9fa
Fixed IsNaN()
|
6 years ago |
Guillaume Ballet
|
3d7de719d9
Add IsNaN and IsInfinity utility functions
|
6 years ago |
zupa-hu
|
6d56e81e6b
Allow overriding the current time (#93)
|
6 years ago |
Daniel Hammerschmid
|
6a3cfe1a44
Runtime.ExportTo() can now export date strings to time.Time targets
|
6 years ago |
Daniel Hammerschmid
|
bc33252a11
Improved Runtime.ExportTo() to support anonymous structs and pointer types
|
6 years ago |
Dmitry Panov
|
e12d52a0a7
collate.Collator is not goroutine safe
|
6 years ago |
Dmitry Panov
|
86862cf74a
Made Null() return the correct value. Fixes #60.
|
7 years ago |
Slavik Markovich
|
f24d0f0d86
Add Error() and String() to InterruptedError (#52)
|
7 years ago |
Dmitry Panov
|
31b7e71a9b
Catch InterruptedError when calling exported functions (fixes #54)
|
7 years ago |
Dmitry Panov
|
4e76d88204
Custom map types with no methods converted to objectGoMapReflect (closes #47).
|
8 years ago |
Wolfgang Profer
|
fcb35aedd4
Fixed conversion of Go float to Value
|
8 years ago |
Dmitry Panov
|
507e36ce7a
Added Runtime.CreateObject(). See #45
|
8 years ago |
Dmitry Panov
|
9bbb616c12
Added Object.DefineDataProperty() and Object.DefineAccessorProperty(). See #45
|
8 years ago |
Dmitry Panov
|
4ed8e66074
Added support for native constructors. See #45
|
8 years ago |
Dmitry Panov
|
613f33eefd
More aggressive stack cleaning (see #37)
|
8 years ago |
Dmitry Panov
|
09718839f5
Added CompileAST(). Closes #33
|
8 years ago |