On Sun, Mar 29, 2009 at 3:07 PM, Yu-zhong shen <[email protected]> wrote:
>     However, I could not find the implement of v8::Script::Compile.  I could
> only find the declaration of the prototype at ./include/v8.h

It's in api.cc:

Local<Script> Script::Compile(v8::Handle<String> source,
                              v8::ScriptOrigin* origin,
                              v8::ScriptData* script_data) {
  ON_BAILOUT("v8::Script::Compile()", return Local<Script>());
...
}

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/

--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to