| Commit message (Expand) | Author | Age | Files | Lines |
* | QtScript: Add yet more missing API shims | Kent Hansen | 2010-03-26 | 1 | -0/+14 |
|
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | Fixed the QtScript license information in the source files to refer | Simon Hausmann | 2009-11-17 | 1 | -19/+1 |
|
|
* | Replace LGPL license tags with LGPL-ONLY | Simon Hausmann | 2009-11-17 | 1 | -1/+1 |
|
|
* | use JSObject::inherits() instead of JSObject::isObject() | Kent Hansen | 2009-09-21 | 1 | -3/+3 |
|
|
* | put the this-register calculation into a function | Kent Hansen | 2009-09-18 | 1 | -1/+1 |
|
|
* | Fix the bactkrace in the QScript Debugger | Olivier Goffart | 2009-09-09 | 1 | -6/+1 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
* | Fix QScriptContext::argumentObjects for function called with QScriptValue::call | Olivier Goffart | 2009-08-24 | 1 | -2/+7 |
|
|
* | remove unused variable | Kent Hansen | 2009-08-20 | 1 | -1/+0 |
|
|
* | Fix the QScriptContext::argumentsObject and QScriptContext::argument for js f... | Olivier Goffart | 2009-08-18 | 1 | -7/+14 |
|
|
* | Clean up. | Jedrzej Nowacki | 2009-08-18 | 1 | -2/+2 |
|
|
* | push the right object when the argument is the Global Object | Kent Hansen | 2009-08-14 | 1 | -4/+13 |
|
|
* | Detect evaluation context in the backtrace | Olivier Goffart | 2009-08-14 | 1 | -0/+3 |
|
|
* | More polishing on the backtrace | Olivier Goffart | 2009-08-14 | 1 | -3/+7 |
|
|
* | make sure QScriptContext::scopeChain() returns the right object | Kent Hansen | 2009-08-14 | 1 | -2/+9 |
|
|
* | make it possible for any script object to serve as activation object | Kent Hansen | 2009-08-14 | 1 | -6/+23 |
|
|
* | Fix compilation on Windows | Simon Hausmann | 2009-08-14 | 1 | -0/+1 |
|
|
* | Skip the fake context created by Interpreter::exucute for the backtrace | Olivier Goffart | 2009-08-14 | 1 | -0/+5 |
|
|
* | Lazily construct the QScriptActivationObject | Olivier Goffart | 2009-08-13 | 1 | -23/+36 |
|
|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-12 | 1 | -1/+1 |
|
|
* | make it possible to pop all items in a scope chain and then push to it | Kent Hansen | 2009-08-11 | 1 | -8/+24 |
|
|
* | Fix line number and arguments in QScriptContext::toString | Olivier Goffart | 2009-08-11 | 1 | -5/+2 |
|
|
* | make QScriptContext::setScope() fail for object created in other engine | Kent Hansen | 2009-08-10 | 1 | -0/+6 |
|
|
* | implement QScriptContext::setActivationObject() | Kent Hansen | 2009-08-10 | 1 | -3/+19 |
|
|
* | cleanup (hide the use of reinterpret_cast) | Kent Hansen | 2009-08-10 | 1 | -20/+20 |
|
|
* | implement QScriptContext::backtrace() | Kent Hansen | 2009-08-10 | 1 | -34/+2 |
|
|
* | add configure options for (not) building the QtScript module | Kent Hansen | 2009-08-07 | 1 | -4/+0 |
|
|
* | Use a more reliable method to dinstinguish between an op_call and an op_const... | Olivier Goffart | 2009-08-04 | 1 | -2/+5 |
|
|
* | QScriptContext::calledAsConstructor also works with non-native function | Olivier Goffart | 2009-08-03 | 1 | -5/+21 |
|
|
* | Remove QScriptContextPrivate, QScriptContext is now a JSC::CallFrame | Olivier Goffart | 2009-07-31 | 1 | -100/+75 |
|
|
* | Move the declaration on some function into qscriptengine_p.h | Olivier Goffart | 2009-07-31 | 1 | -5/+0 |
|
|
* | Small Refactoring of QScript | Olivier Goffart | 2009-07-31 | 1 | -4/+14 |
|
|
* | implement QScriptContext::activationObject() | Kent Hansen | 2009-07-30 | 1 | -9/+38 |
|
|
* | Implement QScriptEngine::pushContext end popContext | Olivier Goffart | 2009-07-30 | 1 | -1/+3 |
|
|
* | set calledAsConstructor to true when function is called as constructor | Kent Hansen | 2009-07-29 | 1 | -0/+5 |
|
|
* | initialize calledAsConstructor member | Kent Hansen | 2009-07-29 | 1 | -0/+1 |
|
|
* | Memory leak. | Olivier Goffart | 2009-07-29 | 1 | -1/+1 |
|
|
* | Set the this object on the global context sets the global object | Olivier Goffart | 2009-07-28 | 1 | -1/+1 |
|
|
* | Fix tst_QScriptEngine::nestedEvaluate | Olivier Goffart | 2009-07-28 | 1 | -7/+1 |
|
|
* | don't rely on custom global object to get GC callback | Kent Hansen | 2009-07-27 | 1 | -6/+6 |
|
|
* | Fix tst_QScriptContext::arguments | Olivier Goffart | 2009-07-27 | 1 | -2/+3 |
|
|
* | avoid crashing when attempting to set this-object of global context | Kent Hansen | 2009-07-15 | 1 | -0/+4 |
|
|
* | some small fixes/experiments | Kent Hansen | 2009-07-10 | 1 | -4/+20 |
|
|
* | make arguments object work for native functions | Kent Hansen | 2009-07-09 | 1 | -1/+1 |
|
|
* | rewrite most of QScriptContext handling | Kent Hansen | 2009-07-08 | 1 | -33/+117 |
|
|
* | Merge branch 'qtwebkit-4.6-staging' into qtscript-jsc-backend | Kent Hansen | 2009-06-29 | 1 | -4/+34 |
|
|
* | make more qscriptengine tests run | Kent Hansen | 2009-06-24 | 1 | -6/+45 |
|
|
* | Import JSC-based Qt Script from Kent's tree. | Simon Hausmann | 2009-06-16 | 1 | -0/+496 |
|
|