NAME

Qt::Script::QScriptContext

PUBLIC METHODS

~QScriptContext()
QScriptValue activationObject()
QScriptValue argument()
int argumentCount()
QScriptValue argumentsObject()
QStringList backtrace()
QScriptValue callee()
QScriptEngine * engine()
bool isCalledAsConstructor()
QScriptContext * parentContext()
QScriptValue popScope()
void pushScope()
QScriptValue returnValue()
void setActivationObject()
void setReturnValue()
void setThisObject()
QScriptContext::ExecutionState state()
QScriptValue thisObject()
QScriptValue throwError()
QScriptValue throwError(, )
QScriptValue throwValue()
QString toString()

ENUM VALUES

NormalState
ExceptionState
UnknownError
ReferenceError
SyntaxError
TypeError
RangeError
URIError

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2011 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html