This website requires JavaScript.
Explore
Mail
Help
Register
Sign In
Mirror
/
wren
Watch
1
Star
0
Fork
1
You've already forked wren
mirror of
https://github.com/wren-lang/wren.git
synced
2026-01-16 20:28:04 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d331cbf43dfeecb64bfbae7c09148acb4e2a1037
wren
/
test
/
api
/
call.h
4 lines
50 B
C
Raw
Normal View
History
Unescape
Escape
Better embedding API support (and tests!) for strings with null bytes. - Test that a foreign method can return strings. - Test that a foreign method can return a string with null bytes. - Test wrenCall(). - Allow passing NULL for "v" to wrenCall(). - Allow "a" for passing an explicit length byte array to wrenCall().
2015-09-24 08:02:31 -07:00
#
include
"wren.h"
Do some work on wrenCall(). - Add an explicit va_list version. That lets variadic functions forward to it. - Fix a GC bug in wrenCall() with return values. - Make the call API test not re-enter the VM.
2015-09-29 19:29:10 -07:00
void
callRunTests
(
WrenVM
*
vm
)
;
Reference in New Issue
Copy Permalink