summaryrefslogtreecommitdiff
path: root/src/qml/jsruntime/qv4include.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-18Cleanup retrieval of scope and context objectsLars Knoll1-1/+1
2015-04-24Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll1-1/+1
2015-04-21Get rid of asFunctionObject()Lars Knoll1-2/+2
2015-04-21More cleanupsLars Knoll1-2/+2
2015-02-12Update copyright headersJani Heikkinen1-7/+7
2015-01-23CleanupsLars Knoll1-4/+4
2015-01-23CleanupsLars Knoll1-1/+1
2015-01-23Get rid of most uses of ValueRefLars Knoll1-5/+5
2015-01-13Make sure we always have an engine when assigning to a PersistentLars Knoll1-3/+3
2015-01-12Get rid of Value::engine()Lars Knoll1-2/+2
2015-01-02Reduce v8engine dependency in qv4includeLars Knoll1-5/+4
2014-12-20Remove most of the places where getPointer() is usedLars Knoll1-10/+10
2014-12-11Better encapsulate access to the global objectLars Knoll1-1/+1
2014-11-15Cleanup exception catching codeLars Knoll1-6/+3
2014-11-12Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann1-4/+6
2014-08-25Update license headers and add new licensesJani Heikkinen1-19/+11
2014-08-12Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann1-8/+16
2014-08-06Fix Qt.include with cached compilation units and resourcesSimon Hausmann1-8/+16
2014-07-22Get rid of StringRefLars Knoll1-10/+10
2014-07-22Convert ExecutionContext to new storage schemeLars Knoll1-17/+16
2014-03-19Cleanup: Remove last traces of QQmlScriptSimon Hausmann1-2/+2
2014-01-22fix whitespaceOswald Buddenhagen1-3/+3
2013-12-04Encapsulate the current context and fix it's usageLars Knoll1-3/+3
2013-11-09Simplify & speed up function callingLars Knoll1-1/+1
2013-11-04Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen1-9/+9
2013-10-29Fix the remaining try/catch statements in C++Lars Knoll1-7/+5
2013-10-29Properly propagate parse errorsLars Knoll1-8/+10
2013-10-03Cleanup exception handlingSimon Hausmann1-1/+0
2013-10-02Change exception handling APISimon Hausmann1-8/+6
2013-09-28Fix a few more uses of ValueLars Knoll1-13/+16
2013-09-28Move Value::fromBool, ... to a new Primitive classLars Knoll1-9/+9
2013-09-28Fix CallContext to not hold arguments on the C stack anymoreLars Knoll1-4/+4
2013-09-26Fix Persistent/WeakValue APILars Knoll1-11/+13
2013-09-22convert Managed::put() API to be GC safeLars Knoll1-13/+15
2013-09-22Further work towards an exact GCLars Knoll1-2/+3
2013-09-18Convert more methods to return a Returned<>Lars Knoll1-4/+3
2013-09-18Convert most remaining return values from Value to ReturnedValueLars Knoll1-4/+4
2013-09-18Convert more methods to use ReturnedValueLars Knoll1-6/+10
2013-09-18Convert builtin methods to return a ReturnedValueLars Knoll1-3/+3
2013-09-18Rename QV4::ValueScope to QV4::ScopeLars Knoll1-1/+1
2013-09-18Require a ValueScope for ScopedCallData as wellLars Knoll1-1/+2
2013-09-12Use a ReturnedValue when converting to String or ObjectLars Knoll1-1/+1
2013-09-11Move CallData onto the JS stackLars Knoll1-4/+5
2013-09-02change calling convention for JS function callsLars Knoll1-2/+4
2013-08-08Restructure source codeLars Knoll1-0/+232