Skip to content

Conversation

@TobiasWienand
Copy link
Contributor

Currently we support only this:

const obj = { a : 1 };

This is not supported:

const obj = { "a" : 1 };

Even though it is the same thing, just with a different representation. See this:
https://www.reddit.com/r/typescript/comments/1ac7b68/in_javascript_object_keysproperties_are_strings/?rdt=50433

@saelo saelo merged commit d6f77d7 into googleprojectzero:main Nov 13, 2024
@saelo
Copy link
Collaborator

saelo commented Nov 13, 2024

Ah very nice, thanks!

parthdt pushed a commit to parthdt/fuzzilli that referenced this pull request Dec 14, 2024
@TobiasWienand TobiasWienand deleted the feature/StringLiteral-keys branch April 28, 2025 13:38
Dudcom pushed a commit to VRIG-RITSEC/fuzzillai that referenced this pull request Oct 29, 2025
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.

2 participants