| 162 | } |
| 163 | |
| 164 | void Type::SetPrototype(const Object::Ptr& object) |
| 165 | { |
| 166 | m_Prototype = object; |
| 167 | } |
| 168 | |
| 169 | void Type::SetField(int id, const Value& value, bool suppress_events, const Value& cookie) |
| 170 | { |
no outgoing calls
no test coverage detected