Skip to content

Commit 35e6bfc

Browse files
authored
This commit merges JS_SetPropertyGeneric into JS_SetPropertyInternal2 and obsoletes commit b51b510 and partially obsoletes commit 8baafc4; detachment and negative zero handling now fall out naturally.
1 parent ba8b80f commit 35e6bfc

File tree

3 files changed

+123
-231
lines changed

3 files changed

+123
-231
lines changed

quickjs-atom.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ DEF(await, "await")
7777

7878
/* empty string */
7979
DEF(empty_string, "")
80-
DEF(negative_zero, "-0")
8180
/* identifiers */
8281
DEF(length, "length")
8382
DEF(fileName, "fileName")

0 commit comments

Comments
 (0)