Function js::jsapi::JS_NewPlainObject
[−]
[src]
pub unsafe extern "C" fn JS_NewPlainObject(cx: *mut JSContext) -> *mut JSObject
Creates a new plain object, like new Object()
, with Object.prototype as [[Prototype]].