Skip to content

Conversation

bptato
Copy link
Contributor

@bptato bptato commented Feb 2, 2025

Useful if you want to set the prototype of a constructor to its parent constructor when creating a custom type hierarchy.

(e.g. in browsers, Text.__proto__ == CharacterData, and to implement this you can pass the CharacterData constructor as proto_val.)

Useful if you want to set the prototype of a constructor to its parent
constructor when creating a custom type hierarchy.

(e.g. in browsers, `Text.__proto__` == `CharacterData`, and to implement
this you can pass the `CharacterData` constructor as `proto_val`.)
@bnoordhuis bnoordhuis merged commit 92961d7 into quickjs-ng:master Feb 3, 2025
61 checks passed
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 this pull request may close these issues.

3 participants