The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Script::QScriptContext

PUBLIC METHODS

~QScriptContext()
QScriptValue activationObject()
QScriptValue argument(int index)
int argumentCount()
QScriptValue argumentsObject()
QStringList backtrace()
QScriptValue callee()
QScriptEngine * engine()
bool isCalledAsConstructor()
QScriptContext * parentContext()
QScriptValue popScope()
void pushScope(const QScriptValue & object)
QScriptValue returnValue()
QList<QScriptValue> scopeChain()
void setActivationObject(const QScriptValue & activation)
void setReturnValue(const QScriptValue & result)
void setThisObject(const QScriptValue & thisObject)
QScriptContext::ExecutionState state()
QScriptValue thisObject()
QScriptValue throwError(const QString & text)
QScriptValue throwError(QScriptContext::Error error, const QString & text)
QScriptValue throwValue(const QScriptValue & value)
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 - 2012 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