Skip to end of metadata
Go to start of metadata

FB::JSAPIAuto::JSAPIAuto ( const std::string &  description = "<JSAPI-Auto Javascript Object>"  ) 

Description is used by ToString().

Definition at line 29 of file JSAPIAuto.cpp.

00030   : FB::JSAPIImpl(SecurityScope_Public),
00031     m_description(description),
00032     m_allowDynamicAttributes(FB::JSAPIAuto::s_allowDynamicAttributes),
00033     m_allowRemoveProperties(FB::JSAPIAuto::s_allowRemoveProperties),
00034     m_allowMethodObjects(FB::JSAPIAuto::s_allowMethodObjects)
00035 {
00036     init();
00037 }


Generated on 20 Jun 2013 for FireBreath by  doxygen 1.6.1
Labels
  • None