Package

scala.scalanative

runtime

Permalink

package runtime

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. runtime
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. object BoxedUnit extends BoxedUnit

    Permalink
  2. def fromRawPtr[T](rawptr: RawPtr): Ptr[T]

    Permalink
    Annotations
    @alwaysinline()
  3. def getMonitor(obj: AnyRef): Monitor

    Permalink
    Annotations
    @alwaysinline()
  4. def init(argc: Int, rawargv: RawPtr): scala.Array[String]

    Permalink
  5. def intrinsic: Nothing

    Permalink
  6. def loop(): Unit

    Permalink
    Annotations
    @noinline()
  7. def throwClassCast(from: RawPtr, to: RawPtr): Nothing

    Permalink
    Annotations
    @noinline()
  8. def throwDivisionByZero(): Nothing

    Permalink
    Annotations
    @noinline()
  9. def throwNoSuchMethod(sig: String): Nothing

    Permalink
    Annotations
    @noinline()
  10. def throwNullPointer(): Nothing

    Permalink
    Annotations
    @noinline()
  11. def throwOutOfBounds(i: Int): Nothing

    Permalink
    Annotations
    @noinline()
  12. def throwUndefined(): Nothing

    Permalink
    Annotations
    @noinline()
  13. def toRawPtr[T](ptr: Ptr[T]): RawPtr

    Permalink
    Annotations
    @alwaysinline()

Deprecated Value Members

  1. def getRawType(obj: AnyRef): RawPtr

    Permalink
    Annotations
    @deprecated @alwaysinline()
    Deprecated

    (Since version 0.4.1) Internal API, deprecated for removal

  2. def toClass(rtti: RawPtr): _Class[_]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.4.1) Internal API, deprecated for removal

  3. def toRawType(cls: Class[_]): RawPtr

    Permalink
    Annotations
    @deprecated @alwaysinline()
    Deprecated

    (Since version 0.4.1) Internal API, deprecated for removal

Inherited from AnyRef

Inherited from Any

Ungrouped