VsValues are passed around and represent values of various types
VsValues are passed around and represent values of various types. Since JavaScript is pretty much untyped, having one value class makes things a lot cleaner. KEEP THIS STRUCTURE AS SMALL AS POSSIBLE! VsValues tend to be passed around by value, so should be kept as lightweight as possible.
VsValue(void *ptr)
VsValue(char *str)
VsValue()
int getBool()
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de