Can someone one point me to the location in the source code where
chrome deals with JavaScript?

I'm trying to learn how to return instances of JavaScript object from C
++ function calls. I.E.:

Handle<Value> returnInstanceOfFoo()
{
   .....
   return foo_instance;
}


Foo would be a custom JavaScript class ( or maybe one of the built in
classes, such as HTMLSelect, etc).

Thanks
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to