[v8-users] Re: Help! Where can I find the implementation of "static inline String* cast(Object* obj);"

2009-06-07 Thread Yu-zhong shen
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/

[v8-users] Help! Where can I find the implementation of "static inline String* cast(Object* obj);"

2009-06-07 Thread Yu-zhong shen
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

[v8-users] Where's the implement of v8::Script::Compile

2009-03-29 Thread Yu-zhong shen
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 --~--~--