..
jsruntime.pri
Rename the DW2 and ARM unwinder helpers to standard _p.h
2013-09-02 08:33:08 +02:00
qv4alloca_p.h
Restructure source code
2013-08-08 12:22:30 +02:00
qv4argumentsobject.cpp
Use Q_ASSERT instead of assert to get rid of the checks in release builds
2013-09-02 17:27:36 +02:00
qv4argumentsobject_p.h
change calling convention for JS function calls
2013-09-02 17:27:36 +02:00
qv4arrayobject.cpp
Move prototype pointer into QV4::InternalClass
2013-09-02 17:27:36 +02:00
qv4arrayobject_p.h
Move prototype pointer into QV4::InternalClass
2013-09-02 17:27:36 +02:00
qv4booleanobject.cpp
change calling convention for JS function calls
2013-09-02 17:27:36 +02:00
qv4booleanobject_p.h
Move prototype pointer into QV4::InternalClass
2013-09-02 17:27:36 +02:00
qv4context.cpp
Fix a small bug in ExecutionContext::getPropertyAndBase
2013-09-02 17:27:36 +02:00
qv4context_p.h
change calling convention for JS function calls
2013-09-02 17:27:36 +02:00
qv4dateobject.cpp
Cleanup calls to Object::setPrototype()
2013-09-02 17:27:36 +02:00
qv4dateobject_p.h
Cleanup calls to Object::setPrototype()
2013-09-02 17:27:36 +02:00
qv4debugging.cpp
V4 debugger: change agent API to work on all debuggers.
2013-09-10 15:49:24 +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
V4: add environment variable QV4_FORCE_INTERPRETER
2013-09-11 09:42:12 +02:00
qv4engine_p.h
Optimize String.replace and RegExp.exec
2013-09-02 17:27:36 +02:00
qv4errorobject.cpp
Remove more usages of Object::setPrototype()
2013-09-02 17:27:36 +02:00
qv4errorobject_p.h
Remove more usages of Object::setPrototype()
2013-09-02 17:27:36 +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
Fix invalid reads with strings
2013-08-18 12:30:11 +02:00
qv4function_p.h
Remove unused Function::engine member and line number mapping type
2013-08-16 21:40:14 +02:00
qv4functionobject.cpp
Fix a crash in Function.apply()
2013-09-04 09:34:50 +02:00
qv4functionobject_p.h
Optimize ScriptFunction::construct() and creation of FunctionObjects
2013-09-02 17:27:36 +02:00
qv4global_p.h
Add a SimpleScriptFunction class
2013-09-02 17:27:36 +02:00
qv4globalobject.cpp
change calling convention for JS function calls
2013-09-02 17:27:36 +02:00
qv4globalobject_p.h
change calling convention for JS function calls
2013-09-02 17:27:36 +02:00
qv4identifier.cpp
Restructure source code
2013-08-08 12:22:30 +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
change calling convention for JS function calls
2013-09-02 17:27:36 +02:00
qv4include_p.h
Restructure source code
2013-08-08 12:22:30 +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
Remove more usages of Object::setPrototype()
2013-09-02 17:27:36 +02:00
qv4jsonobject_p.h
Restructure source code
2013-08-08 12:22:30 +02:00
qv4lookup.cpp
Optimise property lookups on primitive types
2013-09-02 17:27:36 +02:00
qv4lookup_p.h
Optimise property lookups on primitive types
2013-09-02 17:27:36 +02:00
qv4managed.cpp
change calling convention for JS function calls
2013-09-02 17:27:36 +02:00
qv4managed_p.h
change calling convention for JS function calls
2013-09-02 17:27:36 +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
Fix compilation with MSVC 2008 (and prospective Windows CE build fix)
2013-08-22 04:24:00 +02:00
qv4mm_p.h
Restructure source code
2013-08-08 12:22:30 +02:00
qv4numberobject.cpp
change calling convention for JS function calls
2013-09-02 17:27:36 +02:00
qv4numberobject_p.h
Move prototype pointer into QV4::InternalClass
2013-09-02 17:27:36 +02:00
qv4object.cpp
Cleanup calls to Object::setPrototype()
2013-09-02 17:27:36 +02:00
qv4object_p.h
Optimize String.replace and RegExp.exec
2013-09-02 17:27:36 +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
Move prototype pointer into QV4::InternalClass
2013-09-02 17:27:36 +02:00
qv4objectproto_p.h
Move prototype pointer into QV4::InternalClass
2013-09-02 17:27:36 +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
Remove more usages of Object::setPrototype()
2013-09-02 17:27:36 +02:00
qv4qobjectwrapper_p.h
change calling convention for JS function calls
2013-09-02 17:27:36 +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
Optimize String.replace and RegExp.exec
2013-09-02 17:27:36 +02:00
qv4regexpobject_p.h
Optimize String.replace and RegExp.exec
2013-09-02 17:27:36 +02:00
qv4runtime.cpp
Optimise property lookups on primitive types
2013-09-02 17:27:36 +02:00
qv4runtime_p.h
Generate code for conversion to signed int32.
2013-08-29 10:20:13 +02:00
qv4script.cpp
change calling convention for JS function calls
2013-09-02 17:27:36 +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
Remove more usages of Object::setPrototype()
2013-09-02 17:27:36 +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
Restructure source code
2013-08-08 12:22:30 +02:00
qv4sparsearray_p.h
Restructure source code
2013-08-08 12:22:30 +02:00
qv4stacktrace.cpp
wince: Build fix, creating stack traces is not available on this platform
2013-09-06 17:42:10 +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
Restructure source code
2013-08-08 12:22:30 +02:00
qv4stringobject.cpp
Optimize String.replace and RegExp.exec
2013-09-02 17:27:36 +02:00
qv4stringobject_p.h
Cleanup calls to Object::setPrototype()
2013-09-02 17:27:36 +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
Fix the header guard for the ARM unwinder helper
2013-09-02 08:33:11 +02:00
qv4unwindhelper_dw2_p.h
Rename the DW2 and ARM unwinder helpers to standard _p.h
2013-09-02 08:33:08 +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
Restructure source code
2013-08-08 12:22:30 +02:00
qv4value_def_p.h
Add Value::isNullOrUndefined()
2013-09-02 17:27:36 +02:00
qv4value_p.h
change calling convention for JS function calls
2013-09-02 17:27:36 +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
V4: Fix build in release with forced asserts
2013-09-10 20:13:41 +02:00
qv4vme_moth_p.h
Trivial compile fix for tools/v4/v4
2013-08-08 15:35:29 +02:00