27 #ifndef PTLIB_V8SCRIPT_H
28 #define PTLIB_V8SCRIPT_H
67 virtual
PString GetLanguageName() const;
70 virtual
bool IsInitialised() const;
74 virtual
bool LoadFile(
80 virtual
bool LoadText(
91 const
char * script = NULL
98 virtual
bool CreateComposite(
180 virtual
bool ReleaseVariable(
212 const
char * sigString = NULL,
217 Signature & signature
226 const FunctionNotifier & func
239 #endif // PTLIB_V8SCRIPT_H
#define PCLASSINFO(cls, par)
Declare all the standard PTLib class information.
Definition: object.h:2164
This class describes a full description for a file on the particular platform.
Definition: filepath.h:61
The character string class.
Definition: pstring.h:108
A wrapper around a scripting language instance.
Definition: script.h:43