Commit Graph

4 Commits

Author SHA1 Message Date
Namhyeon, Go
6423d941ae Add missing semicolon to NullProtoObjectViaSc64bit
Terminate the function expression assigned to NullProtoObjectViaSc64bit with a semicolon (replace `}` with `};`) in app/assets/js/core-js-3.49.0.wsh.js. This ensures the statement is properly closed and prevents potential parsing/concatenation issues with following code.
2026-04-18 17:19:34 +09:00
Namhyeon, Go
0bf4fe1d59 Style: normalize function formatting in core-js
Adjust whitespace, indentation and add missing semicolon in the returned function inside NullProtoObjectViaSc64bit. This is a purely stylistic change (spacing around `function` and consistent indentation) and does not alter runtime behavior.
2026-04-18 12:26:34 +09:00
Namhyeon, Go
12f6088ba0 Handle ScriptControl failures gracefully
Replace the explicit error throw when ScriptControl-based object creation fails with a safe fallback factory that returns an empty object. This prevents runtime errors in 64-bit environments and during subsequent enumBugKeys cleanup by returning a benign constructor instead of throwing.
2026-04-18 12:20:49 +09:00
fe21be0e54 Add core-js 3.49.0 bundle
Add new webpacked core-js bundle (app/assets/js/core-js-3.49.0.wsh.js) containing core-js v3.49.0 polyfills and runtime helpers. The file includes the webpack bootstrap and numerous core-js modules to provide compatibility for older environments (license and source referenced in header).
2026-04-11 12:36:03 +09:00