Comment #1 on issue 2484 by [email protected]: Add Isolate argument to Number::New()
http://code.google.com/p/v8/issues/detail?id=2484

And I'm sure you'll notice the typo where:

+  EnsureInitializedForIsolate(isolate, "v8::Integer::New()");

Should be:

+  EnsureInitializedForIsolate(isolate, "v8::Number::New()");

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to