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 |
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
|
2222b0a497
Added Runtime.GlobalObject()
|
8 years ago |
Dmitry Panov
|
0013582602
Fixed panic on null js value conversion.
|
8 years ago |
Dmitry Panov
|
9178844555
Fix float->int conversion for NaN and +/-Inf (fixes tc39 failures on s390x)
|
8 years ago |
Dmitry Panov
|
6416a5b5ab
Slight functions refactoring
|
8 years ago |
Dmitry Panov
|
44e4703ff8
ExportTo() now works for func, Callable, *Object and Value
|
9 years ago |
Dmitry Panov
|
19bc415db8
ToValue() returns null for Zero values.
|
9 years ago |
Dmitry Panov
|
c838446be9
Added type cache, support for embedded structs, and custom field name mapping
|
9 years ago |
Dmitry Panov
|
6fd5be68bf
Added NewTypeError()
|
9 years ago |
Dmitry Panov
|
8c44cd6d34
Added NewGoError()
|
9 years ago |
Dmitry Panov
|
df256e035d
Fix for 32 bit platforms.
|
9 years ago |
Dmitry Panov
|
36a24b9863
Added support for arbitrary map types
|
9 years ago |
Dmitry Panov
|
25773609b6
Initial commit
|
9 years ago |