OSDN Git Service

Add first round JNI bindings.
authorFeng Qian <fqian@google.com>
Wed, 29 Apr 2009 18:05:23 +0000 (11:05 -0700)
committerFeng Qian <fqian@google.com>
Wed, 29 Apr 2009 18:05:23 +0000 (11:05 -0700)
commit7fa30a60f66c19c8e6fb91ef799bca4d8d6f57f2
tree31d48cfcec68e2935ba4b869684d18eb0db2aaa4
parent1d46464ff4a2f0c744bdf3e04966bc3e692f3017
Add first round JNI bindings.

Not compiling yet, and not enabled in the build script. Get it checked it, and
will merge the branch back to master and work there.
V8Binding/jni/jni_class.cpp [new file with mode: 0644]
V8Binding/jni/jni_class.h [new file with mode: 0644]
V8Binding/jni/jni_instance.cpp [new file with mode: 0644]
V8Binding/jni/jni_instance.h [new file with mode: 0644]
V8Binding/jni/jni_npobject.cpp [new file with mode: 0644]
V8Binding/jni/jni_npobject.h [new file with mode: 0644]
V8Binding/jni/jni_runtime.cpp [new file with mode: 0644]
V8Binding/jni/jni_runtime.h [new file with mode: 0644]
V8Binding/jni/jni_utility.cpp [new file with mode: 0644]
V8Binding/jni/jni_utility.h [new file with mode: 0644]