jscript: Convert unlink_props to a helper that unlinks the entire object.
commit3f20b8aa3ec8381db17e6f5813e65b8ac98c273c
authorGabriel Ivăncescu <gabrielopcode@gmail.com>
Thu, 20 Jul 2023 13:59:46 +0000 (20 16:59 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 20 Jul 2023 19:48:39 +0000 (20 21:48 +0200)
treed83922bd7464ebef01be4ad0316256ce94e101a5
parentf66c8972129e81707292a210ef4989a9ad57da89
jscript: Convert unlink_props to a helper that unlinks the entire object.

It will be useful for other cases, and we don't need the gc_ctx for
unlinking. Also set the PROP_PROTREFs to PROP_DELETED since we're unliking
the prototype.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
dlls/jscript/dispex.c