Skip to content

src: v8 deprecations in 4.9 branch #4869

Closed
@ChALkeR

Description

@ChALkeR

Extracted from Mark all APIs without callers in Blink as deprecated, compared with the current Node.js master:

 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

No one assigned

    Labels

    lib / srcIssues and PRs related to general changes in the lib or src directory.v8 engineIssues and PRs related to the V8 dependency.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions