Comment #4 on issue 547 by mikhail.naganov: FunctionTemplate::SetClassName  
and JSON serialization
http://code.google.com/p/v8/issues/detail?id=547

Also, there is a specialized Array class and factory method in V8 API:

v8::Handle<v8::Array> result = v8::Array::New(3);
result->Set(v8::Integer::New(0), v8_str("foo"));


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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

Reply via email to