Object

org.scalajs.core.compiler.JSGlobalAddons

jsPrimitives

Related Doc: package JSGlobalAddons

Permalink

object jsPrimitives extends JSPrimitives

JavaScript primitives, used in jscode

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. jsPrimitives
  2. JSPrimitives
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type ThisJSGlobalAddons = JSGlobalAddons { val global: org.scalajs.core.compiler.JSGlobalAddons.jsPrimitives.global.type }

    Permalink
    Definition Classes
    JSPrimitives

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ARR_CREATE: Int

    Permalink
    Definition Classes
    JSPrimitives
  5. val CONSTRUCTOROF: Int

    Permalink
    Definition Classes
    JSPrimitives
  6. val DEBUGGER: Int

    Permalink
    Definition Classes
    JSPrimitives
  7. val DELETE: Int

    Permalink
    Definition Classes
    JSPrimitives
  8. val DICT_DEL: Int

    Permalink
    Definition Classes
    JSPrimitives
  9. val DYNLIT: Int

    Permalink
    Definition Classes
    JSPrimitives
  10. val DYNNEW: Int

    Permalink
    Definition Classes
    JSPrimitives
  11. val F2JS: Int

    Permalink
    Definition Classes
    JSPrimitives
  12. val F2JSTHIS: Int

    Permalink
    Definition Classes
    JSPrimitives
  13. val HASPROP: Int

    Permalink
    Definition Classes
    JSPrimitives
  14. val JS_IMPORT: Int

    Permalink
    Definition Classes
    JSPrimitives
  15. val JS_NATIVE: Int

    Permalink
    Definition Classes
    JSPrimitives
  16. val LINKING_INFO: Int

    Permalink
    Definition Classes
    JSPrimitives
  17. val OBJPROPS: Int

    Permalink
    Definition Classes
    JSPrimitives
  18. val TYPEOF: Int

    Permalink
    Definition Classes
    JSPrimitives
  19. val UNITVAL: Int

    Permalink
    Definition Classes
    JSPrimitives
  20. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. val global: JSGlobalAddons.global.type

    Permalink
    Definition Classes
    jsPrimitivesJSPrimitives
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. def init(): Unit

    Permalink

    Initialize the map of primitive methods (for GenJSCode)

    Initialize the map of primitive methods (for GenJSCode)

    Definition Classes
    JSPrimitives
  29. def initPrepJSPrimitives(): Unit

    Permalink

    Init the map of primitive methods for Scala.js (for PrepJSInterop)

    Init the map of primitive methods for Scala.js (for PrepJSInterop)

    Definition Classes
    JSPrimitives
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. def isJavaScriptPrimitive(code: Int): Boolean

    Permalink
    Definition Classes
    JSPrimitives
  32. def isJavaScriptPrimitive(sym: scala.tools.nsc.Global.Symbol): Boolean

    Permalink

    Only call from PrepJSInterop.

    Only call from PrepJSInterop. In GenJSCode, use scalaPrimitives.isPrimitive instead

    Definition Classes
    JSPrimitives
  33. val jsAddons: ThisJSGlobalAddons

    Permalink
    Definition Classes
    jsPrimitivesJSPrimitives
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. def shouldEmitPrimitiveBody(sym: scala.tools.nsc.Global.Symbol): Boolean

    Permalink

    For a primitive, is it one for which we should emit its body anyway?

    For a primitive, is it one for which we should emit its body anyway?

    Definition Classes
    JSPrimitives
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from JSPrimitives

Inherited from AnyRef

Inherited from Any

Ungrouped