aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmljavascriptexpression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-1/+1
* Fix some documentation errors.Friedemann Kleint2014-03-241-1/+0
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-181-55/+58
|\
| * Fix crash when the currently running binding is deleted.Michael Brasser2014-02-151-55/+58
* | Rename some filesLars Knoll2014-01-311-1/+1
|/
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-3/+3
* Ensure the this object is set correctly to the scope object in binding expres...Simon Hausmann2013-11-051-2/+2
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-3/+2
* Fix the remaining try/catch statements in C++Lars Knoll2013-10-291-15/+14
* Properly propagate parse errorsLars Knoll2013-10-291-9/+9
* Remove internal method from public APILars Knoll2013-10-191-3/+3
* Change exception handling APISimon Hausmann2013-10-021-51/+11
* Remove most uses of Value from qml/qmlLars Knoll2013-09-301-9/+11
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-2/+2
* Fix Persistent/WeakValue APILars Knoll2013-09-261-9/+9
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-1/+2
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-3/+3
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-19/+17
* Convert more methods to use ReturnedValueLars Knoll2013-09-181-15/+22
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-1/+1
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-1/+1
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-1/+1
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-2/+3
* Use a ReturnedValue when converting to String or ObjectLars Knoll2013-09-121-3/+3
* Move CallData onto the JS stackLars Knoll2013-09-111-7/+6
* change calling convention for JS function callsLars Knoll2013-09-021-2/+7
* Remove QV4::DiagnosticMessageLars Knoll2013-08-201-16/+10
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-241-0/+7
|\
| * QQmlError.object now holds the scope object that caused exceptions.Mark Visser2013-05-081-0/+9
* | Remove the context argument from Managed::callLars Knoll2013-06-221-1/+1
* | Fix two more errors in the worker script auto testLars Knoll2013-06-181-1/+2
* | Fix syntax error propagationSimon Hausmann2013-06-131-7/+18
* | Move QV8QObjectWrapper::newQObject into QV4::QObjectWrapperSimon Hausmann2013-06-051-1/+1
* | Fix uninitialized return value for QQmlJavaScriptExpression::evaluateSimon Hausmann2013-06-021-1/+1
* | Cleanup the context wrapper codeLars Knoll2013-05-301-2/+3
* | Remove some leftovers from the v8bindingsLars Knoll2013-05-291-14/+0
* | Fix file and line number reporting of QML/JS errorsSimon Hausmann2013-05-271-7/+15
* | Small cleanupLars Knoll2013-05-261-9/+0
* | Get rid of Get/SetHiddenValue in the v8 APILars Knoll2013-05-241-2/+2
* | Add support for direct binding evaluation in QV4ScriptLars Knoll2013-05-241-2/+35
* | Replace usage of v8::Script and qmlModeCompile with QV4::ScriptLars Knoll2013-05-221-34/+11
* | Get rid of v8::TryCatch and v8::MessageLars Knoll2013-05-211-24/+0
* | Convert the remaining TryCatch statements to use QV4::ExceptionLars Knoll2013-05-211-44/+33
* | Fix return value for QQmlJavascriptExpression::evaluateLars Knoll2013-05-211-2/+2
* | Cleanup QQmlDelayedErrorLars Knoll2013-05-211-20/+18
* | Move QQmlJavascriptExression::evaluate over to v4Lars Knoll2013-05-211-21/+28
* | Convert qqmljavascriptexpression to use QV4::PersistentValueLars Knoll2013-05-081-5/+4
* | Change some v8::Persistent to QV4::PersistentValueLars Knoll2013-05-071-12/+14
* | Get rid of v8::LocalLars Knoll2013-05-061-18/+18