Hi,

What role to v8 extensions play,
ie, in v8.h
RegisterExtension()
DeclareExtension {};
v8::Extension

eg there are a lot of examples in test-api.cc

But I can't seem to understand what they are for...

When should I write an Extension,
and when should I just bind C++ functions using FunctionTemplate and so on? 
(ie the usually discussed method).

thanks,
Paul

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

Reply via email to