summaryrefslogtreecommitdiff
path: root/lib/inspector.js
Commit message (Expand)AuthorAgeFilesLines
* lib: replace Map global by the primordialsSebastien Ahkrin2020-02-061-0/+1
* lib: replace Symbol global by the primordials SymbolSebastien Ahkrin2020-02-061-0/+1
* lib: flatten access to primordialsMichaël Zasso2020-02-061-3/+6
* inspector: do not access queueMicrotask from globalMichaël Zasso2020-02-061-0/+1
* lib: remove the use of util.isFunctionhimself652019-09-251-2/+1
* inspector: new API - Session.connectToMainThreadEugene Ostroukhov2019-09-251-0/+14
* inspector: add inspector.waitForDebugger()Aleksei Koziatinskii2019-07-221-2/+20
* inspector: removing checking of non existent field in lib/inspector.jsKeroosha2019-05-311-5/+1
* errors: add more information in case of invalid callbacksRuben Bridgewater2019-04-041-1/+1
* lib: force using primordials for JSON, Math and ReflectMichaël Zasso2019-04-031-0/+2
* inspector: return Error objects on errorcjihrig2019-02-261-2/+9
* console: refactor inspector console extension installationJoyee Cheung2019-01-231-1/+1
* src: use `internalBinding('config').hasInspector` in JS landJoyee Cheung2019-01-051-4/+6
* inspector: move process.binding to internalBindingBeni von Cheni2018-12-131-1/+1
* console: move the inspector console wrapping in a separate fileJoyee Cheung2018-12-021-2/+3
* inspector: enable Inspector JS API in workersEugene Ostroukhov2018-09-171-1/+1
* lib: extract validateString validatorJon Moss2018-08-071-3/+2
* inspector: expose original consoleMatteo Collina2018-07-071-0/+2
* worker: initial implementationAnna Henningsen2018-06-061-1/+1
* inspector: migrate errors from C++ to JSMichaël Zasso2018-03-221-3/+7
* lib: port errors to new systemMichaël Zasso2018-03-051-10/+15
* lib: enable dot-notation eslint ruleAnatoli Papirovski2018-01-091-1/+1
* lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang2017-11-121-1/+1
* inspector: migrate to internal/errorsJames M Snell2017-10-161-10/+10
* inspector: reimplement JS bindingTimothy Gu2017-10-021-3/+3
* inspector: log exceptions in message handlersEugene Ostroukhov2017-09-071-8/+12
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-211-1/+1
* lib: remove excess indentationRich Trott2017-07-071-3/+3
* benchmark,lib,test: use braces for multiline blockRich Trott2017-06-231-4/+8
* inspector: allow --inspect=host:port from jsSam Roberts2017-06-061-1/+4
* inspector: JavaScript bindings for the inspectorEugene Ostroukhov2017-05-231-0/+87