Module mozjs::jsapi::js::detail

source ·

Structs

Functions

Type Aliases

  • UniquePtr is a smart pointer that wholly owns a resource. Ownership may be transferred out of a UniquePtr through explicit action, but otherwise the resource is destroyed when the UniquePtr is destroyed.