-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Labels
lib / srcIssues and PRs related to general changes in the lib or src directory.Issues and PRs related to general changes in the lib or src directory.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.
Description
Extracted from Mark all APIs without callers in Blink as deprecated, compared with the current Node.js master:
- Trivial one-liners, fixed by ChALkeR@45e0ec2:
TerminateExecution
src/node_watchdog.cc
CancelTerminateExecution
src/node_contextify.cc
- Notable ones:
ForceSet
src/node_contextify.cc
src/node_internals.h
src/node.cc
src/node.h
SetWeak
src/node_contextify.cc
src/node_object_wrap.h
src/node_buffer.cc
- Commented out code:
GetPropertyAttributes
src/node_contextify.cc
-
Maybe-related:
Compile
src/node_contextify.cc
src/node.cc
CompileUnbound
src/node_contextify.cc
Delete
src/node_contextify.cc
src/node.cc
src/stream_base.cc
GetEndColumn
src/node.cc
GetRealNamedProperty
src/node_contextify.cc
GetRealNamedPropertyAttributes
src/node_contextify.cc
Has
src/node.cc
src/stream_base.cc
src/node_os.cc
HasOwnProperty
src/node_contextify.cc
NewFromOneByte
src/util.h
src/util-inl.h
src/env-inl.h
NewInstance
src/pipe_wrap.cc
src/node_contextify.cc
src/debug-agent.cc
src/node.cc
src/env-inl.h
src/node_file.cc
src/udp_wrap.cc
src/tls_wrap.cc
src/tcp_wrap.cc
SetAccessor
src/node.cc
src/udp_wrap.cc
src/stream_base-inl.h
src/node_crypto.cc
SetPrototype
src/node_buffer.cc
May contain false positives (the check is not absolute) and false negatives (I am basing upon just one v8 deprecation commit).
Metadata
Metadata
Assignees
Labels
lib / srcIssues and PRs related to general changes in the lib or src directory.Issues and PRs related to general changes in the lib or src directory.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.