CallSite

external interface CallSite

Functions

getColumnNumber
Link copied to clipboard
abstract fun getColumnNumber(): Number?
getEvalOrigin
Link copied to clipboard
abstract fun getEvalOrigin(): String?
getFileName
Link copied to clipboard
abstract fun getFileName(): String?
getFunction
Link copied to clipboard
abstract fun getFunction(): Function<*>?
getFunctionName
Link copied to clipboard
abstract fun getFunctionName(): String?
getLineNumber
Link copied to clipboard
abstract fun getLineNumber(): Number?
getMethodName
Link copied to clipboard
abstract fun getMethodName(): String?
getThis
Link copied to clipboard
abstract fun getThis(): Any
getTypeName
Link copied to clipboard
abstract fun getTypeName(): String?
isConstructor
Link copied to clipboard
abstract fun isConstructor(): Boolean
isEval
Link copied to clipboard
abstract fun isEval(): Boolean
isNative
Link copied to clipboard
abstract fun isNative(): Boolean
isToplevel
Link copied to clipboard
abstract fun isToplevel(): Boolean