jscript: Get rid of jsobj in scope_chain_t.
commit0e9d221582da5e7ee1b8c7a549b05a8007cb5f56
authorGabriel Ivăncescu <gabrielopcode@gmail.com>
Wed, 21 Jun 2023 14:58:00 +0000 (21 17:58 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 21 Jun 2023 16:54:41 +0000 (21 18:54 +0200)
tree59e417e06f0875923e75e42a7cc9d94782ddff19
parent08e0ebee494e59814cd2c280c031909e4baaa4db
jscript: Get rid of jsobj in scope_chain_t.

It was confusing and aliased to obj when it was a jsdisp (and shared ref), but
we can obtain that already with helpers as needed (as_jsdisp and to_jsdisp),
no reason to keep it so confusing and a separate field.

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