Console class

Annotations
  • DocsEditable()
  • DomName('Console')
Extends

Instance Properties

memory MemoryInfo
read-only

Instance Methods

assertCondition(bool condition, Object arg) → void Inherited
clear(Object arg) → void Inherited
count(Object arg) → void Inherited
debug(Object arg) → void Inherited
dir(Object arg) → void Inherited
dirxml(Object arg) → void Inherited
error(Object arg) → void Inherited
group(Object arg) → void Inherited
groupCollapsed(Object arg) → void Inherited
groupEnd() → void Inherited
info(Object arg) → void Inherited
log(Object arg) → void Inherited
markTimeline(String title) → void Inherited
profile(String title) → void Inherited
profileEnd(String title) → void Inherited
table(Object arg) → void Inherited
time(String title) → void Inherited
timeEnd(String title) → void Inherited
timeStamp(String title) → void Inherited
timeline(String title) → void Inherited
timelineEnd(String title) → void Inherited
trace(Object arg) → void Inherited
warn(Object arg) → void Inherited