Dmitry Panov
|
034fb74b51
Unicode index() now considers the last character. Fixes #59.
|
7 years ago |
Dmitry Panov
|
31b7e71a9b
Catch InterruptedError when calling exported functions (fixes #54)
|
7 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
|
d1f41622ac
Fixed reflect conversion to Value (fixes #32)
|
8 years ago |
Dmitry Panov
|
033ece8aec
Tolerate mismatching number of arguments when calling Go from JS
|
8 years ago |
Dmitry Panov
|
d382686fd2
Added Runtime.MustCompile()
|
8 years ago |
Dmitry Panov
|
a173fe93ff
Included the location of the top stack frame in Exception.Error(). Fixes #29.
|
8 years ago |
Dmitry Panov
|
89ee17f7c2
Fixed panic on lastIndexOf() for unicode strings (fixes #25)
|
8 years ago |
Dmitry Panov
|
0013582602
Fixed panic on null js value conversion.
|
8 years ago |
Dmitry Panov
|
38df25a940
Added Object.Keys() method (closes #22)
|
8 years ago |
Dmitry Panov
|
8fa3e12080
Handle nil values in FunctionCall (fixes #20).
|
8 years ago |
Dmitry Panov
|
f066572b01
Do not allow nil values to leak into FunctionCall.Arguments array. Fixes #20, closes #21.
|
8 years ago |
Dmitry Panov
|
d9f9d94853
Treat custom comparator return values correctly (fixes #15).
|
8 years ago |
Dmitry Panov
|
44e4703ff8
ExportTo() now works for func, Callable, *Object and Value
|
9 years ago |
Dmitry Panov
|
f7e7d2e1e1
Custom JSON serialisation
|
9 years ago |
Dmitry Panov
|
9cf7286bea
Fixed JSON serialisation of NaN and +/-Infinity
|
9 years ago |
Dmitry Panov
|
19bc415db8
ToValue() returns null for Zero values.
|
9 years ago |
Dmitry Panov
|
6594cd5565
Fixed JSON.parse (object in array).
|
9 years ago |
Dmitry Panov
|
a5faf93e7a
Fixed escaping in JSON.stringify
|
9 years ago |
Dmitry Panov
|
25773609b6
Initial commit
|
9 years ago |