| 13 | } |
| 14 | |
| 15 | void AttributeBufferMutator::AddMutation(BindingInfo const & info, MutateNode const & node) |
| 16 | { |
| 17 | m_data[info].push_back(node); |
| 18 | } |
| 19 | |
| 20 | void * AttributeBufferMutator::AllocateMutationBuffer(size_t byteCount) |
| 21 | { |
no test coverage detected