Changeset 19855
- Timestamp:
- 09/25/08 00:54:54 (5 years ago)
- Location:
- lang/cplusplus/llv8call/trunk
- Files:
-
- 7 modified
-
ext/curl/curl.cc (modified) (1 diff)
-
ext/libmemcached/libmemcached-win32.cc (modified) (1 diff)
-
ext/libmemcached/libmemcached.cc (modified) (1 diff)
-
ext/posix/posix.cc (modified) (1 diff)
-
ext/python/python.cc (modified) (1 diff)
-
ext/sqlite3/sqlite3.cc (modified) (1 diff)
-
src/dll.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/llv8call/trunk/ext/curl/curl.cc
r19835 r19855 215 215 216 216 V8EXTINIT_FUNC 217 void in it_lib(v8::Handle<v8::Object> target) {217 void instantiate(v8::Handle<v8::Object> target) { 218 218 target->Set(v8::String::New("urlfetch"), v8::FunctionTemplate::New(UrlFetch)->GetFunction()); 219 219 } -
lang/cplusplus/llv8call/trunk/ext/libmemcached/libmemcached-win32.cc
r19837 r19855 402 402 403 403 V8EXTINIT_FUNC 404 void in it_lib(Handle<Object>obj) {404 void instantiate(Handle<Object>obj) { 405 405 HandleScope scope; 406 406 -
lang/cplusplus/llv8call/trunk/ext/libmemcached/libmemcached.cc
r19837 r19855 252 252 253 253 V8EXTINIT_FUNC 254 void in it_lib(Handle<Object>obj) {254 void instantiate(Handle<Object>obj) { 255 255 HandleScope scope; 256 256 -
lang/cplusplus/llv8call/trunk/ext/posix/posix.cc
r19837 r19855 14 14 15 15 V8EXTINIT_FUNC 16 void in it_lib(Handle<Object> target) {16 void instantiate(Handle<Object> target) { 17 17 HandleScope scope; 18 18 -
lang/cplusplus/llv8call/trunk/ext/python/python.cc
r19837 r19855 120 120 121 121 V8EXTINIT_FUNC 122 void in it_lib(Handle<Object> target) {122 void instantiate(Handle<Object> target) { 123 123 HandleScope scope; 124 124 -
lang/cplusplus/llv8call/trunk/ext/sqlite3/sqlite3.cc
r19837 r19855 181 181 182 182 V8EXTINIT_FUNC 183 void in it_lib(Handle<Object> target) {183 void instantiate(Handle<Object> target) { 184 184 HandleScope scope; 185 185 -
lang/cplusplus/llv8call/trunk/src/dll.cc
r19853 r19855 15 15 } 16 16 void (*func)(Handle<Object>); 17 if (!(func = reinterpret_cast<void(*)(Handle<Object>)>(PR_FindSymbol(handle, "in it_lib")))) {17 if (!(func = reinterpret_cast<void(*)(Handle<Object>)>(PR_FindSymbol(handle, "instantiate")))) { 18 18 PR_UnloadLibrary(handle); 19 19 return throw_nspr();
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)