Skip to main content

install

Function install 

Source
pub unsafe fn install(cx: &mut JSContext, bun_obj: Handle<'_, *mut JSObject>)
Expand description

Install Bun.spawnSync on the Bun object.

§Safety

Caller must ensure cx is a valid JSContext and bun_obj a live object.