Inheritance Graph

graph BT
	Runtime
	Runtime --> ExtObject
	click Runtime "escript_type_Runtime"
	click ExtObject "escript_type_ExtObject"

Attributes

   
LOG_DEBUG  
LOG_ERROR  
LOG_FATAL  
LOG_INFO  
LOG_PEDANTIC_WARNING  
LOG_WARNING  

Functions

   
_callFunction(p0 [, p1 [, p2]]) [ESF] Object _callFunction(fun[,obj[,Array params]])
_getCurrentCaller() [ESF] Object _getCurrentCaller()
_getStackSize() [ESMF] Number Runtime._getStackSize();
_getStackSizeLimit() [ESMF] Number Runtime._getStackSizeLimit();
_setAddStackInfoToExceptions(p0) [ESMF] void Runtime._setAddStackInfoToExceptions(bool);
_setStackSizeLimit(p0) [ESMF] void Runtime._setStackSizeLimit(number);
disableLogCounting([p0]) [ESMF] void Runtime.disableLogCounting( );
enableLogCounting([p0]) [ESMF] void Runtime.enableLogCounting( );
exception([p0]) [ESMF] void Runtime.exception( [message] );
getLocalStackInfo() [ESMF] String Runtime.getLocalStackInfo();
getLogCounter(p0) [ESMF] Number Runtime.getLogCounter(Number);
getLoggingLevel() [ESMF] Number Runtime.getLoggingLevel();
getStackInfo() [ESMF] String Runtime.getStackInfo();
log(p0, p1) [ESMF] void Runtime.log(Number,String);
resetLogCounter(p0) [ESMF] void Runtime.resetLogCounter(Number);
setLoggingLevel(p0) [ESMF] void Runtime.setLoggingLevel(Number);
setTreatWarningsAsError(p0) [ESMF] void Runtime.setTreatWarningsAsError(bool);
warn([p0]) [ESMF] void Runtime.warn([message]);