Status: New Owner: ---- New issue 883 by efimovov: Allow V8::DateParser usage from C++ code http://code.google.com/p/v8/issues/detail?id=883
I understand that at the moment most of the code for the Date object is written in JavaScript, except DateParser. However, it is located in the internal namespace and not available for use outside the V8, for example for writing modules for Node.js.
It would be a convenient addition to v8::Date::New(double) to have a function with a prototype v8::Date::New(V8::String) in v8.h.
P.S. This is FeatureRequest, I think. -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
