aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4reflect.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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