Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | make QScriptContext::setScope() fail for object created in other engine | Kent Hansen | 2009-08-10 | 1 | -8/+15 | |
| | | | | | | | | | | | | | | | Also fix some autotest failures, improve the descriptions of failures, and make the tests run to completion. | |||||
* | | | implement QScriptContext::setActivationObject() | Kent Hansen | 2009-08-10 | 1 | -2/+6 | |
| | | | ||||||
* | | | implement QScriptContext::backtrace() | Kent Hansen | 2009-08-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | Doesn't pass the test yet, but at least it returns something that might be useful on occasion. | |||||
* | | | skip the QScriptContext::returnValue() test | Kent Hansen | 2009-08-10 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | returnValue() and setReturnValue() are internal functions not implemented in the JSC-based back-end. | |||||
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵ | Kent Hansen | 2009-08-05 | 1 | -0/+30 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | qtscript-jsc-backend Conflicts: src/script/qscriptextqobject.cpp | |||||
| * | | test that activation and this-object can be inherited from parent context | Kent Hansen | 2009-07-31 | 1 | -0/+30 | |
| | | | ||||||
* | | | Do not crash if using popContext() while the current context have not been ↵ | Olivier Goffart | 2009-08-04 | 1 | -6/+2 | |
| | | | | | | | | | | | | | | | | | | pushed Reviewed-by: Kent Hansen | |||||
* | | | QScriptContext::calledAsConstructor also works with non-native function | Olivier Goffart | 2009-08-03 | 1 | -5/+28 | |
| | | | | | | | | | | | | | | | | | | | | | Use the opcode to see if it was called with op_construct This could also work with native function, but not when they are called with QScriptValue::call() or QScriptValue::construct() | |||||
* | | | implement QScriptContext::activationObject() | Kent Hansen | 2009-07-30 | 1 | -8/+9 | |
| | | | ||||||
* | | | Implement QScriptEngine::pushContext end popContext | Olivier Goffart | 2009-07-30 | 1 | -2/+9 | |
| | | | | | | | | | | | | Reviewed-by: Kent Hansen | |||||
* | | | set calledAsConstructor to true when function is called as constructor | Kent Hansen | 2009-07-29 | 1 | -0/+32 | |
| | | | ||||||
* | | | Set the this object on the global context sets the global object | Olivier Goffart | 2009-07-28 | 1 | -2/+0 | |
| | | | | | | | | | | | | Reviewed-by: Kent Hansen | |||||
* | | | Test tst_QScriptContext::lineNumber | Olivier Goffart | 2009-07-28 | 1 | -3/+1 | |
| | | | | | | | | | | | | The test was wrong. The line number should be from within the eval. | |||||
* | | | add QEXPECT_FAIL where it fails | Olivier Goffart | 2009-07-27 | 1 | -0/+7 | |
| | | | ||||||
* | | | Fix tst_QScriptContext::arguments | Olivier Goffart | 2009-07-27 | 1 | -2/+43 | |
| | | | ||||||
* | | | update autotest | Kent Hansen | 2009-07-15 | 1 | -3/+4 | |
| | | | ||||||
* | | | mark a few expected failures | Kent Hansen | 2009-07-09 | 1 | -0/+3 | |
| | | | ||||||
* | | | make arguments object work for native functions | Kent Hansen | 2009-07-09 | 1 | -0/+26 | |
| | | | | | | | | | | | | There's an off-by-one issue that we just work around for now. | |||||
* | | | remove two expected failures | Kent Hansen | 2009-07-09 | 1 | -2/+0 | |
| | | | | | | | | | | | | They now work. | |||||
* | | | rewrite most of QScriptContext handling | Kent Hansen | 2009-07-08 | 1 | -1/+9 | |
|/ / | | | | | | | Do it The right way(TM), by lazily wrapping JSC::ExecState objects. | |||||
* | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 | |
| | | | | | | | | Reviewed-by: Trust Me | |||||
| * | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 3 | -0/+697 | |
| | ||||||
* | add a bunch of qtscript autotests | Kent Hansen | 2009-06-15 | 1 | -0/+18 | |
| | | | | Get that code coverage up. | |||||
* | Long live Qt! | Lars Knoll | 2009-03-23 | 3 | -0/+697 | |