Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v10.x backport] inspector: workers debugging #22954

Closed
wants to merge 77 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
0718780
fs: implement mkdir recursive (mkdirp)
Aug 9, 2018
08411d8
test: add comment describing test-fs-mkdir
Aug 21, 2018
e22b0ed
url: provide pathToFileURL and fileURLToPath
guybedford Aug 24, 2018
8d64c40
test: check parameter type of fs.mkdir()
Aug 30, 2018
94b662a
test: refactor structure of common/index
jasnell Aug 24, 2018
52877ee
assert: align argument names
BridgeAR Sep 8, 2018
58d0833
doc: add history for withFileTypes in fs.readdir[Sync]()
tiendq Sep 10, 2018
1b6487c
crypto: fix public key encryption internals
tniessen Sep 9, 2018
350ef49
crypto: rename symbols to match guidelines
tniessen Sep 5, 2018
684705c
doc: add gabrielschulhof to TSC
Trott Sep 12, 2018
e0bc988
n-api: add generic finalizer callback
Aug 10, 2018
6e5cd4d
test: checks on napi factory wrap’s finalization
legendecas Aug 31, 2018
17733d3
lib: remove unnecessary symbols
Aug 22, 2018
00a8511
test: minor refactor in common/index.js
jasnell Sep 6, 2018
873ebeb
doc: document http2 timeouts
sagitsofan Sep 10, 2018
c8c922a
doc: add reference to guide for N-API additions
mhdawson Aug 29, 2018
3ec5a64
deps: cherry-pick 2363cdf from upstream V8
ofrobots Sep 11, 2018
ff60980
trace_events: avoid flusing uninitialized traces
ofrobots Sep 12, 2018
e9b5c34
fs: ensure readdir() callback is only called once
cjihrig Sep 10, 2018
2550015
lib: simplify 'processChunkSync'
Sep 11, 2018
ca0a92f
module: add createRequireFunction method
devsnek Mar 14, 2018
217fb2e
worker: correct (de)initialization order
addaleax Sep 9, 2018
e5d67f7
tools: implement update-authors in JS
addaleax Sep 9, 2018
e52ea8b
doc: update AUTHORS list
addaleax Sep 9, 2018
e268b64
src: move getActiveResources/Handles to node_process.cc
jasnell Sep 7, 2018
415eac8
src: move DebugPortGetter/Setter to node_process.cc
jasnell Sep 7, 2018
536c6ed
doc: fix typo in dns docs
MohammedEssehemy Sep 14, 2018
14d1b7a
doc: add withFileTypes option to fsPromises.readdir
bengl Sep 13, 2018
cfced0c
process: generate list of allowed env flags programmatically
addaleax Aug 31, 2018
60dc374
lib: generate allowedNodeEnvironmentFlags lazily
addaleax Aug 31, 2018
d723cbd
doc: add full deprecation history
tniessen Sep 8, 2018
1cf6e3e
fs: fix promisified fs.readdir withFileTypes
apapirovski Sep 13, 2018
466ed2e
src: fix `--prof-process` CLI argument handling
addaleax Sep 10, 2018
572d01c
tracing: remove shutdown-on-signal
addaleax Sep 6, 2018
2f5fad0
path: remove unnecessary if statement
wchargin Aug 11, 2018
75422ab
tools: update ESLint to 5.6.0
Trott Sep 16, 2018
3120dab
src: move no_async_hooks_checks to env
danbev Sep 10, 2018
dfef9a9
doc: add missing options for crypto sign.sign()
mbj36 Sep 12, 2018
5cb642e
assert: add default operator to `assert.fail()`
BridgeAR Sep 4, 2018
1433653
http2: add http2stream.endAfterHeaders property
jasnell Sep 13, 2018
56b17d2
doc: improve asymmetric crypto docs
addaleax Sep 12, 2018
721508d
src: refactor `Environment::GetCurrent()` usage
addaleax Sep 12, 2018
2f88373
build: skip cctest on Windows shared lib build
yhwang Jul 24, 2018
c17ba24
string_decoder: support typed array or data view
BeniCheni Aug 28, 2018
2a3dea5
doc: update 6.x to 8.x in backporting wiki
trivikr Sep 15, 2018
325b82a
inspector: enable Inspector JS API in workers
eugeneo Sep 9, 2018
9ca9e81
errors: add useOriginalName to internal/errors
joyeecheung Aug 27, 2018
e07e573
build: do not lint fixtures in make lint-md
joyeecheung Aug 27, 2018
97f6ff3
doc: add boneskull as collaborator
boneskull Sep 17, 2018
97979b7
tools,win: fix find_python error
kfarnung Sep 10, 2018
85fca5d
tools: merge custom cpplint with cpplint v1.3.0
boneskull Sep 13, 2018
6f66e49
deps: add missing HandleScope in FieldType::PrintTo
hashseed Sep 17, 2018
2b0ce98
crypto: remove unused scrypt validation parameter
tniessen Sep 17, 2018
6975e08
crypto: fix edge case in authenticated encryption
tniessen Sep 12, 2018
57f2c12
test: don't inspect values if not necessary
BridgeAR Sep 17, 2018
bf7d7cf
test: remove string literal message from assertion
Trott Sep 13, 2018
8595d90
test: remove string literal message in assertions
Trott Sep 13, 2018
b9af09d
test: improve assertion in test-inspector.js
Trott Sep 2, 2018
05bec3c
test: simplify assertion in http2 tests
Trott Sep 2, 2018
f04466e
test: refactor flag check
Trott Sep 13, 2018
4fe6034
test: remove string literal from assertion
Trott Sep 13, 2018
136c4a8
test: remove string literal message from assertion
Trott Sep 13, 2018
f2703b2
test: remove string literal arg from assertion
Trott Sep 13, 2018
bd24752
test: remove string literal from assertion
Trott Sep 13, 2018
6f23ec6
test: remove string literal from assertion
Trott Sep 13, 2018
3bf9c17
test: prepare test-assert for strictEqual linting
Trott Sep 13, 2018
0fd614d
tools: prevent string literals in some assertions
Trott Jul 30, 2018
6f02cc5
deps: cherry-pick dbfcc48 from upstream V8
alexkozy Aug 10, 2018
ce58979
src: added URL::FromFilePath method
alexkozy Aug 30, 2018
7f985da
inspector: implemented V8InspectorClient::resourceNameToUrl
alexkozy Aug 30, 2018
f297866
deps: cherry-pick 9a23bdd from upstream V8
Drieger Sep 17, 2018
c68addd
lib,doc: remove unused parameter, improve docs
Sep 14, 2018
89439ac
tools: synchronize deepStrictEqual() message rules
Trott Sep 17, 2018
d46ce65
doc: explain how to invoke gc
isurusiri Apr 30, 2018
d4278a0
doc, win: improve os.setPriority documentation
bzoz Sep 12, 2018
7107451
worker: only stop inspector if started
addaleax Sep 18, 2018
e6250f4
inspector: workers debugging
eugeneo Sep 9, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,13 @@ module.exports = {
],
/* eslint-disable max-len */
// If this list is modified, please copy the change to lib/.eslintrc.yaml
// and test/.eslintrc.yaml.
'no-restricted-syntax': [
'error',
{
selector: "CallExpression[callee.object.name='assert'][callee.property.name='deepStrictEqual'][arguments.2.type='Literal']",
message: 'Do not use a literal for the third argument of assert.deepStrictEqual()'
},
{
selector: "CallExpression[callee.object.name='assert'][callee.property.name='doesNotThrow']",
message: 'Please replace `assert.doesNotThrow()` and add a comment next to the code instead.'
Expand All @@ -166,6 +171,10 @@ module.exports = {
selector: "CallExpression[callee.object.name='assert'][callee.property.name='rejects'][arguments.length<2]",
message: 'assert.rejects() must be invoked with at least two arguments.',
},
{
selector: "CallExpression[callee.object.name='assert'][callee.property.name='strictEqual'][arguments.2.type='Literal']",
message: 'Do not use a literal for the third argument of assert.strictEqual()'
},
{
selector: "CallExpression[callee.object.name='assert'][callee.property.name='throws'][arguments.1.type='Literal']:not([arguments.1.regex])",
message: 'Use an object as second argument of assert.throws()',
Expand Down
7 changes: 6 additions & 1 deletion .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ Gabriel de Perthuis <[email protected]>
Gareth Ellis <[email protected]> <[email protected]>
Garwah Lam <[email protected]>
Geoffrey Bugaisky <[email protected]> gbugaisky <[email protected]>
Gerhard Stoebich <[email protected]>
Gibson Fahnestock <[email protected]> <[email protected]>
Gil Pedersen <[email protected]> <[email protected]>
Graham Fairweather <[email protected]> Xotic750 <xotic750@gmail>
Expand Down Expand Up @@ -204,6 +205,7 @@ Jérémy Lal <[email protected]> <[email protected]>
Juan Sebastian Velez Posada <[email protected]>
Kai Sasaki Lewuathe <[email protected]>
Karl Skomski <[email protected]> <[email protected]>
Kat Marchán <[email protected]> <[email protected]>
Kathy Truong <[email protected]> k3kathy <[email protected]>
Kazuyuki Yamada <[email protected]>
Keith M Wesolowski <[email protected]> <[email protected]>
Expand Down Expand Up @@ -238,6 +240,7 @@ Matheus Marchini <[email protected]> <[email protected]>
Matheus Marchini <[email protected]> <[email protected]>
Matt Lang <[email protected]> matt-in-a-hat <[email protected]>
Matt Reed <[email protected]> matthewreed26 <[email protected]>
Matteo Collina <[email protected]> <[email protected]>
Matthias Bastian <[email protected]> piepmatz <[email protected]>
Mathias Buus <[email protected]> <[email protected]>
Mathias Pettersson <[email protected]>
Expand Down Expand Up @@ -364,6 +367,7 @@ Tadashi SAWADA <[email protected]>
Takahiro ANDO <[email protected]>
Tarun Batra <[email protected]> Tarun <[email protected]>
Ted Young <[email protected]>
Teppei Sato <[email protected]>
Thomas Hunter II <[email protected]> <[email protected]>
Thomas Lee <[email protected]> <[email protected]>
Thomas Reggi <[email protected]>
Expand Down Expand Up @@ -391,7 +395,8 @@ Vladimir de Turckheim <[email protected]>
vsemozhetbyt <[email protected]> Vse Mozhet Byt <[email protected]>
Wang Xinyong <[email protected]> <[email protected]>
Weijia Wang <[email protected]>
Weijia Wang <[email protected]> starkewang <[email protected]>
Weijia Wang <[email protected]> <[email protected]>
Weijia Wang <[email protected]> <[email protected]>
Wei-Wei Wu <[email protected]>
Willi Eggeling <[email protected]>
Will Hayslett <[email protected]>
Expand Down
107 changes: 94 additions & 13 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ Micleusanu Nicu <[email protected]>
Alejandro Oviedo Garcia <[email protected]>
Ben Burns <[email protected]>
Julian Duque <[email protected]>
teppeis <[email protected]>
Teppei Sato <[email protected]>
Rudi Cilibrasi <[email protected]>
Tim Ruffles <[email protected]>
CGavrila <[email protected]>
Expand Down Expand Up @@ -754,14 +754,14 @@ Felipe Batista <[email protected]>
Rebecca Turner <[email protected]>
Tyler Anton <[email protected]>
João Reis <[email protected]>
Kat Marchán <kzm@sykosomatic.org>
Kat Marchán <kzm@zkat.tech>
Ryan Petschek <[email protected]>
Pierre Inglebert <[email protected]>
Ivan Yan <[email protected]>
Sangmin Yoon <[email protected]>
Mark Plomer <[email protected]>
Phillip Johnsen <[email protected]>
Matteo Collina <hello@matteocollina.com>
Matteo Collina <matteo.collina@gmail.com>
jomo <[email protected]>
Gireesh Punathil <[email protected]>
Lucien Greathouse <[email protected]>
Expand Down Expand Up @@ -1432,23 +1432,25 @@ Ahmad Nassri <[email protected]>
Tom Atkinson <[email protected]>
Tobias Nießen <[email protected]>
Joseph Gentle <[email protected]>
Arunesh Chandra <[email protected]>
Gabriel Schulhof <[email protected]>
Ian Halliday <[email protected]>
Sampson Gao <[email protected]>
Taylor Woll <[email protected]>
Zero King <[email protected]>
Raphael Okon <[email protected]>
JR McEntee <[email protected]>
Lovell Fuller <[email protected]>
Jason Marsh <[email protected]>
Vinay Hiremath <[email protected]>
Gabriel Schulhof <[email protected]>
alejandro <[email protected]>
dave-k <[email protected]>
Steven <[email protected]>
Uppinder Chugh <[email protected]>
Karl Cheng <[email protected]>
Taylor Woll <[email protected]>
Tarun Batra <[email protected]>
Nao YONASHIRO <[email protected]>
Christopher Luke <[email protected]>
Sampson Gao <[email protected]>
John Paul Bamberg <[email protected]>
Cody Deckard <[email protected]>
Fabio Campinho <[email protected]>
Expand Down Expand Up @@ -1488,7 +1490,7 @@ Madara Uchiha <[email protected]>
Gil Tayar <[email protected]>
Glenn Schlereth <[email protected]>
Artur G Vieira <[email protected]>
Flarna <[email protected]>
Gerhard Stoebich <[email protected]>
Sreepurna Jasti <[email protected]>
Rafael Fragoso <[email protected]>
Andrei Cioromila <[email protected]>
Expand Down Expand Up @@ -1658,6 +1660,8 @@ Piotr Mionskowski <[email protected]>
Cyril Lakech <[email protected]>
Eduard Bondarenko <[email protected]>
Adina Shanholtz <[email protected]>
Guy Bedford <[email protected]>
Jan Krems <[email protected]>
Miguel Martins <[email protected]>
Yury Popov <[email protected]>
George Bezerra <[email protected]>
Expand All @@ -1670,7 +1674,6 @@ Alex Gresnel <[email protected]>
Will Young <[email protected]>
Martijn Schrage <[email protected]>
Halil İbrahim Şener <[email protected]>
Guy Bedford <[email protected]>
Antoine Amara <[email protected]>
Mani Maghsoudlou <[email protected]>
Bartek Szczepański <[email protected]>
Expand Down Expand Up @@ -1884,7 +1887,6 @@ Ashish Kaila <[email protected]>
c0b <[email protected]>
Damian <[email protected]>
Alec Perkins <[email protected]>
Teppei Sato <[email protected]>
Jinwoo Lee <[email protected]>
Peter Marton <[email protected]>
Erwin W. Ramadhan <[email protected]>
Expand Down Expand Up @@ -2154,9 +2156,7 @@ Nick Filatov <[email protected]>
Jesse Gorzinski <[email protected]>
Pieter Mees <[email protected]>
Malcolm White <[email protected]>
Gerhard Stoebich <[email protected]>
Matei Copot <[email protected]>
ikasumiwt <[email protected]>
Gurin, Sebastian <[email protected]>
Indranil Dasgupta <[email protected]>
Harry Sarson <[email protected]>
Expand Down Expand Up @@ -2187,7 +2187,6 @@ Kyle Martin <[email protected]>
Denis Fäcke <[email protected]>
Daylor Yanes <[email protected]>
Carrie Coxwell <[email protected]>
BeniCheni <[email protected]>
Masashi Hirano <[email protected]>
Brandon Ruggles <[email protected]>
Allen Yonghuang Wang <[email protected]>
Expand Down Expand Up @@ -2218,6 +2217,7 @@ Abhimanyu Vashisht <[email protected]>
Sagir Khan <[email protected]>
Kael Zhang <[email protected]>
Unknown <[email protected]>
Krzysztof Taborski <[email protected]>
Blaine Bublitz <[email protected]>
Shailesh Shekhawat <[email protected]>
Davis Okoth <[email protected]>
Expand All @@ -2236,5 +2236,86 @@ Shelley Vohr <[email protected]>
Deepjyoti Mondal <[email protected]>
Brett Kiefer <[email protected]>
Kevin Thomas <[email protected]>
ZaneHannanAU <[email protected]>
Fernando Doglio <[email protected]>
Renée Kooi <[email protected]>
Jo Colina <[email protected]>
itaysabato <[email protected]>
Victor Belozyorov <[email protected]>
Joonas Rouhiainen <[email protected]>
GauthamBanasandra <[email protected]>
Hugo Josefson <[email protected]>
Sam Ruby <[email protected]>
Haroon Khan <[email protected]>
Developer Davo <[email protected]>
Jacek Pospychała <[email protected]>
MaleDong <[email protected]>
iwko <[email protected]>
Sohail Rajdev <[email protected]>
Niicck <[email protected]>
Denys Otrishko <[email protected]>
Sergey Zelenov <[email protected]>
Travis Fischer <[email protected]>
Dominic Farolino <[email protected]>
Octavian Soldea <[email protected]>
XhmikosR <[email protected]>
AdityaSrivast <[email protected]>
Javier Gonzalez <[email protected]>
RidgeA <[email protected]>
Ryuichi Sakagami <[email protected]>
hectorcoronado <[email protected]>
Petras <[email protected]>
Kevin Lacabane <[email protected]>
Simionescu, Radu <[email protected]>
mariotsi <[email protected]>
prayag21 <[email protected]>
Bruno Pinho <[email protected]>
Anto Aravinth <[email protected]>
Helio Frota <[email protected]>
Tim Ruffles <[email protected]>
Jacob Page <[email protected]>
sagulati <[email protected]>
conectado <[email protected]>
Vitor Bruno de Oliveira Barth <[email protected]>
cclauss <[email protected]>
James Ide <[email protected]>
MaleDong <[email protected]>
bhavayAnand9 <[email protected]>
Brandon Lee <[email protected]>
Oryan Moshe <[email protected]>
Michael Sommer <[email protected]>
Eugene Y. Q. Shen <[email protected]>
Rishabh Singh <[email protected]>
Marco Levrero <[email protected]>
Ouyang Yadong <[email protected]>
yahavfuchs <[email protected]>
Thomas Leah <[email protected]>
Musa Hamwala <[email protected]>
James Bromwell <[email protected]>
Jeremy Apthorp <[email protected]>
Eugen Cazacu <[email protected]>
James Bromwell <[email protected]>
Csaba Palfi <[email protected]>
Ryan Petrich <[email protected]>
Andreas Girgensohn <[email protected]>
Caleb Sander <[email protected]>
Dzmitry_Prudnikau <[email protected]>
Ian McKellar <[email protected]>
Jennifer Bland <[email protected]>
Kyle Fuller <[email protected]>
ZYSzys <[email protected]>
Neeraj Laad <[email protected]>
Scott Van Gilder <[email protected]>
Yaniv Friedensohn <[email protected]>
Lars-Magnus Skog <[email protected]>
Lucas Woo <[email protected]>
Troels Liebe Bentsen <[email protected]>
pranshuchittora <[email protected]>
lakamsani <[email protected]>
Chris White <[email protected]>
Ben Newman <[email protected]>
Szymon Marczak <[email protected]>
Tessei Kameyama <[email protected]>
Chakravarthy S M <[email protected]>

# Generated by tools/update-authors.sh
# Generated by tools/update-authors.js
13 changes: 13 additions & 0 deletions COLLABORATOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- [When Breaking Changes Actually Break Things](#when-breaking-changes-actually-break-things)
- [Reverting commits](#reverting-commits)
- [Introducing New Modules](#introducing-new-modules)
- [Additions to N-API](#additions-to-n-api)
- [Deprecations](#deprecations)
- [Involving the TSC](#involving-the-tsc)
* [Landing Pull Requests](#landing-pull-requests)
Expand Down Expand Up @@ -411,6 +412,18 @@ For new modules that involve significant effort, non-trivial additions to
Node.js or significant new capabilities, an [Enhancement Proposal][] is
recommended but not required.

### Additions to N-API

N-API provides an ABI stable API that we will have to support in future
versions without the usual option to modify or remove existing APIs on
SemVer boundaries. Therefore, additions need to be managed carefully.

This
[guide](https://github.com/nodejs/node/blob/master/doc/guides/adding-new-napi-api.md)
outlines the requirements and principles that we should follow when
approving and landing new N-API APIs (any additions to `node_api.h` and
`node_api_types.h`).

### Deprecations

[_Deprecation_][] is "the discouragement of use of some … feature … or practice,
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,8 @@ tools/.docmdlintstamp: $(LINT_MD_DOC_FILES)
LINT_MD_TARGETS = src lib benchmark test tools/doc tools/icu
LINT_MD_ROOT_DOCS := $(wildcard *.md)
LINT_MD_MISC_FILES := $(shell find $(LINT_MD_TARGETS) -type f \
-not -path '*node_modules*' -name '*.md') $(LINT_MD_ROOT_DOCS)
-not -path '*node_modules*' -not -path 'test/fixtures/*' -name '*.md') \
$(LINT_MD_ROOT_DOCS)
run-lint-misc-md = tools/lint-md.js -q -f $(LINT_MD_MISC_FILES)
# Lint other changed markdown files maintained by us
tools/.miscmdlintstamp: $(LINT_MD_MISC_FILES)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ For more information about the governance of the Node.js project, see
**Franziska Hinkelmann** &lt;[email protected]&gt; (she/her)
* [Fishrock123](https://github.com/Fishrock123) -
**Jeremiah Senkpiel** &lt;[email protected]&gt;
* [gabrielschulhof](https://github.com/gabrielschulhof) -
**Gabriel Schulhof** &lt;[email protected]&gt;
* [gibfahn](https://github.com/gibfahn) -
**Gibson Fahnestock** &lt;[email protected]&gt; (he/him)
* [jasnell](https://github.com/jasnell) -
Expand Down Expand Up @@ -331,6 +333,8 @@ For more information about the governance of the Node.js project, see
**Benedikt Meurer** &lt;[email protected]&gt;
* [bnoordhuis](https://github.com/bnoordhuis) -
**Ben Noordhuis** &lt;[email protected]&gt;
* [boneskull](https://github.com/boneskull) -
**Christopher Hiller** &lt;[email protected]&gt; (he/him)
* [brendanashworth](https://github.com/brendanashworth) -
**Brendan Ashworth** &lt;[email protected]&gt;
* [BridgeAR](https://github.com/BridgeAR) -
Expand Down
23 changes: 23 additions & 0 deletions benchmark/fs/bench-mkdirp.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
'use strict';

const common = require('../common');
const fs = require('fs');
const tmpdir = require('../../test/common/tmpdir');
tmpdir.refresh();
let dirc = 0;

const bench = common.createBenchmark(main, {
n: [1e4],
});

function main({ n }) {
bench.start();
(function r(cntr) {
if (cntr-- <= 0)
return bench.end(n);
const pathname = `${tmpdir.path}/${++dirc}/${++dirc}/${++dirc}/${++dirc}`;
fs.mkdir(pathname, { createParents: true }, (err) => {
r(cntr);
});
}(n));
}
2 changes: 1 addition & 1 deletion common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
'v8_embedder_string': '-node.25',
'v8_embedder_string': '-node.29',

# Enable disassembler for `--print-code` v8 options
'v8_enable_disassembler': 1,
Expand Down
5 changes: 5 additions & 0 deletions deps/v8/include/v8-inspector.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ class V8_EXPORT V8InspectorClient {
virtual bool canExecuteScripts(int contextGroupId) { return true; }

virtual void maxAsyncCallStackDepthChanged(int depth) {}

virtual std::unique_ptr<StringBuffer> resourceNameToUrl(
const StringView& resourceName) {
return nullptr;
}
};

// These stack trace ids are intended to be passed between debuggers and be
Expand Down
1 change: 1 addition & 0 deletions deps/v8/src/field-type.cc
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ void FieldType::PrintTo(std::ostream& os) {
os << "None";
} else {
DCHECK(IsClass());
HandleScope scope(Map::cast(this)->GetIsolate());
os << "Class(" << static_cast<void*>(*AsClass()) << ")";
}
}
Expand Down
5 changes: 3 additions & 2 deletions deps/v8/src/inspector/v8-debugger-agent-impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@ void V8DebuggerAgentImpl::didParseSource(
protocol::StringUtil::parseJSON(inspected->auxData()));
}
bool isLiveEdit = script->isLiveEdit();
bool hasSourceURL = script->hasSourceURL();
bool hasSourceURLComment = script->hasSourceURLComment();
bool isModule = script->isModule();
String16 scriptId = script->scriptId();
String16 scriptURL = script->sourceURL();
Expand All @@ -1464,7 +1464,8 @@ void V8DebuggerAgentImpl::didParseSource(
Maybe<protocol::DictionaryValue> executionContextAuxDataParam(
std::move(executionContextAuxData));
const bool* isLiveEditParam = isLiveEdit ? &isLiveEdit : nullptr;
const bool* hasSourceURLParam = hasSourceURL ? &hasSourceURL : nullptr;
const bool* hasSourceURLParam =
hasSourceURLComment ? &hasSourceURLComment : nullptr;
const bool* isModuleParam = isModule ? &isModule : nullptr;
std::unique_ptr<V8StackTraceImpl> stack =
V8StackTraceImpl::capture(m_inspector->debugger(), contextGroupId, 1);
Expand Down
Loading