summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptvalue.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* use currentFrame instead of globalExec whenever we canKent Hansen2009-07-091-27/+27
|
* support callees that are not function objectsKent Hansen2009-07-091-4/+4
| | | | E.g. QScriptClass-based objects.
* rewrite most of QScriptContext handlingKent Hansen2009-07-081-5/+90
| | | | Do it The right way(TM), by lazily wrapping JSC::ExecState objects.
* Fix engineDelete autotest.Jedrzej Nowacki2009-07-081-2/+27
|
* work on QScriptEngine::uncaughtException()Kent Hansen2009-07-071-2/+10
| | | | | | It's possible that JSC evaluate() returns a completion of type Throw without hadException() being true, so we need to store the exception value explicitly.
* fix QScriptValue::construct() when argument is not array-likeKent Hansen2009-07-061-4/+2
|
* make QScriptClass::HasInstance extension workKent Hansen2009-07-061-1/+1
|
* make more tests passKent Hansen2009-07-031-4/+0
|
* implement a fair amount of the QScriptClass functionalityKent Hansen2009-07-021-7/+15
| | | | | Enumeration is missing, as is the ability to change the class of an object after it has been created.
* implement QScriptValue::QObjectMember property flagKent Hansen2009-07-021-0/+2
|
* use the JSC::Getter and JSC::Setter flagsKent Hansen2009-07-021-4/+2
|
* implement QScriptValue::isQMetaObject() and QScriptValue::toQMetaObject()Kent Hansen2009-06-261-10/+8
|
* implement QMetaObject bindingsKent Hansen2009-06-261-2/+2
|
* work on signal bindings (connect, disconnect, signal emission)Kent Hansen2009-06-241-3/+3
|
* make more qscriptengine tests runKent Hansen2009-06-241-4/+10
| | | | | Not everything passes but at least nothing asserts anymore, so the test runs to completion.
* make most of the qscriptvalue tests passKent Hansen2009-06-231-69/+138
| | | | call(), construct() etc.
* use JSC::asObject()Kent Hansen2009-06-231-40/+36
|
* Import JSC-based Qt Script from Kent's tree.Simon Hausmann2009-06-161-0/+2303