JSObject.cppObj

Undocumented in source. Be warned that the author may not have intended to support it.
  1. CppObj cppObj [@property getter]
  2. inout(CppObj) cppObj [@property getter]
    struct JSObject
    @property inout nothrow @trusted @nogc
    inout(CppObj)
    cppObj
    (
    this T
    )
    ()
    if (
    is(T == const) ||
    is(T == immutable)
    )

Meta