| Commit message (Expand) | Author | Age | Files | Lines |
* | provide line number information for innermost call frame | Kent Hansen | 2009-08-20 | 4 | -0/+11 |
|
|
* | set the current frame when getting callbacks in JSC Debugger | Kent Hansen | 2009-08-20 | 2 | -30/+39 |
|
|
* | make QScriptEngine::objectById() work | Kent Hansen | 2009-08-20 | 1 | -7/+2 |
|
|
* | Do not pass JSValue per const reference | Olivier Goffart | 2009-08-19 | 2 | -4/+4 |
|
|
* | Cleanups | Olivier Goffart | 2009-08-19 | 1 | -17/+1 |
|
|
* | invalidate wrapped JSC::JSValue when script engine is deleted | Kent Hansen | 2009-08-19 | 1 | -2/+5 |
|
|
* | Fix QScriptValue::objectId(). | Jedrzej Nowacki | 2009-08-19 | 4 | -8/+12 |
|
|
* | make QScriptEngine::isEvaluating() work for top-level evaluation | Kent Hansen | 2009-08-19 | 2 | -2/+21 |
|
|
* | Q_DISABLE_COPY were added to QScriptValuePrivate. | Jedrzej Nowacki | 2009-08-19 | 1 | -0/+1 |
|
|
* | Clean up | Jedrzej Nowacki | 2009-08-19 | 1 | -1/+0 |
|
|
* | Internal API clean up. | Jedrzej Nowacki | 2009-08-19 | 3 | -16/+0 |
|
|
* | Clean up. | Jedrzej Nowacki | 2009-08-19 | 3 | -49/+57 |
|
|
* | Fix potential building problem. | Jedrzej Nowacki | 2009-08-19 | 1 | -7/+2 |
|
|
* | Fix the QScriptContext::argumentsObject and QScriptContext::argument for js f... | Olivier Goffart | 2009-08-18 | 1 | -7/+14 |
|
|
* | Fix the line numbers on the backtrace | Olivier Goffart | 2009-08-18 | 1 | -1/+1 |
|
|
* | adopt same ownership relationship of scriptengine agents as in old back-end | Kent Hansen | 2009-08-18 | 3 | -8/+33 |
|
|
* | Clean up. | Jedrzej Nowacki | 2009-08-18 | 1 | -6/+28 |
|
|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-18 | 5 | -5/+5 |
|
|
* | Clean up. | Jedrzej Nowacki | 2009-08-18 | 8 | -69/+46 |
|
|
* | remove unnecessary ifdefs | Kent Hansen | 2009-08-17 | 1 | -10/+7 |
|
|
* | 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 |
|
|
* | Polish the QScriptContext::backtrace() | Olivier Goffart | 2009-08-14 | 1 | -21/+31 |
|
|
* | use originalGlobalObject() instead of lexicalGlobalObject() where possible | Kent Hansen | 2009-08-14 | 1 | -2/+2 |
|
|
* | 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 | 7 | -0/+7 |
|
|
* | Fix compilation with MSVC. | Simon Hausmann | 2009-08-14 | 1 | -0/+1 |
|
|
* | Fix compilation with MSVC | Simon Hausmann | 2009-08-14 | 1 | -10/+10 |
|
|
* | 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 | 4 | -35/+92 |
|
|
* | Make simple function getters inline | Olivier Goffart | 2009-08-12 | 4 | -22/+3 |
|
|
* | Set 'this' on the javascript stack for native function | Olivier Goffart | 2009-08-12 | 1 | -0/+4 |
|
|
* | Cantralize the place when we construct the default 'this' object that JSC doe... | Olivier Goffart | 2009-08-12 | 1 | -1/+10 |
|
|
* | Refactor the way the JS stack are created for native function | Olivier Goffart | 2009-08-12 | 3 | -56/+67 |
|
|
* | Move JSC::Debugger's events calls from JSC::evaluate() to | Jedrzej Nowacki | 2009-08-12 | 1 | -1/+31 |
|
|
* | Crash fix. | Jedrzej Nowacki | 2009-08-12 | 1 | -1/+2 |
|
|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-12 | 23 | -23/+23 |
|
|
* | Fix compilation on 64-bit machines. | Simon Hausmann | 2009-08-12 | 1 | -1/+1 |
|
|
* | Implement connection between JSC::Debugger and QScriptEngineAgent. | Jedrzej Nowacki | 2009-08-11 | 3 | -26/+113 |
|
|
* | 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 | 2 | -7/+20 |
|
|
* | 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 |
|
|
* | get rid of dynamic casts | Kent Hansen | 2009-08-10 | 2 | -4/+12 |
|
|
* | cleanup (hide the use of reinterpret_cast) | Kent Hansen | 2009-08-10 | 4 | -24/+36 |
|
|
* | finish implementation of QScriptEngine::importExtension() | Kent Hansen | 2009-08-10 | 1 | -24/+25 |
|
|
* | implement QScriptContextInfo streaming from datastream | Kent Hansen | 2009-08-10 | 1 | -1/+30 |
|
|
* | implement QScriptContextInfo::parameterNames() for Qt methods | Kent Hansen | 2009-08-10 | 1 | -0/+9 |
|
|