summaryrefslogtreecommitdiffstats
path: root/src/script
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge commit 'qt/master'Jason Barron2009-08-211-0/+9
|\ \
| * | get rid of qmake warnings when parsing script.pro (JavaScriptCore.pri)Kent Hansen2009-08-211-0/+9
* | | compile again after mergeHarald Fernengel2009-08-218-88/+14
* | | Merge commit 'qt/master'Jason Barron2009-08-21138-34071/+12810
|\ \ \ | |/ /
| * | implement registered script values as a doubly linked listKent Hansen2009-08-204-13/+33
| * | use a list to keep track of registered script valuesKent Hansen2009-08-204-116/+41
| * | store the engine's d-pointer in QScriptValuePrivateKent Hansen2009-08-203-150/+115
| * | remove redundant variableKent Hansen2009-08-202-10/+3
| * | remove unused variableKent Hansen2009-08-201-1/+0
| * | add recursion guard for GC markingKent Hansen2009-08-203-4/+10
| * | provide line number information for innermost call frameKent Hansen2009-08-204-0/+11
| * | set the current frame when getting callbacks in JSC DebuggerKent Hansen2009-08-202-30/+39
| * | make QScriptEngine::objectById() workKent Hansen2009-08-201-7/+2
| * | Fix "fixme" in QtFunction::mark()Jedrzej Nowacki2009-08-201-3/+1
| * | Do not pass JSValue per const referenceOlivier Goffart2009-08-192-4/+4
| * | CleanupsOlivier Goffart2009-08-193-24/+5
| * | invalidate wrapped JSC::JSValue when script engine is deletedKent Hansen2009-08-191-2/+5
| * | Fix QScriptValue::objectId().Jedrzej Nowacki2009-08-194-8/+12
| * | make QScriptEngine::isEvaluating() work for top-level evaluationKent Hansen2009-08-192-2/+21
| * | Q_DISABLE_COPY were added to QScriptValuePrivate.Jedrzej Nowacki2009-08-191-0/+1
| * | Clean upJedrzej Nowacki2009-08-191-1/+0
| * | Internal API clean up.Jedrzej Nowacki2009-08-193-16/+0
| * | Clean up.Jedrzej Nowacki2009-08-193-49/+57
| * | Fix potential building problem.Jedrzej Nowacki2009-08-191-7/+2
| * | 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
| |\ \
| * | | 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