summaryrefslogtreecommitdiffstats
path: root/src/script/api
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-1223-23/+23
* 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
* make it possible to pop all items in a scope chain and then push to itKent Hansen2009-08-111-8/+24
* 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 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-0729-109/+0
* port commit 47c9e7b1b3551ff6dbe71590461a45ae398a9501 from qt/masterKent Hansen2009-08-062-11/+16
* 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-051-11/+0
* 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-042-6/+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-042-12/+13
* 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
* QScriptContext::calledAsConstructor also works with non-native functionOlivier Goffart2009-08-031-5/+21
* Remove QScriptContextPrivate, QScriptContext is now a JSC::CallFrameOlivier Goffart2009-07-315-133/+80
* Move the declaration on some function into qscriptengine_p.hOlivier Goffart2009-07-315-30/+19
* Small Refactoring of QScriptOlivier Goffart2009-07-314-5/+52
* QScriptValueIterator: fix missing non-enumerable valuesTor Arne Vestbø2009-07-312-7/+7
* Basic implementation of QScriptValueIterator with JSCBenjamin Poulain2009-07-311-15/+30
* implement QScriptContext::activationObject()Kent Hansen2009-07-301-9/+38
* attempt to return something sensible in uncaughtExceptionBacktrace()Kent Hansen2009-07-301-4/+10
* Implement QScriptEngine::pushContext end popContextOlivier Goffart2009-07-302-4/+28
* set calledAsConstructor to true when function is called as constructorKent Hansen2009-07-292-0/+6
* initialize calledAsConstructor memberKent Hansen2009-07-291-0/+1
* Fix license headersOlivier Goffart2009-07-2921-87/+717
* Compile in release mode.Olivier Goffart2009-07-291-0/+1
* Enter a scope when enterning a native function.Olivier Goffart2009-07-291-12/+22
* Memory leak.Olivier Goffart2009-07-291-1/+1
* Set the this object on the global context sets the global objectOlivier Goffart2009-07-281-1/+1
* don't allow defining getter/setter for __proto__ propertyKent Hansen2009-07-281-4/+9