Removes a property.
Implements FB::JSAPI. Definition at line 147 of file JSAPISimple.cpp. 00148 { 00149 if (!m_valid) 00150 throw object_invalidated(); 00151 00152 m_propertyMap.erase(propertyName); 00153 } |
Generated on 19 Jun 2013 for FireBreath by
1.6.1
Labels
