summaryrefslogtreecommitdiff
path: root/src/node_types.cc
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2018-03-13 15:08:31 +0100
committerMyles Borins <mylesborins@google.com>2018-06-01 09:59:37 +0200
commit3d2aebbc999555dac6a91fd9ab5a7ae6e93f4fca (patch)
treedf8fba4119db47310bc83e8d0241f941a7b66ee9 /src/node_types.cc
parenta60ab57c3cf35bf29dfec2837cf072085f13783b (diff)
downloadandroid-node-v8-3d2aebbc999555dac6a91fd9ab5a7ae6e93f4fca.tar.gz
android-node-v8-3d2aebbc999555dac6a91fd9ab5a7ae6e93f4fca.tar.bz2
android-node-v8-3d2aebbc999555dac6a91fd9ab5a7ae6e93f4fca.zip
util: add type check function for BigIntObject
PR-URL: https://github.com/nodejs/node/pull/19989 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'src/node_types.cc')
-rw-r--r--src/node_types.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node_types.cc b/src/node_types.cc
index bd7ea9cf23..5dac1f6d27 100644
--- a/src/node_types.cc
+++ b/src/node_types.cc
@@ -13,6 +13,7 @@ namespace {
V(External) \
V(Date) \
V(ArgumentsObject) \
+ V(BigIntObject) \
V(BooleanObject) \
V(NumberObject) \
V(StringObject) \