summaryrefslogtreecommitdiffstats
path: root/src/script
Commit message (Expand)AuthorAgeFilesLines
* Fix the QScriptContext::argumentsObject and QScriptContext::argument for js f...Olivier Goffart2009-08-181-7/+14
* Fix the line numbers on the backtraceOlivier Goffart2009-08-181-1/+1
* implement getter/setter proxying for Global Object and activation objectKent Hansen2009-08-184-0/+77
* adopt same ownership relationship of scriptengine agents as in old back-endKent Hansen2009-08-183-8/+33
* Clean up.Jedrzej Nowacki2009-08-181-1/+1
* Clean up.Jedrzej Nowacki2009-08-182-6/+29
* Clean upJedrzej Nowacki2009-08-183-1437/+0
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-185-5/+5
|\
| * Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-179-12/+12
* | Clean up.Jedrzej Nowacki2009-08-1811-104/+81
* | port commit 8fca9052e72d1dc983443c3a8065f804bebf77e7 from qt/masterKent Hansen2009-08-181-1/+1
* | Build on Windows CEKent Hansen2009-08-171-0/+8
* | adopt variant-to-string conversion of the original qtscript back-endKent Hansen2009-08-171-5/+8
* | remove unnecessary ifdefsKent Hansen2009-08-172-14/+9
* | 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
* | Polish the QScriptContext::backtrace()Olivier Goffart2009-08-141-21/+31
* | use originalGlobalObject() instead of lexicalGlobalObject() where possibleKent Hansen2009-08-142-3/+3
* | 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-143-11/+98
* | Fix compilation on WindowsSimon Hausmann2009-08-141-0/+3
* | Fix compilation on WindowsSimon Hausmann2009-08-1414-0/+14
* | Fix compilation with MSVC.Simon Hausmann2009-08-141-0/+1
* | Fix compilation with MSVCSimon Hausmann2009-08-141-10/+10
* | Fix inclusions of "utils/qscriptdate_p.h" with msvcSimon Hausmann2009-08-141-0/+2
* | implement GC marking of qobject sender JS wrapperKent Hansen2009-08-141-5/+5
* | Skip the fake context created by Interpreter::exucute for the backtraceOlivier Goffart2009-08-141-0/+5
* | get rid of src/script/webkit.priKent Hansen2009-08-132-43/+44
* | Lazily construct the QScriptActivationObjectOlivier Goffart2009-08-135-39/+93
* | Make simple function getters inlineOlivier Goffart2009-08-124-22/+3
* | Set 'this' on the javascript stack for native functionOlivier Goffart2009-08-121-0/+4
* | 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
|\ \ | |/
| * Update contact URL in license headers.Jason McDonald2009-08-12114-116/+116
* | 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