Called by the browser to construct the JSAPI object.
var x = new MyJSAPIObject();
- Parameters
-
- Returns
- result of constructor call, the new object
- Since
- 1.5
Implements FB::JSAPI.
Definition at line 354 of file JSAPIAuto.cpp.
356 boost::recursive_mutex::scoped_lock lock(m_zoneMutex);
358 throw object_invalidated();
360 throw invalid_member(
"constructor");