| |||||||||
SummaryRetrieves the constructor for an object. | |||||||||
SyntaxJSObject * JS_GetConstructor(JSContext *cx, JSObject *proto);
| |||||||||
DescriptionJS_GetConstructor retrieves the constructor for a specified object, proto . The constructor is a function that builds the object. If successful, JS_GetConstructor returns a pointer to the constructor object.
If
| |||||||||
See Also
|