Changeset 20827 for lang/cplusplus

Show
Ignore:
Timestamp:
10/06/08 08:55:11 (2 months ago)
Author:
tokuhirom
Message:

added libxml support

Location:
lang/cplusplus/llv8call/trunk
Files:
8 added
1 modified

Legend:

Unmodified
Added
Removed
  • lang/cplusplus/llv8call/trunk/ext/include/llv8-macros.h

    r20753 r20827  
    5454#define ARG_obj(v,i) v8::Local<v8::Object> v=args[i]->ToObject(); 
    5555#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.")); } 
    5757  
    5858/**