summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Don't crash when marking arguments object of native contextKent Hansen2011-02-251-2/+8
* Don't crash when creating backtrace for built-in JS function (2nd try)Kent Hansen2011-02-081-1/+8
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Fixed spelling, broken links, and missing default values.Jerome Pasion2010-08-301-1/+1
* Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-091-1/+1
* QScript: document/obsolete things that does not work since the move to JSCOlivier Goffart2010-07-291-0/+10
* Ensure that activation object has been created before popping scope of native...Kent Hansen2010-05-271-0/+1
* QtScript: Add yet more missing API shimsKent Hansen2010-03-261-0/+14
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Fixed the QtScript license information in the source files to referSimon Hausmann2009-11-171-19/+1
* Replace LGPL license tags with LGPL-ONLYSimon Hausmann2009-11-171-1/+1
* use JSObject::inherits() instead of JSObject::isObject()Kent Hansen2009-09-211-3/+3
* put the this-register calculation into a functionKent Hansen2009-09-181-1/+1
* Fix the bactkrace in the QScript DebuggerOlivier Goffart2009-09-091-6/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Fix QScriptContext::argumentObjects for function called with QScriptValue::callOlivier Goffart2009-08-241-2/+7
* remove unused variableKent Hansen2009-08-201-1/+0
* Fix the QScriptContext::argumentsObject and QScriptContext::argument for js f...Olivier Goffart2009-08-181-7/+14
* Clean up.Jedrzej Nowacki2009-08-181-2/+2
* push the right object when the argument is the Global ObjectKent Hansen2009-08-141-4/+13
* Detect evaluation context in the backtraceOlivier Goffart2009-08-141-0/+3
* More polishing on the backtraceOlivier Goffart2009-08-141-3/+7
* make sure QScriptContext::scopeChain() returns the right objectKent Hansen2009-08-141-2/+9
* make it possible for any script object to serve as activation objectKent Hansen2009-08-141-6/+23
* Fix compilation on WindowsSimon Hausmann2009-08-141-0/+1
* Skip the fake context created by Interpreter::exucute for the backtraceOlivier Goffart2009-08-141-0/+5
* Lazily construct the QScriptActivationObjectOlivier Goffart2009-08-131-23/+36
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-121-1/+1
* make it possible to pop all items in a scope chain and then push to itKent Hansen2009-08-111-8/+24
* Fix line number and arguments in QScriptContext::toStringOlivier Goffart2009-08-111-5/+2
* make QScriptContext::setScope() fail for object created in other engineKent Hansen2009-08-101-0/+6
* implement QScriptContext::setActivationObject()Kent Hansen2009-08-101-3/+19
* cleanup (hide the use of reinterpret_cast)Kent Hansen2009-08-101-20/+20
* implement QScriptContext::backtrace()Kent Hansen2009-08-101-34/+2
* add configure options for (not) building the QtScript moduleKent Hansen2009-08-071-4/+0
* Use a more reliable method to dinstinguish between an op_call and an op_const...Olivier Goffart2009-08-041-2/+5
* QScriptContext::calledAsConstructor also works with non-native functionOlivier Goffart2009-08-031-5/+21
* Remove QScriptContextPrivate, QScriptContext is now a JSC::CallFrameOlivier Goffart2009-07-311-100/+75
* Move the declaration on some function into qscriptengine_p.hOlivier Goffart2009-07-311-5/+0
* Small Refactoring of QScriptOlivier Goffart2009-07-311-4/+14
* implement QScriptContext::activationObject()Kent Hansen2009-07-301-9/+38
* Implement QScriptEngine::pushContext end popContextOlivier Goffart2009-07-301-1/+3
* set calledAsConstructor to true when function is called as constructorKent Hansen2009-07-291-0/+5
* initialize calledAsConstructor memberKent Hansen2009-07-291-0/+1
* Memory leak.Olivier Goffart2009-07-291-1/+1
* Set the this object on the global context sets the global objectOlivier Goffart2009-07-281-1/+1
* Fix tst_QScriptEngine::nestedEvaluateOlivier Goffart2009-07-281-7/+1
* don't rely on custom global object to get GC callbackKent Hansen2009-07-271-6/+6