[browser] Consider DangerousAddRef for JSObject #107974
Labels
arch-wasm
WebAssembly architecture
area-System.Runtime.InteropServices.JavaScript
os-browser
Browser variant of arch-wasm
Milestone
When we are marshaling JSObject to JS, should we DangerousAddRef on it for duration of the call ?
Our GC is scanning the stack so in most cases, that would be enough.
But there are few scenarios for which I'm not sure
JSObject
is item in the arrayThe text was updated successfully, but these errors were encountered: