ark::js::detail

Enums

  • JSValueWrapperOwnership (int32_t)
    Defines ownership semantics of the value (if this wrapper owns the value or not).

Classes

  • ark::js::detail::JSValueWrapper
    Wraps JSValue from QuickJS. Since we don’t/can’t know what the JSValue type is, as it changes based on architecture, we need to wrap it and include quickjs in this private header.