Commit Graph

11 Commits

Author SHA1 Message Date
Nikolay Sivov 1c813d5be3 scrrun: Implement Keys() and Items() of dictionary. 2015-03-03 12:39:54 +09:00
Nikolay Sivov 9419e97c3e scrrun: Implement Exists() method for dictionary. 2015-03-02 13:53:56 +09:00
Nikolay Sivov acfde52f06 scrrun: Implement Remove() for dictionary. 2015-03-02 13:53:51 +09:00
Nikolay Sivov 1bc4c57e55 scrrun: Implement Item() property for dictionary. 2015-03-02 13:53:46 +09:00
Nikolay Sivov 5f41a746e9 scrrun: Implement Add() and RemoveAll() for dictionary. 2015-03-02 13:53:37 +09:00
Nikolay Sivov 94e5353f0d scrrun/tests: More dictionary tests. 2015-02-27 13:18:17 +09:00
Nikolay Sivov 08900265a0 scrrun: Implement HashVal for floating point keys. 2015-02-25 20:35:18 +09:00
Nikolay Sivov 2fc2a7ae02 scrrun: Implement HashVal property for integer keys. 2015-02-25 16:18:34 +09:00
Nikolay Sivov 37120e7582 scrrun: Implement HashVal property for VT_BSTR case. 2015-02-25 16:18:34 +09:00
Nikolay Sivov 075fe10ba5 scrrun: Store compare method for dictionary. 2015-02-24 21:55:49 +09:00
Alistair Leslie-Hughes 98aa713fa7 scrrun: Add Scripting.Dictionary interface. 2012-09-20 19:55:14 +02:00