|
| Object * | get_memory () |
| |
| void | set_memory (Object *) |
| |
| void | _assert () |
| |
| void | _assert (bool condition) |
| |
| template<typename... Args> |
| void | _assert (bool condition, const String &message, Args &&... data) |
| |
| void | _assert (bool condition, const String &message) |
| |
| void | clear () |
| |
| void | count () |
| |
| void | count (const String &label) |
| |
| void | debug () |
| |
| template<typename... Args> |
| void | debug (const String &message, Args &&... optionalParams) |
| |
| void | debug (const String &message) |
| |
| void | dir () |
| |
| template<typename... Args> |
| void | dir (Object *value, Args &&... optionalParams) |
| |
| void | dir (Object *value) |
| |
| void | dirxml (Object *value) |
| |
| void | error () |
| |
| template<typename... Args> |
| void | error (const String &message, Args &&... optionalParams) |
| |
| void | error (const String &message) |
| |
| void | exception () |
| |
| template<typename... Args> |
| void | exception (const String &message, Args &&... optionalParams) |
| |
| void | exception (const String &message) |
| |
| void | group () |
| |
| template<typename... Args> |
| void | group (const String &groupTitle, Args &&... optionalParams) |
| |
| void | group (const String &groupTitle) |
| |
| void | groupCollapsed () |
| |
| template<typename... Args> |
| void | groupCollapsed (const String &groupTitle, Args &&... optionalParams) |
| |
| void | groupCollapsed (const String &groupTitle) |
| |
| void | groupEnd () |
| |
| void | info () |
| |
| template<typename... Args> |
| void | info (const String &message, Args &&... optionalParams) |
| |
| void | info (const String &message) |
| |
| void | log () |
| |
| template<typename... Args> |
| void | log (const String &message, Args &&... optionalParams) |
| |
| void | log (const String &message) |
| |
| void | markTimeline () |
| |
| void | markTimeline (const String &label) |
| |
| bool | msIsIndependentlyComposed (Element *element) |
| |
| void | profile () |
| |
| void | profile (const String &reportName) |
| |
| void | profileEnd () |
| |
| void | select (Element *element) |
| |
| template<typename... Args> |
| void | table (Args &&... tabularData) |
| |
| void | table () |
| |
| void | time () |
| |
| void | time (const String &label) |
| |
| void | timeEnd () |
| |
| void | timeEnd (const String &label) |
| |
| void | timeStamp () |
| |
| void | timeStamp (const String &label) |
| |
| void | timeline () |
| |
| void | timeline (const String &label) |
| |
| void | timelineEnd () |
| |
| void | timelineEnd (const String &label) |
| |
| void | warn () |
| |
| template<typename... Args> |
| void | warn (const String &message, Args &&... optionalParams) |
| |
| void | warn (const String &message) |
| |
| Console * | get_prototype () |
| |
| void | set_prototype (Console *) |
| |
| | Console () |
| |
| | Object () |
| |
| template<typename T > |
| T | valueOf () |
| |
| | operator double () const |
| |
| Object * | operator[] (const client::String &name) const |
| |
| void | set_ (const client::String &name, Object *v) |
| |
| template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> |
| void | set_ (const client::String &name, T v) |
| |
| bool | hasOwnProperty (const client::String &name) |
| |