===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
gnome-shell-extension-dashtodock-69/dbusmenuUtils.js-45-    } catch (e) {
gnome-shell-extension-dashtodock-69/dbusmenuUtils.js:46:        log(`Failed to import DBusMenu, quicklists are not avaialble: ${e}`);
gnome-shell-extension-dashtodock-69/dbusmenuUtils.js-47-        return null;
##############################################
gnome-shell-extension-dashtodock-69/locations.js-34-        } catch (e) {
gnome-shell-extension-dashtodock-69/locations.js:35:            log(`Impossible to monitor trash: ${e}`)
gnome-shell-extension-dashtodock-69/locations.js-36-        }
##############################################
gnome-shell-extension-dashtodock-69/locations.js-68-        } catch (e) {
gnome-shell-extension-dashtodock-69/locations.js:69:            log(`Impossible to enumerate trash children: ${e}`)
gnome-shell-extension-dashtodock-69/locations.js-70-            return;
##############################################
gnome-shell-extension-dashtodock-69/utils.js-63-    _create(item) {
gnome-shell-extension-dashtodock-69/utils.js:64:        throw new GObject.NotImplementedError(`_create in ${this.constructor.name}`);
gnome-shell-extension-dashtodock-69/utils.js-65-    }
##############################################
gnome-shell-extension-dashtodock-69/utils.js-70-    _remove(item) {
gnome-shell-extension-dashtodock-69/utils.js:71:        throw new GObject.NotImplementedError(`_remove in ${this.constructor.name}`);
gnome-shell-extension-dashtodock-69/utils.js-72-    }
##############################################
gnome-shell-extension-dashtodock-69/utils.js-92-        if (!connector) {
gnome-shell-extension-dashtodock-69/utils.js:93:            throw new Error(`Requested to connect to signal '${event}', ` +
gnome-shell-extension-dashtodock-69/utils.js:94:                `but no implementation for 'connect${after ? '_after' : ''}' `+
gnome-shell-extension-dashtodock-69/utils.js:95:                `found in ${object.constructor.name}`);
gnome-shell-extension-dashtodock-69/utils.js-96-        }
##############################################
gnome-shell-extension-dashtodock-69/.pc/makefile-clean-translations/Makefile-88-	for l in $(MSGSRC:.po=.mo) ; do \
gnome-shell-extension-dashtodock-69/.pc/makefile-clean-translations/Makefile:89:		lf=_build/locale/`basename $$l .mo`; \
gnome-shell-extension-dashtodock-69/.pc/makefile-clean-translations/Makefile-90-		mkdir -p $$lf; \
##############################################
gnome-shell-extension-dashtodock-69/Makefile-89-	for l in $(MSGSRC:.po=.mo) ; do \
gnome-shell-extension-dashtodock-69/Makefile:90:		lf=_build/locale/`basename $$l .mo`; \
gnome-shell-extension-dashtodock-69/Makefile-91-		mkdir -p $$lf; \