ITADN
首页
AIGC
博客文章
GIT库
资源下载
C龙虾
程序订做
联系我们
trynova/nova
/
Issues
callable proxies support
#935
Open
ChALkeR
创建于 2026-02-07
C
ChALkeR
commented
```js const p = new Proxy(() => {}, { apply() { return 2 } }) print(p()) ``` Fails with `Uncaught exception: TypeError: Not a callable object`, should print 2
0 条评论