-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Closed
Labels
deprecationsIssues and PRs related to deprecations.Issues and PRs related to deprecations.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.
Description
We should use v8::String::ValueView
instead.
Refs:
node/deps/v8/include/v8-primitive.h
Lines 549 to 553 in e4f61de
class V8_EXPORT Value { | |
public: | |
V8_DEPRECATE_SOON( | |
"Prefer using String::ValueView if you can, or string->Write to a " | |
"buffer if you cannot.") |
/cc @anonrig
anonrig
Metadata
Metadata
Assignees
Labels
deprecationsIssues and PRs related to deprecations.Issues and PRs related to deprecations.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.