| |||||||||
SummaryRetrieves an object's prototype. | |||||||||
SyntaxJSObject * JS_GetPrototype(JSContext *cx, JSObject *obj);
| |||||||||
DescriptionJS_GetPrototype retrieves the prototype object for a specified object, obj . A prototype object provides properties shared by similar JS objects.
If an object has a prototype,
| |||||||||
See Also
|