aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4regexpobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Move workerscript to its own moduleUlf Hermann2019-05-061-2/+7
* Support QRegularExpression on the same level as QRegExpUlf Hermann2019-03-201-0/+6
* Refactor InternalClass::find()Lars Knoll2018-09-271-2/+2
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-1/+1
* Implement RegExp.prototype[Symbol.split]Lars Knoll2018-08-151-4/+7
* Fix some details in RegExp handlingLars Knoll2018-08-151-2/+7
* Implement RegExp.prototype[Symbol.replace]Lars Knoll2018-08-151-0/+1
* Implement RegExp.prototype[Symbol.search]Lars Knoll2018-08-151-0/+1
* Cleanup RegExpObjectLars Knoll2018-08-151-11/+15
* Partial implementation of RegExp.prototype[Symbol.match]Lars Knoll2018-08-151-0/+7
* Enable unicode regular expressionsLars Knoll2018-08-101-1/+3
* Implement support for new.targetLars Knoll2018-07-031-1/+1
* Prefix vtable methods with virtualLars Knoll2018-07-031-2/+2
* Clean up the property key API in StringOrSymbolLars Knoll2018-07-021-2/+2
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-1/+1
* Remove String dependency from InternalClassLars Knoll2018-05-021-2/+2
* Fixup nInlinePropsLars Knoll2017-11-151-0/+2
* Bring back markObjects(), this time generatedLars Knoll2017-11-141-2/+2
* Convert methods of RegExp to new calling conventionLars Knoll2017-11-131-10/+10
* Change signature for call/callAsConstructorLars Knoll2017-11-071-2/+2
* Rename the construct 'virtual' method to callAsConstructorLars Knoll2017-11-071-1/+1
* Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-4/+4
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-4/+4
| |\
| | * Fix reuse of regexp objects by regexp literalsAllan Sandfeld Jensen2017-09-081-3/+3
* | | Optimize String.match()Lars Knoll2017-09-151-0/+2
* | | Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-9/+9
* | | Change function signatures for call/construct backLars Knoll2017-08-041-2/+2
* | | Move the Runtime codegen into it's own fileLars Knoll2017-07-031-1/+0
* | | Remove now unused filesLars Knoll2017-06-301-1/+1
* | | Don't use the ISel's anymoreLars Knoll2017-06-221-1/+0
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-1/+1
|\|
| * Move the list of default internal classes into EngineBaseLars Knoll2017-05-191-1/+1
* | Go through proper set() functions when writing to MemberDataLars Knoll2017-03-091-1/+9
* | Make every member of a Heap object aware of its offset inside the objectLars Knoll2017-03-091-1/+1
* | Refactor how we define Heap objectsLars Knoll2017-03-091-6/+6
* | New mark table implementationLars Knoll2017-03-091-13/+16
|/
* Convert more builtin functionsLars Knoll2017-01-251-9/+9
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-4/+4
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-2/+2
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Simplify new construction schemeLars Knoll2015-09-221-0/+2
* Use the new construction scheme for RegExpObjectsLars Knoll2015-09-221-16/+9
* CleanupLars Knoll2015-09-151-1/+1
* Continue the work to move Values inside the v4 engine to the js stackLars Knoll2015-04-241-1/+1
* Use Heap::Pointer in more placesLars Knoll2015-04-241-3/+3
* More cleanupsLars Knoll2015-04-211-3/+3
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-211-1/+1
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-5/+4