aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4reflect.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-6/+6
* Small correctness fix in Reflect.ownKeys()Lars Knoll2018-09-091-10/+13
* Fix dead temporal zone checking in module namespacesSimon Hausmann2018-08-291-3/+1
* Implement support for call/callAsConstructor in Proxy objectsLars Knoll2018-08-231-2/+6
* Fix Reflect.ownKeysSimon Hausmann2018-08-151-2/+22
* Clean up the property key API in StringOrSymbolLars Knoll2018-07-021-7/+2
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-4/+4
* Introduce a PropertyKey class that inherits from ValueLars Knoll2018-07-021-8/+9
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-12/+7
* Unify put and putIndexedLars Knoll2018-07-021-8/+3
* Cleanup defineOwnPropertyLars Knoll2018-06-261-1/+1
* Add Proxy support for prototype handlingLars Knoll2018-06-251-5/+10
* Support preventExtensions in Proxy handlersLars Knoll2018-06-251-2/+1
* Add support for ReflectLars Knoll2018-06-211-0/+270