Lines Matching refs:ConsoleCallArguments
67 void Debug(const v8::debug::ConsoleCallArguments&,
69 void Error(const v8::debug::ConsoleCallArguments&,
71 void Info(const v8::debug::ConsoleCallArguments&,
73 void Log(const v8::debug::ConsoleCallArguments&,
75 void Warn(const v8::debug::ConsoleCallArguments&,
77 void Dir(const v8::debug::ConsoleCallArguments&,
79 void DirXml(const v8::debug::ConsoleCallArguments&,
81 void Table(const v8::debug::ConsoleCallArguments&,
83 void Trace(const v8::debug::ConsoleCallArguments&,
85 void Group(const v8::debug::ConsoleCallArguments&,
87 void GroupCollapsed(const v8::debug::ConsoleCallArguments&,
89 void GroupEnd(const v8::debug::ConsoleCallArguments&,
91 void Clear(const v8::debug::ConsoleCallArguments&,
93 void Count(const v8::debug::ConsoleCallArguments&,
95 void CountReset(const v8::debug::ConsoleCallArguments&,
97 void Assert(const v8::debug::ConsoleCallArguments&,
99 void Profile(const v8::debug::ConsoleCallArguments&,
101 void ProfileEnd(const v8::debug::ConsoleCallArguments&,
103 void Time(const v8::debug::ConsoleCallArguments&,
105 void TimeLog(const v8::debug::ConsoleCallArguments&,
107 void TimeEnd(const v8::debug::ConsoleCallArguments&,
109 void TimeStamp(const v8::debug::ConsoleCallArguments&,
126 template <void (V8Console::*func)(const v8::debug::ConsoleCallArguments&,
131 v8::debug::ConsoleCallArguments args(info);