Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support Object.create(null) #111

Open
jiangjiyun opened this issue May 21, 2021 · 2 comments · May be fixed by #134
Open

add support Object.create(null) #111

jiangjiyun opened this issue May 21, 2021 · 2 comments · May be fixed by #134

Comments

@jiangjiyun
Copy link

Object.create(null).valueOf === undefined

if (a.valueOf !== Object.prototype.valueOf) return a.valueOf() === b.valueOf();

error: a.valueOf is not a function

@LeeeeeeM
Copy link

how's the progress

@mrhether
Copy link

Any update here can we merge this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants