| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Set 'this' on the javascript stack for native function | Olivier Goffart | 2009-08-12 | 1 | -0/+4 |
|
|
| * | | | Push frames when needed for native getter or setters | Olivier Goffart | 2009-08-12 | 1 | -2/+6 |
|
|
| * | | | Make it possible to build QtScript against JavaScriptCore from an external di... | Simon Hausmann | 2009-08-12 | 1 | -19/+30 |
|
|
| * | | | Cantralize the place when we construct the default 'this' object that JSC doe... | Olivier Goffart | 2009-08-12 | 3 | -28/+13 |
|
|
| * | | | Refactor the way the JS stack are created for native function | Olivier Goffart | 2009-08-12 | 6 | -86/+133 |
|
|
| * | | | 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 | 44 | -46/+46 |
| |\ \ \ |
|
| * | | | | revert part of commit 2449e7fc567f8151736949032a001cf2aa2d5bb9 | Kent Hansen | 2009-08-12 | 1 | -2/+1 |
|
|
| * | | | | 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 |
|
|
| * | | | | QtScript building system change | Jedrzej Nowacki | 2009-08-11 | 3 | -32/+34 |
|
|
| * | | | | make it possible to pop all items in a scope chain and then push to it | Kent Hansen | 2009-08-11 | 1 | -8/+24 |
|
|
| * | | | | compile qtscript with -DNDEBUG | Kent Hansen | 2009-08-11 | 1 | -1/+1 |
|
|
| * | | | | Call to JSC::Debugger's new events that where created in | Jedrzej Nowacki | 2009-08-11 | 1 | -0/+11 |
|
|
| * | | | | 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 |
|
|
| * | | | | implement QScriptClass property query semantics of old back-end | Kent Hansen | 2009-08-10 | 1 | -1/+6 |
|
|
| * | | | | implement QScriptContext::backtrace() | Kent Hansen | 2009-08-10 | 1 | -34/+2 |
|
|
| * | | | | extract the function name from the callee | Kent Hansen | 2009-08-10 | 1 | -0/+2 |
|
|
| * | | | | make property flags lookup work for properties in prototype chain | Kent Hansen | 2009-08-10 | 1 | -3/+7 |
|
|
| * | | | | make ResolveScope property lookup work (kind of) | Kent Hansen | 2009-08-10 | 1 | -2/+9 |
|
|
| * | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b... | Kent Hansen | 2009-08-10 | 1 | -4/+0 |
| |\ \ \ \ |
|
| * | | | | | add configure options for (not) building the QtScript module | Kent Hansen | 2009-08-07 | 58 | -229/+0 |
|
|
| * | | | | | kill dead code | Kent Hansen | 2009-08-06 | 1 | -134/+0 |
|
|
| * | | | | | delete AST-to-string visitor | Kent Hansen | 2009-08-06 | 2 | -1675/+0 |
|
|
| * | | | | | fix regression in enumeration of QProperties | Kent Hansen | 2009-08-06 | 1 | -1/+1 |
|
|
| * | | | | | port commit 47c9e7b1b3551ff6dbe71590461a45ae398a9501 from qt/master | Kent Hansen | 2009-08-06 | 4 | -17/+26 |
|
|
| * | | | | | finish implementation of QVariant.prototype.toString() | Kent Hansen | 2009-08-06 | 1 | -16/+24 |
|
|
| * | | | | | make iteration work for the global object again | Kent Hansen | 2009-08-06 | 2 | -6/+8 |
|
|
| * | | | | | remove docs that mention QScriptValue::{scope,setScope}() | Kent Hansen | 2009-08-06 | 1 | -2/+2 |
|
|
| * | | | | | Updates getPropertyNames() on all javascript object to use the flag | Benjamin Poulain | 2009-08-05 | 7 | -28/+17 |
|
|
| * | | | | | make QScriptEngine::newQMetaObject() work | Kent Hansen | 2009-08-05 | 3 | -65/+107 |
|
|
| * | | | | | add type info and attribute getters for function wrappers | Kent Hansen | 2009-08-05 | 2 | -0/+17 |
|
|
| * | | | | | don't store QScriptEngine pointer in native function wrappers | Kent Hansen | 2009-08-05 | 3 | -29/+31 |
|
|
| * | | | | | remove unused code | Olivier Goffart | 2009-08-04 | 3 | -7/+0 |
|
|
| * | | | | | clear abort flag when we start a new evaluate | Kent Hansen | 2009-08-04 | 1 | -0/+1 |
|
|
| * | | | | | move Global Object to its own file | Kent Hansen | 2009-08-04 | 4 | -132/+267 |
|
|
| * | | | | | adapt to commit 014c4c63066fd3920594e6a58b02f314b5c88cdf | Kent Hansen | 2009-08-04 | 8 | -28/+39 |
|
|
| * | | | | | Use a more reliable method to dinstinguish between an op_call and an op_const... | Olivier Goffart | 2009-08-04 | 1 | -2/+5 |
|
|
| * | | | | | Do not crash if using popContext() while the current context have not been pu... | Olivier Goffart | 2009-08-04 | 1 | -0/+5 |
|
|
| * | | | | | Implement QScriptEngine::abortEvaluation() | Tor Arne Vestbø | 2009-08-03 | 2 | -3/+16 |
|
|
| * | | | | | Implement QScriptEngine::setProcessEventsInterval() | Tor Arne Vestbø | 2009-08-03 | 1 | -5/+35 |
|
|
| * | | | | | Complete the implementation of QScriptValueIterator with JSCore | Benjamin Poulain | 2009-08-03 | 1 | -24/+43 |
|
|