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 253 of file JSAPIProxy.cpp.
256 return getAPI()->Construct(args);
Provides a helper class for locking.
virtual SecurityZone getZone() const
Gets the currently active zone.