Packages

trait CallSite extends Object with StObject

Annotations
@JSType() @native()
Source
NodeJS.scala
Linear Supertypes
StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CallSite
  2. StObject
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def getColumnNumber(): |[Double, Null]

    Current column number [if this function was defined in a script]

  10. def getEvalOrigin(): UndefOr[java.lang.String]

    A call site object representing the location where eval was called [if this function was created using a call to eval]

  11. def getFileName(): |[java.lang.String, Null]

    Name of the script [if this function was defined in a script]

  12. def getFunction(): UndefOr[Function]

    Current function

  13. def getFunctionName(): |[java.lang.String, Null]

    Name of the current function, typically its name property.

    Name of the current function, typically its name property. If a name property is not available an attempt will be made to try to infer a name from the function's context.

  14. def getLineNumber(): |[Double, Null]

    Current line number [if this function was defined in a script]

  15. def getMethodName(): |[java.lang.String, Null]

    Name of the property [of "this" or one of its prototypes] that holds the current function

  16. def getThis(): Any

    Value of "this"

  17. def getTypeName(): |[java.lang.String, Null]

    Type of "this" as a string.

    Type of "this" as a string. This is the name of the function stored in the constructor field of "this", if available. Otherwise the object's Class internal property.

  18. def hasOwnProperty(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. def isConstructor(): Boolean

    Is this a constructor call?

  21. def isEval(): Boolean

    Does this call take place in code defined by a call to eval?

  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isNative(): Boolean

    Is this call in native V8 code?

  24. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  25. def isToplevel(): Boolean

    Is this a toplevel invocation, that is, is "this" the global object?

  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  29. def propertyIsEnumerable(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  32. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  33. def valueOf(): Any
    Definition Classes
    Object
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from StObject

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped