Skip to content

lib,src: make constants not inherit from Object#10458

Closed
thefourtheye wants to merge 1 commit intonodejs:masterfrom
thefourtheye:make-constants-inherit-from-null
Closed

lib,src: make constants not inherit from Object#10458
thefourtheye wants to merge 1 commit intonodejs:masterfrom
thefourtheye:make-constants-inherit-from-null

Conversation

@thefourtheye
Copy link
Copy Markdown
Contributor

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

lib src test

Description of change

Make sure constants object and all the nested objects don't inherit
from Object.prototype but from null.

Loading
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++. fs Issues and PRs related to the fs subsystem / file system. lib / src Issues and PRs related to general changes in the lib or src directory. process Issues and PRs related to the process subsystem. semver-major PRs that contain breaking changes and should be released in the next major version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants