summaryrefslogtreecommitdiff
path: root/lib/internal/debugger
Commit message (Expand)AuthorAgeFilesLines
* debugger: improve validations and documents for watch and unwatchEungyu Lee2023-03-131-0/+2
* debugger: add a command to set which lines to check for contextEungyu Lee2023-03-121-3/+14
* lib,src: update exit codes as per todosDebadree Chatterjee2023-02-261-2/+2
* debugger: add trailing commas in source filesAntoine du Hamel2023-02-222-3/+3
* lib: enforce use of trailing commas for functionsAntoine du Hamel2023-02-143-8/+8
* debugger: refactor console in lib/internal/debugger/inspect.jsDebadree Chatterjee2022-12-281-13/+10
* tools: add `ArrayPrototypeConcat` to the list of primordials to avoidAntoine du Hamel2022-12-171-4/+3
* repl: improve robustness wrt to prototype pollutionAntoine du Hamel2022-12-141-18/+19
* src: consolidate exit codes in the code baseJoyee Cheung2022-10-061-5/+12
* lib: use safe `Promise` alternatives when availableAntoine du Hamel2022-08-271-3/+2
* debugger: decrease timeout used to wait for the port to be freeJoyee Cheung2022-08-241-2/+5
* src: disambiguate terms used to refer to builtins and addonsJoyee Cheung2022-08-091-2/+2
* lib: add `Promise` methods to `avoid-prototype-pollution` lint ruleAntoine du Hamel2022-07-261-16/+23
* repl: use `SafePromiseAll` and `SafePromiseRace`Antoine du Hamel2022-07-121-23/+17
* lib: refactor to avoid unsafe regex primordialsAntoine du Hamel2022-06-272-10/+9
* tools,doc: add guards against prototype pollution when creating proxiesAntoine du Hamel2022-06-161-0/+1
* lib: use null-prototype objects for property descriptorsAntoine du Hamel2022-06-031-1/+2
* debugger: throw a more useful error when the frame is missingKohei Ueno2022-05-221-0/+3
* debugger: fix inconsistent inspector output of exec new Map()Kohei Ueno2022-05-081-49/+95
* debugger: correct typo in inspect_repl.jsKohei Ueno2022-03-091-1/+1
* debugger: add debugger alias for exec(expr)Xuguang Mei2022-02-171-2/+4
* debugger: remove duplicate setPauseOnException callBalakrishna Avulapati2022-02-111-1/+0
* lib: refactor to use letgdccwxx2021-10-091-5/+3
* debugger: prevent simultaneous heap snapshotsRich Trott2021-08-051-1/+10
* debugger: remove undefined parameterRich Trott2021-08-011-2/+2
* debugger: validate sec-websocket-accept response headerChris Opperwall2021-07-181-4/+22
* debugger: rename internal moduleRich Trott2021-07-151-0/+0
* debugger: remove final lint exceptions in inspect_repl.jsRich Trott2021-06-251-5/+2
* debugger: rename internal library for clarityRich Trott2021-06-203-0/+1851