Function javascriptcore_sys::JSValueGetType
[−]
[src]
pub unsafe extern "C" fn JSValueGetType(
ctx: JSContextRef,
arg1: JSValueRef
) -> JSType
Returns a JavaScript value's type.
ctx: The execution context to use.value: TheJSValuewhose type you want to obtain.
Returns a value of type JSType that identifies value's type.