Scripting|libcore: Added NativeValue to facilitate native bindings
NativeValue is just a opaque pointer and a member scope for theclass members. Currently a bit dangerous to use because the nativeobject's deletion is not observed.
View differences
Scripting|libcore: Added NativeValue to facilitate native bindings
NativeValue is just a opaque pointer and a member scope for the
class members. Currently a bit dangerous to use because the native
object's deletion is not observed.