| 1653 | : TypeTaggable(env, value) {} |
| 1654 | |
| 1655 | inline Object::PropertyLValue<std::string> Object::operator[]( |
| 1656 | const char* utf8name) { |
| 1657 | return PropertyLValue<std::string>(*this, utf8name); |
| 1658 | } |
| 1659 | |
| 1660 | inline Object::PropertyLValue<std::string> Object::operator[]( |
| 1661 | const std::string& utf8name) { |