From: yu.dongliang <18588496441@163.com> Date: Wed, 5 Nov 2025 06:39:21 +0000 (+0800) Subject: js: fix 'teq' for 'js object' which is a return value of an function call(), X-Git-Url: http://baseworks.info/?a=commitdiff_plain;h=HEAD;p=abc.git js: fix 'teq' for 'js object' which is a return value of an function call(), for source code as 'if (obj)', 'if (!obj)', or 'if (Boolean(0))', etc. --- diff --git a/examples/js.html b/examples/js.html index be3e657..322c052 100644 --- a/examples/js.html +++ b/examples/js.html @@ -8,13 +8,7 @@