SkyCrystal

Results 6 comments of SkyCrystal

Yes there is some different between set property and evaluate code. When generateing bytecode, compiler may parse `obj.foo =` first and push `obj` into stack. So after we call `return`...

> Is that speculation, or a statement of fact? And what would be the relevant difference between obj.foo = yield and unreachable += yield? It's a statement of fact in...

想问一下 你是怎么找代码里固定4096的pagesize的 有没有例子看一下呢? 我也需要找一下代码里有没有写死页大小的地方

目前只找到了 https://github.com/Tencent/mars/blob/9ab46e19ed3d4fcafe9d0de4b36547321f5ead83/mars/boost/thread/pthread/thread_data.hpp#L29 这一处 想问问还有哪里呢

Oh it fails. So maybe the patch I used on QJS has some bug? We use a modified version of QJS so maybe there's the problem. Thanks a lot.

Well it looks that when I call `execute("")` it fails. However `execute(";")` workes fine. So after that commit, it really passes an empty string to QJS and then causes the...