Changeset 19705

Show
Ignore:
Timestamp:
09/22/08 08:35:43 (5 years ago)
Author:
tokuhirom
Message:

verbose message

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/cplusplus/llv8call/trunk/src/lib.cc

    r19684 r19705  
    4646    v8::HandleScope handle_scope; 
    4747    v8::TryCatch try_catch; 
     48    try_catch.SetVerbose(true); 
    4849    v8::Handle<v8::Script> script = v8::Script::Compile(source, name); 
    4950    if (script.IsEmpty()) {