(name unistring.String)
| 79 | } |
| 80 | |
| 81 | func (o *objectGoMapSimple) hasOwnPropertyStr(name unistring.String) bool { |
| 82 | return o._hasStr(name.String()) |
| 83 | } |
| 84 | |
| 85 | func (o *objectGoMapSimple) defineOwnPropertyStr(name unistring.String, descr PropertyDescriptor, throw bool) bool { |
| 86 | if !o.val.runtime.checkHostObjectPropertyDescr(name, descr, throw) { |