trait CallSite extends Object with StObject
- Annotations
- @JSType() @native()
- Source
- NodeJS.scala
- Alphabetic
- By Inheritance
- CallSite
- StObject
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getColumnNumber(): |[Double, Null]
Current column number [if this function was defined in a script]
- 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]
- def getFileName(): |[java.lang.String, Null]
Name of the script [if this function was defined in a script]
- def getFunction(): UndefOr[Function]
Current function
- 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.
- def getLineNumber(): |[Double, Null]
Current line number [if this function was defined in a script]
- def getMethodName(): |[java.lang.String, Null]
Name of the property [of "this" or one of its prototypes] that holds the current function
- def getThis(): Any
Value of "this"
- 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.
- def hasOwnProperty(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def isConstructor(): Boolean
Is this a constructor call?
- def isEval(): Boolean
Does this call take place in code defined by a call to eval?
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNative(): Boolean
Is this call in native V8 code?
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- def isToplevel(): Boolean
Is this a toplevel invocation, that is, is "this" the global object?
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def propertyIsEnumerable(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): scala.Predef.String
- Definition Classes
- Object
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated