This article needs a technical review. How you can help.
This article covers features introduced in SpiderMonkey 17
Determines if given JSObject
is a native object.
Syntax
bool JS_IsNative(JSObject *obj);
Name | Type | Description |
---|---|---|
str |
JSObject * |
The object to check. |
Description
JS_IsNative
returns true
if the object is a native object.