diff options
Diffstat (limited to 'src/bun.js')
-rw-r--r-- | src/bun.js/bun-jsc.exports.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bun.js/bun-jsc.exports.js b/src/bun.js/bun-jsc.exports.js index d94f69197..77c7ecb26 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; |