diff --git a/src/bun.js/bun-jsc.exports.js b/src/bun.js/bun-jsc.exports.js index d94f691974..77c7ecb263 100644 --- a/src/bun.js/bun-jsc.exports.js +++ b/src/bun.js/bun-jsc.exports.js @@ -21,5 +21,6 @@ export const reoptimizationRetryCount = jsc.reoptimizationRetryCount; export const setRandomSeed = jsc.setRandomSeed; export const startRemoteDebugger = jsc.startRemoteDebugger; export const totalCompileTime = jsc.totalCompileTime; +export const getProtectedObjects = jsc.getProtectedObjects; export default jsc;