[bun:jsc] Add export for getProtectedObjects

This commit is contained in:
Jarred Sumner
2022-07-02 01:30:20 -07:00
parent 69b32a01c4
commit b995e7797d

View File

@@ -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;