qtdeclarative/src/qml/jsruntime
Lars Knoll d6837e9ca3 Rename QV4::ValueScope to QV4::Scope
The class is going to be used all over the place, so let's
give it a short name :)

Change-Id: If61543cb2c885e7fbb95c8fc4d0e870097c352ed
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
2013-09-18 13:13:23 +02:00
..
jsruntime.pri Add ScopedValue and ScopedValueArray classes 2013-09-11 13:01:47 +02:00
qv4alloca_p.h Restructure source code 2013-08-08 12:22:30 +02:00
qv4argumentsobject.cpp Rename QV4::ValueScope to QV4::Scope 2013-09-18 13:13:23 +02:00
qv4argumentsobject_p.h Use a ReturnedValue for Managed::call() 2013-09-18 13:13:18 +02:00
qv4arrayobject.cpp Rename QV4::ValueScope to QV4::Scope 2013-09-18 13:13:23 +02:00
qv4arrayobject_p.h Use a ReturnedValue for Managed::call() 2013-09-18 13:13:18 +02:00
qv4booleanobject.cpp Use a ReturnedValue for Managed::call() 2013-09-18 13:13:18 +02:00
qv4booleanobject_p.h Use a ReturnedValue for Managed::call() 2013-09-18 13:13:18 +02:00
qv4context.cpp Rename QV4::ValueScope to QV4::Scope 2013-09-18 13:13:23 +02:00
qv4context_p.h Adjust return values to use ReturnedValue 2013-09-18 13:13:16 +02:00
qv4dateobject.cpp Rename QV4::ValueScope to QV4::Scope 2013-09-18 13:13:23 +02:00
qv4dateobject_p.h Use a ReturnedValue for Managed::call() 2013-09-18 13:13:18 +02:00
qv4debugging.cpp Remove qSort usages from declarative 2013-09-13 01:10:37 +02:00
qv4debugging_p.h V4 debugger: change agent API to work on all debuggers. 2013-09-10 15:49:24 +02:00
qv4engine.cpp Properly unwind the js stack for generated code 2013-09-11 13:02:00 +02:00
qv4engine_p.h Create a stack for JS values and use it in the interpreter 2013-09-11 13:01:44 +02:00
qv4errorobject.cpp Rename QV4::ValueScope to QV4::Scope 2013-09-18 13:13:23 +02:00
qv4errorobject_p.h Use a ReturnedValue for Managed::call() 2013-09-18 13:13:18 +02:00
qv4exception.cpp Restructure source code 2013-08-08 12:22:30 +02:00
qv4exception_gcc.cpp Restructure source code 2013-08-08 12:22:30 +02:00
qv4exception_p.h Restructure source code 2013-08-08 12:22:30 +02:00
qv4executableallocator.cpp Restructure source code 2013-08-08 12:22:30 +02:00
qv4executableallocator_p.h Restructure source code 2013-08-08 12:22:30 +02:00
qv4function.cpp Change calling convention in JIT to use ReturnedValue 2013-09-18 13:13:12 +02:00
qv4function_p.h Change calling convention in JIT to use ReturnedValue 2013-09-18 13:13:12 +02:00
qv4functionobject.cpp Rename QV4::ValueScope to QV4::Scope 2013-09-18 13:13:23 +02:00
qv4functionobject_p.h Use a ReturnedValue for Managed::call() 2013-09-18 13:13:18 +02:00
qv4global_p.h Convert ReturnedValue into a primitive (typedef to quint64) 2013-09-12 21:52:39 +02:00
qv4globalobject.cpp Rename QV4::ValueScope to QV4::Scope 2013-09-18 13:13:23 +02:00
qv4globalobject_p.h Use a ReturnedValue for Managed::call() 2013-09-18 13:13:18 +02:00
qv4identifier.cpp Add ValueRef classe and use it to make things GC safe 2013-09-11 13:02:12 +02:00
qv4identifier_p.h Restructure source code 2013-08-08 12:22:30 +02:00
qv4identifiertable.cpp Inline identifier lookup where it makes sense 2013-09-02 17:27:36 +02:00
qv4identifiertable_p.h Inline identifier lookup where it makes sense 2013-09-02 17:27:36 +02:00
qv4include.cpp Rename QV4::ValueScope to QV4::Scope 2013-09-18 13:13:23 +02:00
qv4include_p.h Allow QtQuick private headers to be used with QT_NO_KEYWORDS. 2013-09-12 16:54:03 +02:00
qv4internalclass.cpp Cleanup calls to Object::setPrototype() 2013-09-02 17:27:36 +02:00
qv4internalclass_p.h Add the object's prototype to the InternalClass structure 2013-09-02 17:27:36 +02:00
qv4jsonobject.cpp Rename QV4::ValueScope to QV4::Scope 2013-09-18 13:13:23 +02:00
qv4jsonobject_p.h Restructure source code 2013-08-08 12:22:30 +02:00
qv4lookup.cpp Rename QV4::ValueScope to QV4::Scope 2013-09-18 13:13:23 +02:00
qv4lookup_p.h Optimise property lookups on primitive types 2013-09-02 17:27:36 +02:00
qv4managed.cpp Use a ReturnedValue for Managed::call() 2013-09-18 13:13:18 +02:00
qv4managed_p.h Use a ReturnedValue for Managed::call() 2013-09-18 13:13:18 +02:00
qv4math_p.h Restructure source code 2013-08-08 12:22:30 +02:00
qv4mathobject.cpp Remove more usages of Object::setPrototype() 2013-09-02 17:27:36 +02:00
qv4mathobject_p.h Restructure source code 2013-08-08 12:22:30 +02:00
qv4mm.cpp Remove qLowerBound usages from declarative 2013-09-13 01:10:51 +02:00
qv4mm_p.h Add ValueRef classe and use it to make things GC safe 2013-09-11 13:02:12 +02:00
qv4numberobject.cpp Rename QV4::ValueScope to QV4::Scope 2013-09-18 13:13:23 +02:00
qv4numberobject_p.h Use a ReturnedValue for Managed::call() 2013-09-18 13:13:18 +02:00
qv4object.cpp Rename QV4::ValueScope to QV4::Scope 2013-09-18 13:13:23 +02:00
qv4object_p.h Convert ReturnedValue into a primitive (typedef to quint64) 2013-09-12 21:52:39 +02:00
qv4objectiterator.cpp Move prototype pointer into QV4::InternalClass 2013-09-02 17:27:36 +02:00
qv4objectiterator_p.h Restructure source code 2013-08-08 12:22:30 +02:00
qv4objectproto.cpp Rename QV4::ValueScope to QV4::Scope 2013-09-18 13:13:23 +02:00
qv4objectproto_p.h Use a ReturnedValue for Managed::call() 2013-09-18 13:13:18 +02:00
qv4property_p.h Restructure source code 2013-08-08 12:22:30 +02:00
qv4qmlextensions.cpp Restructure source code 2013-08-08 12:22:30 +02:00
qv4qmlextensions_p.h Restructure source code 2013-08-08 12:22:30 +02:00
qv4qobjectwrapper.cpp Rename QV4::ValueScope to QV4::Scope 2013-09-18 13:13:23 +02:00
qv4qobjectwrapper_p.h Use a ReturnedValue for Managed::call() 2013-09-18 13:13:18 +02:00
qv4regexp.cpp Restructure source code 2013-08-08 12:22:30 +02:00
qv4regexp_p.h Restructure source code 2013-08-08 12:22:30 +02:00
qv4regexpobject.cpp Rename QV4::ValueScope to QV4::Scope 2013-09-18 13:13:23 +02:00
qv4regexpobject_p.h Use a ReturnedValue for Managed::call() 2013-09-18 13:13:18 +02:00
qv4runtime.cpp Rename QV4::ValueScope to QV4::Scope 2013-09-18 13:13:23 +02:00
qv4runtime_p.h Rename QV4::ValueScope to QV4::Scope 2013-09-18 13:13:23 +02:00
qv4scopedvalue_p.h Rename QV4::ValueScope to QV4::Scope 2013-09-18 13:13:23 +02:00
qv4script.cpp Rename QV4::ValueScope to QV4::Scope 2013-09-18 13:13:23 +02:00
qv4script_p.h Fix crashes when running tst_qqmlecmascript::importScripts with aggressive gc 2013-09-02 14:32:20 +02:00
qv4sequenceobject.cpp Rename QV4::ValueScope to QV4::Scope 2013-09-18 13:13:23 +02:00
qv4sequenceobject_p.h Move prototype pointer into QV4::InternalClass 2013-09-02 17:27:36 +02:00
qv4serialize.cpp Restructure source code 2013-08-08 12:22:30 +02:00
qv4serialize_p.h Restructure source code 2013-08-08 12:22:30 +02:00
qv4sparsearray.cpp Rename QV4::ValueScope to QV4::Scope 2013-09-18 13:13:23 +02:00
qv4sparsearray_p.h Restructure source code 2013-08-08 12:22:30 +02:00
qv4stacktrace.cpp Properly unwind the js stack for generated code 2013-09-11 13:02:00 +02:00
qv4stacktrace_p.h Restructure source code 2013-08-08 12:22:30 +02:00
qv4string.cpp Cleanup calls to Object::setPrototype() 2013-09-02 17:27:36 +02:00
qv4string_p.h Convert ReturnedValue into a primitive (typedef to quint64) 2013-09-12 21:52:39 +02:00
qv4stringobject.cpp Rename QV4::ValueScope to QV4::Scope 2013-09-18 13:13:23 +02:00
qv4stringobject_p.h Use a ReturnedValue for Managed::call() 2013-09-18 13:13:18 +02:00
qv4unwindhelper.cpp Rename the DW2 and ARM unwinder helpers to standard _p.h 2013-09-02 08:33:08 +02:00
qv4unwindhelper_arm_p.h Properly unwind the js stack for generated code 2013-09-11 13:02:00 +02:00
qv4unwindhelper_dw2_p.h Properly unwind the js stack for generated code 2013-09-11 13:02:00 +02:00
qv4unwindhelper_p.h Restructure source code 2013-08-08 12:22:30 +02:00
qv4util_p.h Restructure source code 2013-08-08 12:22:30 +02:00
qv4value.cpp Rename QV4::ValueScope to QV4::Scope 2013-09-18 13:13:23 +02:00
qv4value_def_p.h Convert ReturnedValue into a primitive (typedef to quint64) 2013-09-12 21:52:39 +02:00
qv4value_p.h Use a ReturnedValue for Managed::call() 2013-09-18 13:13:18 +02:00
qv4variantobject.cpp Remove more usages of Object::setPrototype() 2013-09-02 17:27:36 +02:00
qv4variantobject_p.h Move prototype pointer into QV4::InternalClass 2013-09-02 17:27:36 +02:00
qv4vme_moth.cpp Change calling convention in JIT to use ReturnedValue 2013-09-18 13:13:12 +02:00
qv4vme_moth_p.h Change calling convention in JIT to use ReturnedValue 2013-09-18 13:13:12 +02:00