Changeset 14983 for trunk/FACT++/src/InterpreterV8.h
- Timestamp:
- 03/04/13 20:13:19 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/InterpreterV8.h
r14741 r14983 57 57 bool HandleException(v8::TryCatch &try_catch, const char *where); 58 58 bool ExecuteFile(const std::string &name, bool main=false); 59 bool ExecuteConsole(); 59 60 v8::Handle<v8::Value> ExecuteCode(const std::string &code, const std::string &file="internal", bool main=false); 60 61 v8::Handle<v8::Value> ExecuteInternal(const std::string &code);
Note:
See TracChangeset
for help on using the changeset viewer.