Hi everybodyI am a beginner for v8. I am confused by the the function InstallNatives(bootstrap.cc). It seems that the builtins's property have been installed before call InstallNativeFunctions.I know that CompileBuiltin will compile the native js file, for example apinative.js, but when are the properties installed for the builltins object of global context. Does the call Execution::Call(fun, receiver, 0, NULL, &has_pending_exception) in the function Genesis::CompileScriptCached? who can explain it for me in detail? Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
