summaryrefslogtreecommitdiffstats
path: root/src/script
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Push frames when needed for native getter or settersOlivier Goffart2009-08-121-2/+6
| * | | Make it possible to build QtScript against JavaScriptCore from an external di...Simon Hausmann2009-08-121-19/+30
| * | | Cantralize the place when we construct the default 'this' object that JSC doe...Olivier Goffart2009-08-123-28/+13
| * | | Refactor the way the JS stack are created for native functionOlivier Goffart2009-08-126-86/+133
| * | | Move JSC::Debugger's events calls from JSC::evaluate() toJedrzej Nowacki2009-08-121-1/+31
| * | | Crash fix.Jedrzej Nowacki2009-08-121-1/+2
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-1244-46/+46
| |\ \ \
| * | | | revert part of commit 2449e7fc567f8151736949032a001cf2aa2d5bb9Kent Hansen2009-08-121-2/+1
| * | | | Fix compilation on 64-bit machines.Simon Hausmann2009-08-121-1/+1
| * | | | Implement connection between JSC::Debugger and QScriptEngineAgent.Jedrzej Nowacki2009-08-113-26/+113
| * | | | QtScript building system changeJedrzej Nowacki2009-08-113-32/+34
| * | | | make it possible to pop all items in a scope chain and then push to itKent Hansen2009-08-111-8/+24
| * | | | compile qtscript with -DNDEBUGKent Hansen2009-08-111-1/+1
| * | | | Call to JSC::Debugger's new events that where created inJedrzej Nowacki2009-08-111-0/+11
| * | | | Fix line number and arguments in QScriptContext::toStringOlivier Goffart2009-08-112-7/+20
| * | | | make QScriptContext::setScope() fail for object created in other engineKent Hansen2009-08-101-0/+6
| * | | | implement QScriptContext::setActivationObject()Kent Hansen2009-08-101-3/+19
| * | | | get rid of dynamic castsKent Hansen2009-08-102-4/+12
| * | | | cleanup (hide the use of reinterpret_cast)Kent Hansen2009-08-104-24/+36
| * | | | finish implementation of QScriptEngine::importExtension()Kent Hansen2009-08-101-24/+25
| * | | | implement QScriptContextInfo streaming from datastreamKent Hansen2009-08-101-1/+30
| * | | | implement QScriptContextInfo::parameterNames() for Qt methodsKent Hansen2009-08-101-0/+9
| * | | | implement QScriptClass property query semantics of old back-endKent Hansen2009-08-101-1/+6
| * | | | implement QScriptContext::backtrace()Kent Hansen2009-08-101-34/+2
| * | | | extract the function name from the calleeKent Hansen2009-08-101-0/+2
| * | | | make property flags lookup work for properties in prototype chainKent Hansen2009-08-101-3/+7
| * | | | make ResolveScope property lookup work (kind of)Kent Hansen2009-08-101-2/+9
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-101-4/+0
| |\ \ \ \
| * | | | | add configure options for (not) building the QtScript moduleKent Hansen2009-08-0758-229/+0
| * | | | | kill dead codeKent Hansen2009-08-061-134/+0
| * | | | | delete AST-to-string visitorKent Hansen2009-08-062-1675/+0
| * | | | | fix regression in enumeration of QPropertiesKent Hansen2009-08-061-1/+1
| * | | | | port commit 47c9e7b1b3551ff6dbe71590461a45ae398a9501 from qt/masterKent Hansen2009-08-064-17/+26
| * | | | | finish implementation of QVariant.prototype.toString()Kent Hansen2009-08-061-16/+24
| * | | | | make iteration work for the global object againKent Hansen2009-08-062-6/+8
| * | | | | remove docs that mention QScriptValue::{scope,setScope}()Kent Hansen2009-08-061-2/+2
| * | | | | Updates getPropertyNames() on all javascript object to use the flagBenjamin Poulain2009-08-057-28/+17
| * | | | | make QScriptEngine::newQMetaObject() workKent Hansen2009-08-053-65/+107
| * | | | | add type info and attribute getters for function wrappersKent Hansen2009-08-052-0/+17
| * | | | | don't store QScriptEngine pointer in native function wrappersKent Hansen2009-08-053-29/+31
| * | | | | remove unused codeOlivier Goffart2009-08-043-7/+0
| * | | | | clear abort flag when we start a new evaluateKent Hansen2009-08-041-0/+1
| * | | | | move Global Object to its own fileKent Hansen2009-08-044-132/+267
| * | | | | adapt to commit 014c4c63066fd3920594e6a58b02f314b5c88cdfKent Hansen2009-08-048-28/+39
| * | | | | Use a more reliable method to dinstinguish between an op_call and an op_const...Olivier Goffart2009-08-041-2/+5
| * | | | | Do not crash if using popContext() while the current context have not been pu...Olivier Goffart2009-08-041-0/+5
| * | | | | Implement QScriptEngine::abortEvaluation()Tor Arne Vestbø2009-08-032-3/+16
| * | | | | Implement QScriptEngine::setProcessEventsInterval()Tor Arne Vestbø2009-08-031-5/+35
| * | | | | Complete the implementation of QScriptValueIterator with JSCoreBenjamin Poulain2009-08-031-24/+43
| * | | | | Unify QScriptValue::toObject() and QScriptEngine::toObject()Benjamin Poulain2009-08-031-19/+1