Try v8_proxy.cc, v8_custom.cc.
You may also want to look into the DerivedSources; these are files generated
as part of the build which create the bindings between JS and C++.

Mike


On Fri, Jan 23, 2009 at 12:49 PM, vlad <megav...@gmail.com> wrote:

>
> 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