aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4regexpobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement support for new.targetLars Knoll2018-07-031-2/+2
* Prefix vtable methods with virtualLars Knoll2018-07-031-3/+3
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-3/+3
* The length property of RegExp should be configurableLars Knoll2018-06-041-1/+1
* Implement Symbol.species getter functionsLars Knoll2018-05-151-0/+1
* Get rid of some includes that aren't requiredLars Knoll2018-04-251-4/+0
* Better encapsulation for EngineBase::internalClassLars Knoll2018-04-121-1/+1
* Clean up Engine::newObject/newArrayObjectLars Knoll2018-04-121-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-19/+19
* Introduce a SubString String typeLars Knoll2018-01-191-2/+2
* Convert methods of RegExp to new calling conventionLars Knoll2017-11-131-21/+18
* Change signature for call/callAsConstructorLars Knoll2017-11-071-9/+9
* Rename the construct 'virtual' method to callAsConstructorLars Knoll2017-11-071-2/+2
* Simplify JSCallData constructionLars Knoll2017-11-071-1/+1
* Get rid of JSCallData::callAsConstructor()Lars Knoll2017-11-071-3/+3
* Rename JSCall to JSCallDataLars Knoll2017-11-071-1/+1
* Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-9/+5
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-9/+4
| |\
| | * Fix reuse of regexp objects by regexp literalsAllan Sandfeld Jensen2017-09-081-9/+5
* | | Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-5/+4
* | | Optimize String.match()Lars Knoll2017-09-151-1/+47
* | | Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-3/+3
* | | Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
* | | Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-28/+36
* | | Change function signatures for call/construct backLars Knoll2017-08-041-25/+16
* | | Remove now unused filesLars Knoll2017-06-301-2/+0
* | | Don't use the ISel's anymoreLars Knoll2017-06-221-2/+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
* | Smaller cleanupLars Knoll2017-03-091-2/+2
* | Go through proper set() functions when writing to MemberDataLars Knoll2017-03-091-17/+11
* | Add a set() method to HeapValue as wellLars Knoll2017-03-091-2/+2
* | Make all write operations to Pointer<> types go through a set() methodLars Knoll2017-03-091-7/+8
* | New mark table implementationLars Knoll2017-03-091-18/+0
|/
* Add Q_ALLOCA_VAR, Q_ALLOCA_DECLARE and Q_ALLOCA_ASSIGN macrosKimmo Ollila2017-02-151-1/+1
* Convert more builtin functionsLars Knoll2017-01-251-52/+42
* Check pointers for 0 before calling mark on themLars Knoll2017-01-221-1/+2
* Clean up Value::isString()/stringValue() combinationsLars Knoll2016-11-291-6/+6
* Clean up some duplicated methodsLars Knoll2016-11-291-2/+2
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-6/+9
* QML: Make Heap::RegExp and Heap::String trivialErik Verbruggen2016-10-051-2/+2
* QML: Make QV4::Heap::Pointer trivialErik Verbruggen2016-09-281-2/+2
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-19/+30
* Scrape off some more allocations by using the QStringBuilderFrank Meerkoetter2016-05-091-2/+1
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Use the new construction scheme for RegExpObjectsLars Knoll2015-09-221-30/+20
* CleanupLars Knoll2015-09-151-6/+6
* CleanupsLars Knoll2015-09-151-2/+2
* Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-151-7/+6
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-5/+5