Function quickjs_runtime::quickjs_utils::runtime::new_class_id

source ·
pub unsafe fn new_class_id(_runtime: *mut JSRuntime) -> u32
Expand description

create new class id

§Safety

make sure the runtime param is from a live JsRuntimeAdapter instance