Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pulsar-edit/pulsar
/ executeJavaScriptInDevTools
Method
executeJavaScriptInDevTools
src/atom-environment.js:1330–1332 ·
view source on GitHub ↗
(code)
Source
from the content-addressed store, hash-verified
1328
1329
// Extended: Execute code in dev tools.
1330
executeJavaScriptInDevTools(code) {
1331
return
this.applicationDelegate.executeJavaScriptInWindowDevTools(code);
1332
}
1333
1334
/*
1335
Section: Private
Callers
1
installUncaughtErrorHandler
Method · 0.95
Calls
1
executeJavaScriptInWindowDevTools
Method · 0.80
Tested by
no test coverage detected