Determines the JS data type of a JS value.
JSType JS_TypeOfValue(JSContext *cx, jsval v);
| Name | Type | Description |
|---|---|---|
cx |
JSContext * |
The context in which to perform the type check.
Requires request. (In a JS_THREADSAFE build, the caller must be in a request on this JSContext.)
|
v |
jsval |
The value to examine. |
Page last modified 20:07, 5 Sep 2008 by Jorend