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
/
src
/
script
/
api
/
qscriptcontext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2011.
Jason McDonald
2011-01-11
1
-1
/
+1
*
Fixed spelling, broken links, and missing default values.
Jerome Pasion
2010-08-30
1
-1
/
+1
*
Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.
Jerome Pasion
2010-08-09
1
-1
/
+1
*
QScript: document/obsolete things that does not work since the move to JSC
Olivier Goffart
2010-07-29
1
-0
/
+10
*
Ensure that activation object has been created before popping scope of native...
Kent Hansen
2010-05-27
1
-0
/
+1
*
QtScript: Add yet more missing API shims
Kent Hansen
2010-03-26
1
-0
/
+14
*
Update copyright year to 2010
Jason McDonald
2010-01-07
1
-1
/
+1
*
Fixed the QtScript license information in the source files to refer
Simon Hausmann
2009-11-17
1
-19
/
+1
*
Replace LGPL license tags with LGPL-ONLY
Simon Hausmann
2009-11-17
1
-1
/
+1
*
use JSObject::inherits() instead of JSObject::isObject()
Kent Hansen
2009-09-21
1
-3
/
+3
*
put the this-register calculation into a function
Kent Hansen
2009-09-18
1
-1
/
+1
*
Fix the bactkrace in the QScript Debugger
Olivier Goffart
2009-09-09
1
-6
/
+1
*
Update license headers again.
Jason McDonald
2009-09-09
1
-4
/
+4
*
Update tech preview license header for files that are new in 4.6.
Jason McDonald
2009-08-31
1
-13
/
+13
*
Fix QScriptContext::argumentObjects for function called with QScriptValue::call
Olivier Goffart
2009-08-24
1
-2
/
+7
*
remove unused variable
Kent Hansen
2009-08-20
1
-1
/
+0
*
Fix the QScriptContext::argumentsObject and QScriptContext::argument for js f...
Olivier Goffart
2009-08-18
1
-7
/
+14
*
Clean up.
Jedrzej Nowacki
2009-08-18
1
-2
/
+2
*
push the right object when the argument is the Global Object
Kent Hansen
2009-08-14
1
-4
/
+13
*
Detect evaluation context in the backtrace
Olivier Goffart
2009-08-14
1
-0
/
+3
*
More polishing on the backtrace
Olivier Goffart
2009-08-14
1
-3
/
+7
*
make sure QScriptContext::scopeChain() returns the right object
Kent Hansen
2009-08-14
1
-2
/
+9
*
make it possible for any script object to serve as activation object
Kent Hansen
2009-08-14
1
-6
/
+23
*
Fix compilation on Windows
Simon Hausmann
2009-08-14
1
-0
/
+1
*
Skip the fake context created by Interpreter::exucute for the backtrace
Olivier Goffart
2009-08-14
1
-0
/
+5
*
Lazily construct the QScriptActivationObject
Olivier Goffart
2009-08-13
1
-23
/
+36
*
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...
Kent Hansen
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
-8
/
+24
*
Fix line number and arguments in QScriptContext::toString
Olivier Goffart
2009-08-11
1
-5
/
+2
*
make QScriptContext::setScope() fail for object created in other engine
Kent Hansen
2009-08-10
1
-0
/
+6
*
implement QScriptContext::setActivationObject()
Kent Hansen
2009-08-10
1
-3
/
+19
*
cleanup (hide the use of reinterpret_cast)
Kent Hansen
2009-08-10
1
-20
/
+20
*
implement QScriptContext::backtrace()
Kent Hansen
2009-08-10
1
-34
/
+2
*
add configure options for (not) building the QtScript module
Kent Hansen
2009-08-07
1
-4
/
+0
*
Use a more reliable method to dinstinguish between an op_call and an op_const...
Olivier Goffart
2009-08-04
1
-2
/
+5
*
QScriptContext::calledAsConstructor also works with non-native function
Olivier Goffart
2009-08-03
1
-5
/
+21
*
Remove QScriptContextPrivate, QScriptContext is now a JSC::CallFrame
Olivier Goffart
2009-07-31
1
-100
/
+75
*
Move the declaration on some function into qscriptengine_p.h
Olivier Goffart
2009-07-31
1
-5
/
+0
*
Small Refactoring of QScript
Olivier Goffart
2009-07-31
1
-4
/
+14
*
implement QScriptContext::activationObject()
Kent Hansen
2009-07-30
1
-9
/
+38
*
Implement QScriptEngine::pushContext end popContext
Olivier Goffart
2009-07-30
1
-1
/
+3
*
set calledAsConstructor to true when function is called as constructor
Kent Hansen
2009-07-29
1
-0
/
+5
*
initialize calledAsConstructor member
Kent Hansen
2009-07-29
1
-0
/
+1
*
Memory leak.
Olivier Goffart
2009-07-29
1
-1
/
+1
*
Set the this object on the global context sets the global object
Olivier Goffart
2009-07-28
1
-1
/
+1
*
Fix tst_QScriptEngine::nestedEvaluate
Olivier Goffart
2009-07-28
1
-7
/
+1
*
don't rely on custom global object to get GC callback
Kent Hansen
2009-07-27
1
-6
/
+6
*
Fix tst_QScriptContext::arguments
Olivier Goffart
2009-07-27
1
-2
/
+3
*
avoid crashing when attempting to set this-object of global context
Kent Hansen
2009-07-15
1
-0
/
+4
*
some small fixes/experiments
Kent Hansen
2009-07-10
1
-4
/
+20
[next]