diff options
author | 2023-10-17 19:42:37 -0700 | |
---|---|---|
committer | 2023-10-17 19:42:37 -0700 | |
commit | cb5c4c71c866362dce24eff79251fed6add53e9f (patch) | |
tree | 5635cf21140ff2eac14539316f7c6d6704925bd3 /src/bun.js/bindings/ProcessBindingConstants.lut.h | |
parent | bf12268274faac1a38d33007be7a48af9e570761 (diff) | |
download | bun-jarred/prepare-for-libuv.tar.gz bun-jarred/prepare-for-libuv.tar.zst bun-jarred/prepare-for-libuv.zip |
Diffstat (limited to 'src/bun.js/bindings/ProcessBindingConstants.lut.h')
-rw-r--r-- | src/bun.js/bindings/ProcessBindingConstants.lut.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/bun.js/bindings/ProcessBindingConstants.lut.h b/src/bun.js/bindings/ProcessBindingConstants.lut.h deleted file mode 100644 index 4ad86860d..000000000 --- a/src/bun.js/bindings/ProcessBindingConstants.lut.h +++ /dev/null @@ -1,31 +0,0 @@ -// File generated via `make static-hash-table` / `make cpp` -static const struct CompactHashIndex processBindingConstantsTableIndex[17] = { - { -1, -1 }, - { -1, -1 }, - { -1, -1 }, - { 1, -1 }, - { -1, -1 }, - { -1, -1 }, - { -1, -1 }, - { 2, -1 }, - { -1, -1 }, - { -1, -1 }, - { -1, -1 }, - { -1, -1 }, - { 0, 16 }, - { -1, -1 }, - { -1, -1 }, - { 4, -1 }, - { 3, -1 }, -}; - -static const struct HashTableValue processBindingConstantsTableValues[5] = { - { "os"_s, static_cast<unsigned>(PropertyAttribute::PropertyCallback), NoIntrinsic, { HashTableValue::LazyPropertyType, processBindingConstantsGetOs } }, - { "fs"_s, static_cast<unsigned>(PropertyAttribute::PropertyCallback), NoIntrinsic, { HashTableValue::LazyPropertyType, processBindingConstantsGetFs } }, - { "crypto"_s, static_cast<unsigned>(PropertyAttribute::PropertyCallback), NoIntrinsic, { HashTableValue::LazyPropertyType, processBindingConstantsGetCrypto } }, - { "zlib"_s, static_cast<unsigned>(PropertyAttribute::PropertyCallback), NoIntrinsic, { HashTableValue::LazyPropertyType, processBindingConstantsGetZlib } }, - { "trace"_s, static_cast<unsigned>(PropertyAttribute::PropertyCallback), NoIntrinsic, { HashTableValue::LazyPropertyType, processBindingConstantsGetTrace } }, -}; - -static const struct HashTable processBindingConstantsTable = - { 5, 15, false, nullptr, processBindingConstantsTableValues, processBindingConstantsTableIndex }; |