Function js::jsapi::JS_SameValue
[−]
[src]
pub unsafe extern "C" fn JS_SameValue(
cx: *mut JSContext,
v1: Handle<Value>,
v2: Handle<Value>,
same: *mut bool
) -> bool