| 938 | |
| 939 | template <typename Key> |
| 940 | inline Object::PropertyLValue<Key>::operator Value() const { |
| 941 | return Object(_env, _object).Get(_key); |
| 942 | } |
| 943 | |
| 944 | template <typename Key> template <typename ValueType> |
| 945 | inline Object::PropertyLValue<Key>& Object::PropertyLValue<Key>::operator =(ValueType value) { |
no test coverage detected