JS_NewObject

Function JS_NewObject 

Source
pub unsafe fn JS_NewObject(ctx: *mut JSContext) -> JSValue
Expand description

ยงSafety

The caller must ensure that ctx is a valid pointer to a JSContext.