(string)
| 63 | } |
| 64 | |
| 65 | function isInspectorMessage(string) { |
| 66 | return isUsingInspector() && RegExpPrototypeExec(kInspectMsgRegex, string) !== null; |
| 67 | } |
| 68 | |
| 69 | // Create a special require function for the inspector command line API |
| 70 | function installConsoleExtensions(commandLineApi) { |
no test coverage detected