Hello!
You'd have to make a small source code change and rebuild ClearScript.
For example, adding the following lines at the top of the
Good luck!
You'd have to make a small source code change and rebuild ClearScript.
For example, adding the following lines at the top of the
V8IsolateImpl
constructor should enable JavaScript proxies:std::string flags("--harmony-proxies"); V8::SetFlagsFromString(flags.c_str(), static_cast<int>(flags.length()));