Thanks, that's help a lot.
There are so many MACROs and templates in the V8, that none of the IDE and
source reader could locate the implementation correctly.
[?]
--~--~-~--~~~---~--~~
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/
Hi,
I wonder where the function is defined.
I have use grep to check all files under src, just found some invoke
statments.
The function is wildly used without implementation !!
--~--~-~--~~~---~--~~
v8-users mailing list
v8-users@googlegroups.com
http://groups.g
Hi,
I'm reading the source code of the v8.
However, I could not find the implement of v8::Script::Compile. I could
only find the declaration of the prototype at ./include/v8.h
I could build the source code successfully, but
Where can I find the implement?
Thanks
--~--~--