aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4stringobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanupSimon Hausmann2015-06-171-2/+1
* Store a Heap::String pointer in StringObjectLars Knoll2015-06-171-14/+13
* Get rid of the tmpProperty in StringObjectLars Knoll2015-06-171-6/+7
* Fix Object::getOwnProperty APILars Knoll2015-06-171-2/+3
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-6/+6
* Move constructor objects onto the js stackLars Knoll2015-04-241-2/+2
* Move more objects from the v4 engine to the js stackLars Knoll2015-04-241-2/+2
* Get rid of asFunctionObject()Lars Knoll2015-04-211-2/+2
* More cleanupsLars Knoll2015-04-211-6/+6
* Get rid of asStringObject()Lars Knoll2015-04-171-4/+4
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-031-1/+1
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-1/+1
| |\
| | * V4: include alloca private header as alloca is used unconditionally.Pasi Petäjäjärvi2015-01-261-0/+1
* | | Move memory management related functionality into it's own folderLars Knoll2015-03-021-1/+1
|/ /
* | Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-7/+4
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | CleanupsLars Knoll2015-01-231-34/+34
* | CleanupsLars Knoll2015-01-231-1/+1
* | Remove all remaining usages of ValueRefLars Knoll2015-01-231-1/+1
* | Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* | Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-7/+4
* | Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-2/+0
* | Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-211-1/+1
* | Move vtable out of internalClassLars Knoll2015-01-201-1/+1
* | Use QV4::ScopedArrayObject typedef instead of actual typeOleg Shparber2015-01-031-1/+1
* | Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-2/+2
* | Make Property uses GC safeLars Knoll2014-12-201-1/+1
* | Remove most of the places where getPointer() is usedLars Knoll2014-12-201-4/+4
* | Fix the way we set the property name during iterationLars Knoll2014-12-201-2/+2
* | Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-1/+1
* | Return a Heap::Object in Object::prototype()Lars Knoll2014-12-171-4/+4
* | Add default parameter value for ExecutionEngine::newString()Oleg Shparber2014-12-121-4/+4
* | Move prototype back from the vtable into ObjectLars Knoll2014-12-111-5/+5
* | Make QV4::RegExpObject header independent from masm headersOleg Shparber2014-11-211-0/+1
* | Remove the executioncontext in a few more places where it's not neededLars Knoll2014-11-211-2/+2
* | Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-211-1/+1
* | Cleanup: remove Value::toString/Object overloads taking a contextLars Knoll2014-11-151-3/+3
* | Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-7/+7
* | Use heap objects in the remaining managed objectsLars Knoll2014-11-121-3/+5
* | Convert methods in RuntimeHelpers to take an engine pointerLars Knoll2014-11-121-1/+1
* | Move more Data objects into the Heap namespaceLars Knoll2014-11-091-6/+6
* | Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-1/+1
* | Move Object::Data into the Heap namespaceLars Knoll2014-11-081-2/+2
* | Begin moving the data out of Managed objectsLars Knoll2014-11-081-1/+1
* | Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-4/+4
* | Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-6/+6
|/
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Convert most simple objects to the new constructor schemeLars Knoll2014-07-221-21/+15
* Convert remaining FunctionObject's to new constructor schemeLars Knoll2014-07-221-2/+2
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-1/+1