-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
V8: upcoming deprecation warnings #18909
Copy link
Copy link
Closed
Labels
c++Issues and PRs that require attention from people who are familiar with C++.Issues and PRs that require attention from people who are familiar with C++.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.
Metadata
Metadata
Assignees
Labels
c++Issues and PRs that require attention from people who are familiar with C++.Issues and PRs that require attention from people who are familiar with C++.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.
The latest canary update uncovered a few new deprecations from V8.
I didn't check, but those can probably already be fixed onmaster.v8::Message::GetLineNumber()innode.cc:Maybe<int> GetLineNumber(Local<Context> context)Details
v8::Message::GetSourceLine()innode.cc:MaybeLocal<String> GetSourceLine(Local<Context> context)Details
v8::String::Utf8Value::Utf8Value(v8::Local<v8::Value>)innode.cc,node_api.cc,node_buffer.cc,node_v8.ccandnode_crypto.cc:Utf8Value(Isolate* isolate, Local<v8::Value> obj)Details
v8::Script::Run()innode.ccandnode_contextify.cc:MaybeLocal<Value> Run(Local<Context> context)Details
v8::String::Value::Value(v8::Local<v8::Value>)innode_buffer.cc,string_bytes.ccandinspector_js_api.cc:Value(Isolate* isolate, Local<v8::Value> obj)Details