summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move JSC::Debugger's events calls from JSC::evaluate() toJedrzej Nowacki2009-08-121-1/+31
* Crash fix.Jedrzej Nowacki2009-08-121-1/+2
* Implement connection between JSC::Debugger and QScriptEngineAgent.Jedrzej Nowacki2009-08-111-8/+9
* get rid of dynamic castsKent Hansen2009-08-101-4/+9
* cleanup (hide the use of reinterpret_cast)Kent Hansen2009-08-101-1/+10
* finish implementation of QScriptEngine::importExtension()Kent Hansen2009-08-101-24/+25
* add configure options for (not) building the QtScript moduleKent Hansen2009-08-071-4/+0
* port commit 47c9e7b1b3551ff6dbe71590461a45ae398a9501 from qt/masterKent Hansen2009-08-061-8/+11
* make QScriptEngine::newQMetaObject() workKent Hansen2009-08-051-1/+1
* don't store QScriptEngine pointer in native function wrappersKent Hansen2009-08-051-3/+3
* remove unused codeOlivier Goffart2009-08-041-5/+0
* clear abort flag when we start a new evaluateKent Hansen2009-08-041-0/+1
* move Global Object to its own fileKent Hansen2009-08-041-132/+1
* adapt to commit 014c4c63066fd3920594e6a58b02f314b5c88cdfKent Hansen2009-08-041-6/+7
* 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-031-3/+15
* Implement QScriptEngine::setProcessEventsInterval()Tor Arne Vestbø2009-08-031-5/+35
* Remove QScriptContextPrivate, QScriptContext is now a JSC::CallFrameOlivier Goffart2009-07-311-16/+2
* Move the declaration on some function into qscriptengine_p.hOlivier Goffart2009-07-311-1/+1
* Small Refactoring of QScriptOlivier Goffart2009-07-311-0/+20
* QScriptValueIterator: fix missing non-enumerable valuesTor Arne Vestbø2009-07-311-6/+6
* attempt to return something sensible in uncaughtExceptionBacktrace()Kent Hansen2009-07-301-4/+10
* Implement QScriptEngine::pushContext end popContextOlivier Goffart2009-07-301-3/+25
* Fix license headersOlivier Goffart2009-07-291-4/+34
* Compile in release mode.Olivier Goffart2009-07-291-0/+1
* Enter a scope when enterning a native function.Olivier Goffart2009-07-291-12/+22
* Fix tst_QScriptEngine::uncaughtExceptionOlivier Goffart2009-07-281-1/+0
* Fix tst_QScriptEngine::nestedEvaluateOlivier Goffart2009-07-281-1/+16
* Make the 'arguments' object working when calling eval from native functionsOlivier Goffart2009-07-281-2/+7
* Change JavaScriptCore so it throw error when passing invalid regexp flagOlivier Goffart2009-07-281-1/+8
* compileKent Hansen2009-07-271-3/+3
* make QScriptEngine::setGlobalObject() work to some extentKent Hansen2009-07-271-20/+128
* don't rely on custom global object to get GC callbackKent Hansen2009-07-271-33/+28
* The line number is correctly reported for exceptionBenjamin Poulain2009-07-271-0/+1
* Remove the uncaughtException, use the JSC exception insteadBenjamin Poulain2009-07-271-9/+6
* Fix tst_QScriptValue::callOlivier Goffart2009-07-271-2/+5
* use custom JSGlobalData clientdata to keep pointer to script engineKent Hansen2009-07-271-1/+11
* move engine-specific GC marking to QScriptEnginePrivateKent Hansen2009-07-271-40/+44
* use scriptEngineFromExec() in a few more placesKent Hansen2009-07-271-3/+3
* introduce scriptEngineFromExec() helper functionKent Hansen2009-07-271-0/+27
* Implement QScriptString as a wraper around the JSC::IdentifierOlivier Goffart2009-07-231-1/+2
* Try best to convert a regexp to a ECMAScript expressionOlivier Goffart2009-07-231-1/+40
* set correct property flags in newFunction()Kent Hansen2009-07-171-2/+3
* do the correct prototype checkKent Hansen2009-07-161-2/+1
* start implementing constructors for QMetaObject wrappersKent Hansen2009-07-161-7/+12
* fix bug in built-in print() functionKent Hansen2009-07-161-3/+2
* Convert the strings or number value to jscvalue when they are used with an en...Olivier Goffart2009-07-161-9/+11
* only set default prototype if resulting object has built-in Object prototype ...Kent Hansen2009-07-161-1/+4
* compile when JIT is enabledKent Hansen2009-07-151-0/+1
* fix GC-related crashKent Hansen2009-07-151-2/+4