aboutsummaryrefslogtreecommitdiff
path: root/src/js/_codegen/build-functions.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/_codegen/build-functions.ts')
-rw-r--r--src/js/_codegen/build-functions.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/_codegen/build-functions.ts b/src/js/_codegen/build-functions.ts
index b5c0eeee9..761682d44 100644
--- a/src/js/_codegen/build-functions.ts
+++ b/src/js/_codegen/build-functions.ts
@@ -6,7 +6,7 @@ import { cap, fmtCPPString, low } from "./helpers";
import { spawn } from "bun";
async function createStaticHashtables() {
- const STATIC_HASH_TABLES = ["src/bun.js/bindings/Process.cpp"];
+ const STATIC_HASH_TABLES = ["src/bun.js/bindings/Process.cpp", "src/bun.js/bindings/BunObject.cpp"];
console.time("Creating static hash tables...");
const create_hash_table = path.join(import.meta.dir, "../../../src/bun.js/scripts/create_hash_table");
if (!create_hash_table) {