Ignore:
Timestamp:
03/04/13 20:13:19 (12 years ago)
Author:
tbretz
Message:
Implemented to possibility to run an interactive javascript interpreter.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/InterpreterV8.h

    r14741 r14983  
    5757    bool HandleException(v8::TryCatch &try_catch, const char *where);
    5858    bool ExecuteFile(const std::string &name, bool main=false);
     59    bool ExecuteConsole();
    5960    v8::Handle<v8::Value> ExecuteCode(const std::string &code, const std::string &file="internal", bool main=false);
    6061    v8::Handle<v8::Value> ExecuteInternal(const std::string &code);
Note: See TracChangeset for help on using the changeset viewer.