index
:
delta/qt4-tools.git
4.5
4.6
4.6-digia
4.7
4.7-digia
4.8
4.8-bb10
4.8.0-symbian
4.8.1-symbian
baserock/morph
history/qtquick2
history/qtquick2-v8
code.qt.io: qt/qt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
auto
/
qscriptcontext
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't crash when creating backtrace for built-in JS function (2nd try)
Kent Hansen
2011-02-08
1
-1
/
+30
*
Don't crash when creating backtrace for built-in JS function
Kent Hansen
2011-02-03
1
-0
/
+15
*
Update copyright year to 2011.
Jason McDonald
2011-01-11
1
-1
/
+1
*
Ensure that activation object has been created before popping scope of native...
Kent Hansen
2010-05-27
1
-0
/
+45
*
Update copyright year to 2010
Jason McDonald
2010-01-07
1
-1
/
+1
*
Add references to JIRA tasks for expected test failures
Kent Hansen
2009-11-23
1
-1
/
+1
*
QScriptContext::parentContext: don't skip unessecary frames
Olivier Goffart
2009-10-06
1
-1
/
+0
*
add test for QT-2270
Kent Hansen
2009-10-06
1
-0
/
+17
*
QScript: Add test for getting backtrace of recursive functions
Olivier Goffart
2009-09-28
1
-0
/
+66
*
QScript: Fix strange bugs and crashes.
Olivier Goffart
2009-09-28
1
-0
/
+25
*
improve "nested evaluation" test
Kent Hansen
2009-09-25
1
-0
/
+10
*
Update license headers again.
Jason McDonald
2009-09-09
1
-4
/
+4
*
Merge branch '4.5' into 4.6
Thiago Macieira
2009-08-31
1
-13
/
+13
|
\
|
*
Update tech preview license header.
Jason McDonald
2009-08-31
1
-13
/
+13
|
*
Update license headers.
Jason McDonald
2009-08-11
1
-1
/
+1
*
|
Make it possible for autotests to check if JIT is enabled or not
Kent Hansen
2009-08-28
1
-10
/
+14
*
|
QScriptContextInfo: fix the line numbers with JIT
Olivier Goffart
2009-08-28
1
-2
/
+8
*
|
Fix QScriptContext::argumentObjects for function called with QScriptValue::call
Olivier Goffart
2009-08-24
1
-0
/
+35
*
|
Fix the QScriptContext::argumentsObject and QScriptContext::argument for js f...
Olivier Goffart
2009-08-18
1
-5
/
+48
*
|
Fix the line numbers on the backtrace
Olivier Goffart
2009-08-18
1
-3
/
+6
*
|
test default scope chain after a new context has been pushed
Kent Hansen
2009-08-17
1
-0
/
+3
*
|
push the right object when the argument is the Global Object
Kent Hansen
2009-08-14
1
-12
/
+9
*
|
Detect evaluation context in the backtrace
Olivier Goffart
2009-08-14
1
-2
/
+2
*
|
More polishing on the backtrace
Olivier Goffart
2009-08-14
1
-18
/
+18
*
|
more extensive backtrace test
Olivier Goffart
2009-08-14
1
-12
/
+93
*
|
Polish the QScriptContext::backtrace()
Olivier Goffart
2009-08-14
1
-4
/
+3
*
|
make sure QScriptContext::scopeChain() returns the right object
Kent Hansen
2009-08-14
1
-0
/
+2
*
|
make it possible for any script object to serve as activation object
Kent Hansen
2009-08-14
1
-2
/
+37
*
|
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...
Kent Hansen
2009-08-12
1
-1
/
+1
|
\
\
|
*
|
Update contact URL in license headers.
Jason McDonald
2009-08-12
1
-1
/
+1
*
|
|
make it possible to pop all items in a scope chain and then push to it
Kent Hansen
2009-08-11
1
-6
/
+4
*
|
|
Fix line number and arguments in QScriptContext::toString
Olivier Goffart
2009-08-11
1
-1
/
+0
*
|
|
Test the activationObject for js functions
Olivier Goffart
2009-08-10
1
-0
/
+25
*
|
|
more tests for the QScriptContext::argumentsObject
Olivier Goffart
2009-08-10
1
-4
/
+11
*
|
|
make QScriptContext::setScope() fail for object created in other engine
Kent Hansen
2009-08-10
1
-8
/
+15
*
|
|
implement QScriptContext::setActivationObject()
Kent Hansen
2009-08-10
1
-2
/
+6
*
|
|
implement QScriptContext::backtrace()
Kent Hansen
2009-08-10
1
-1
/
+1
*
|
|
skip the QScriptContext::returnValue() test
Kent Hansen
2009-08-10
1
-2
/
+1
*
|
|
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...
Kent Hansen
2009-08-05
1
-0
/
+30
|
\
\
\
|
|
/
/
|
*
|
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 pu...
Olivier Goffart
2009-08-04
1
-6
/
+2
*
|
|
QScriptContext::calledAsConstructor also works with non-native function
Olivier Goffart
2009-08-03
1
-5
/
+28
*
|
|
implement QScriptContext::activationObject()
Kent Hansen
2009-07-30
1
-8
/
+9
*
|
|
Implement QScriptEngine::pushContext end popContext
Olivier Goffart
2009-07-30
1
-2
/
+9
*
|
|
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
*
|
|
Test tst_QScriptContext::lineNumber
Olivier Goffart
2009-07-28
1
-3
/
+1
*
|
|
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
[next]