Changeset 20827 for lang/cplusplus
- Timestamp:
- 10/06/08 08:55:11 (2 months ago)
- Location:
- lang/cplusplus/llv8call/trunk
- Files:
-
- 8 added
- 1 modified
-
ext/include/llv8-macros.h (modified) (1 diff)
-
ext/libxml (added)
-
ext/libxml/SConscript (added)
-
ext/libxml/document.cc (added)
-
ext/libxml/libxml.cc (added)
-
ext/libxml/libxml.h (added)
-
t/070_libxml (added)
-
t/070_libxml/01_simple.js (added)
-
t/070_libxml/simple.xml (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/llv8call/trunk/ext/include/llv8-macros.h
r20753 r20827 54 54 #define ARG_obj(v,i) v8::Local<v8::Object> v=args[i]->ToObject(); 55 55 #define ARG_bool(v,i) bool v=args[(i)]->BooleanValue(); 56 #define END return v8::ThrowException(v8::String::New("Don't reach here ")); }56 #define END return v8::ThrowException(v8::String::New("Don't reach here... this function doesn't return value.")); } 57 57 58 58 /**
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)