Searched defs:onConsole (Results 1 – 4 of 4) sorted by relevance
123 onConsole(callback: (event?: { message: ConsoleMessage; } | undefined) => boolean): this { method in ArkWebComponent
66 auto onConsole = [](const BaseEventInfo* info) -> bool { return true; }; in __anon5d1b0b0b0702() variable
115 auto onConsole = [func](const std::shared_ptr<BaseEventInfo>& info) -> bool { in SetOnConsoleLog() local812 auto onConsole = [func, weak](KeyEventInfo& keyEventInfo) -> bool { in SetOnInterceptKeyEventCallback() local
25642 onConsole(callback) { method in ArkWebComponent