I'm correcting the forgotten lint errors...
On 2010/03/15 22:03:31, Alexandre wrote:
Hi,
Here is some update for MIPS to do a simple global function call.
It has been tested to execute some code like:
function foo() {
return 0x1234;
}
foo();
The code was tested with a customized shell:
in shell.cc use
v8::Handle<v8::Context> context = v8::Context::New();
instead of
8::Handle<v8::Context> context = v8::Context::New(NULL, global);
Regards,
Alexandre
http://codereview.chromium.org/1018001
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev