Changeset 14987 for trunk/FACT++/src/InterpreterV8.cc
- Timestamp:
- 03/04/13 20:52:12 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/InterpreterV8.cc
r14983 r14987 1822 1822 // If all went well and the result wasn't undefined then print 1823 1823 // the returned value. 1824 if (!result.IsEmpty() && result->IsUndefined())1824 if (!result.IsEmpty() && !result->IsUndefined()) 1825 1825 JsResult(*String::AsciiValue(result)); 1826 1826
Note:
See TracChangeset
for help on using the changeset viewer.