Skip to content
Commit 62a2b790 authored by Philip Chimento's avatar Philip Chimento Committed by Philip Chimento
Browse files

function: Better message about call during GC

GJS can attempt to call back into JS during garbage collection if you
implement vfunc_remove() on your container class. (Destroying a container
will remove all its child widgets, and if you have implemented
vfunc_remove() in JS then that will cause a JS call.)

Note this possibility in the warning message, and also add whatever
information we can get about the offending callback without calling into
JSAPI.

https://bugzilla.gnome.org/show_bug.cgi?id=785040
parent 9ddca8b4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment