Add support for PackedData to Javascript generator.

This commit is contained in:
Oliver Buchtala 2013-09-10 11:53:12 +03:00
commit be35d94fdb
7 changed files with 718 additions and 501 deletions

View file

@ -137,7 +137,6 @@ void $jswrapper(v8::Isolate *isolate, v8::Persistent< v8::Object > * object, SWI
}
delete proxy;
object.Clear();
#if (SWIG_V8_VERSION < 0x031900)
object.Dispose();