rogchap / v8go

Execute JavaScript from Go

Home Page:https://rogchap.com/v8go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how about SetPrototype

biaosheng opened this issue · comments

To avoid detection of JS code, I currently need to define Crypto and crypto, and make the running JS code crypto__ proto==Crypto. prototype returns true. In v8go, I did not find the SetPrototype function. It seems that SetPrototype is present in C++, so could you please advise