Skip to content

Commit 628e827

Browse files
committed
[js] Add nqp::const::BINARY_ENDIAN_NATIVE
1 parent db66f21 commit 628e827

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vm/js/const_map.nqp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ my %const_map := nqp::hash(
7878
'NORMALIZE_NFKC', 3,
7979
'NORMALIZE_NFKD', 4,
8080

81+
'BINARY_ENDIAN_NATIVE', 0,
8182
'BINARY_ENDIAN_LITTLE', 1,
8283
'BINARY_ENDIAN_BIG', 2,
8384

0 commit comments

Comments
 (0)