Skip to content

src: use context-free V8 message column getters#62778

Open
Renegade334 wants to merge 1 commit intonodejs:mainfrom
Renegade334:message-column-getters-nomaybe
Open

src: use context-free V8 message column getters#62778
Renegade334 wants to merge 1 commit intonodejs:mainfrom
Renegade334:message-column-getters-nomaybe

Conversation

@Renegade334
Copy link
Copy Markdown
Member

The Message::Get*Column(context) getters return a Maybe<int>, but since v8/v8@9fe417c, the context is no longer necessary and these methods just return Just(Get*Column()). We may as well cut out the overhead.

Refs: https://issues.chromium.org/issues/42210793

@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/inspector

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. inspector Issues and PRs related to the V8 inspector protocol needs-ci PRs that need a full CI run. labels Apr 16, 2026
@Renegade334 Renegade334 added the request-ci Add this label to start a Jenkins CI on a PR. label Apr 16, 2026
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Apr 16, 2026
@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. inspector Issues and PRs related to the V8 inspector protocol needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants