There was an error while loading. Please reload this page.
1 parent 0324584 commit f65c0fdCopy full SHA for f65c0fd
src/value/tag.rs
@@ -23,6 +23,7 @@ pub enum JsTag {
23
Uninitialized = q::JS_TAG_UNINITIALIZED,
24
CatchOffset = q::JS_TAG_CATCH_OFFSET,
25
Exception = q::JS_TAG_EXCEPTION,
26
+ #[cfg(feature = "bigint")]
27
ShortBigInt = q::JS_TAG_SHORT_BIG_INT,
28
Float64 = q::JS_TAG_FLOAT64,
29
}
0 commit comments