index
:
platform/upstream/qtdeclarative
accepted/tizen/generic
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
master
sandbox/pcoval/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_ivi_release
upstream
Domain: UI Framework / Qt;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
qml
/
jsruntime
/
qv4include.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-18
Cleanup retrieval of scope and context objects
Lars Knoll
1
-1
/
+1
2015-04-24
Move exceptionValue and globalObject from the Engine onto the JS stack
Lars Knoll
1
-1
/
+1
2015-04-21
Get rid of asFunctionObject()
Lars Knoll
1
-2
/
+2
2015-04-21
More cleanups
Lars Knoll
1
-2
/
+2
2015-02-12
Update copyright headers
Jani Heikkinen
1
-7
/
+7
2015-01-23
Cleanups
Lars Knoll
1
-4
/
+4
2015-01-23
Cleanups
Lars Knoll
1
-1
/
+1
2015-01-23
Get rid of most uses of ValueRef
Lars Knoll
1
-5
/
+5
2015-01-13
Make sure we always have an engine when assigning to a Persistent
Lars Knoll
1
-3
/
+3
2015-01-12
Get rid of Value::engine()
Lars Knoll
1
-2
/
+2
2015-01-02
Reduce v8engine dependency in qv4include
Lars Knoll
1
-5
/
+4
2014-12-20
Remove most of the places where getPointer() is used
Lars Knoll
1
-10
/
+10
2014-12-11
Better encapsulate access to the global object
Lars Knoll
1
-1
/
+1
2014-11-15
Cleanup exception catching code
Lars Knoll
1
-6
/
+3
2014-11-12
Ported ExecutionEngine::newString and newIdentifier to Heap::String
Simon Hausmann
1
-4
/
+6
2014-08-25
Update license headers and add new licenses
Jani Heikkinen
1
-19
/
+11
2014-08-12
Merge remote-tracking branch 'origin/5.3' into 5.4
Simon Hausmann
1
-8
/
+16
2014-08-06
Fix Qt.include with cached compilation units and resources
Simon Hausmann
1
-8
/
+16
2014-07-22
Get rid of StringRef
Lars Knoll
1
-10
/
+10
2014-07-22
Convert ExecutionContext to new storage scheme
Lars Knoll
1
-17
/
+16
2014-03-19
Cleanup: Remove last traces of QQmlScript
Simon Hausmann
1
-2
/
+2
2014-01-22
fix whitespace
Oswald Buddenhagen
1
-3
/
+3
2013-12-04
Encapsulate the current context and fix it's usage
Lars Knoll
1
-3
/
+3
2013-11-09
Simplify & speed up function calling
Lars Knoll
1
-1
/
+1
2013-11-04
Fix various compiler warnings in order to remove warn_off in the near future
Erik Verbruggen
1
-9
/
+9
2013-10-29
Fix the remaining try/catch statements in C++
Lars Knoll
1
-7
/
+5
2013-10-29
Properly propagate parse errors
Lars Knoll
1
-8
/
+10
2013-10-03
Cleanup exception handling
Simon Hausmann
1
-1
/
+0
2013-10-02
Change exception handling API
Simon Hausmann
1
-8
/
+6
2013-09-28
Fix a few more uses of Value
Lars Knoll
1
-13
/
+16
2013-09-28
Move Value::fromBool, ... to a new Primitive class
Lars Knoll
1
-9
/
+9
2013-09-28
Fix CallContext to not hold arguments on the C stack anymore
Lars Knoll
1
-4
/
+4
2013-09-26
Fix Persistent/WeakValue API
Lars Knoll
1
-11
/
+13
2013-09-22
convert Managed::put() API to be GC safe
Lars Knoll
1
-13
/
+15
2013-09-22
Further work towards an exact GC
Lars Knoll
1
-2
/
+3
2013-09-18
Convert more methods to return a Returned<>
Lars Knoll
1
-4
/
+3
2013-09-18
Convert most remaining return values from Value to ReturnedValue
Lars Knoll
1
-4
/
+4
2013-09-18
Convert more methods to use ReturnedValue
Lars Knoll
1
-6
/
+10
2013-09-18
Convert builtin methods to return a ReturnedValue
Lars Knoll
1
-3
/
+3
2013-09-18
Rename QV4::ValueScope to QV4::Scope
Lars Knoll
1
-1
/
+1
2013-09-18
Require a ValueScope for ScopedCallData as well
Lars Knoll
1
-1
/
+2
2013-09-12
Use a ReturnedValue when converting to String or Object
Lars Knoll
1
-1
/
+1
2013-09-11
Move CallData onto the JS stack
Lars Knoll
1
-4
/
+5
2013-09-02
change calling convention for JS function calls
Lars Knoll
1
-2
/
+4
2013-08-08
Restructure source code
Lars Knoll
1
-0
/
+232