Module: wine Branch: master Commit: 0e9d221582da5e7ee1b8c7a549b05a8007cb5f56 URL: https://gitlab.winehq.org/wine/wine/-/commit/0e9d221582da5e7ee1b8c7a549b05a8...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Wed Jun 21 17:58:00 2023 +0300
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 | 57 +++++++++++++++++++++++++------------------------ dlls/jscript/engine.h | 1 - dlls/jscript/function.c | 11 +++++----- 3 files changed, 35 insertions(+), 34 deletions(-)