Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | use currentFrame instead of globalExec whenever we can | Kent Hansen | 2009-07-09 | 1 | -27/+27 | |
| | ||||||
* | support callees that are not function objects | Kent Hansen | 2009-07-09 | 1 | -4/+4 | |
| | | | | E.g. QScriptClass-based objects. | |||||
* | rewrite most of QScriptContext handling | Kent Hansen | 2009-07-08 | 1 | -5/+90 | |
| | | | | Do it The right way(TM), by lazily wrapping JSC::ExecState objects. | |||||
* | Fix engineDelete autotest. | Jedrzej Nowacki | 2009-07-08 | 1 | -2/+27 | |
| | ||||||
* | work on QScriptEngine::uncaughtException() | Kent Hansen | 2009-07-07 | 1 | -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-like | Kent Hansen | 2009-07-06 | 1 | -4/+2 | |
| | ||||||
* | make QScriptClass::HasInstance extension work | Kent Hansen | 2009-07-06 | 1 | -1/+1 | |
| | ||||||
* | make more tests pass | Kent Hansen | 2009-07-03 | 1 | -4/+0 | |
| | ||||||
* | implement a fair amount of the QScriptClass functionality | Kent Hansen | 2009-07-02 | 1 | -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 flag | Kent Hansen | 2009-07-02 | 1 | -0/+2 | |
| | ||||||
* | use the JSC::Getter and JSC::Setter flags | Kent Hansen | 2009-07-02 | 1 | -4/+2 | |
| | ||||||
* | implement QScriptValue::isQMetaObject() and QScriptValue::toQMetaObject() | Kent Hansen | 2009-06-26 | 1 | -10/+8 | |
| | ||||||
* | implement QMetaObject bindings | Kent Hansen | 2009-06-26 | 1 | -2/+2 | |
| | ||||||
* | work on signal bindings (connect, disconnect, signal emission) | Kent Hansen | 2009-06-24 | 1 | -3/+3 | |
| | ||||||
* | make more qscriptengine tests run | Kent Hansen | 2009-06-24 | 1 | -4/+10 | |
| | | | | | Not everything passes but at least nothing asserts anymore, so the test runs to completion. | |||||
* | make most of the qscriptvalue tests pass | Kent Hansen | 2009-06-23 | 1 | -69/+138 | |
| | | | | call(), construct() etc. | |||||
* | use JSC::asObject() | Kent Hansen | 2009-06-23 | 1 | -40/+36 | |
| | ||||||
* | Import JSC-based Qt Script from Kent's tree. | Simon Hausmann | 2009-06-16 | 1 | -0/+2303 | |