Home | History | Annotate | Download | only in cctest

Lines Matching refs:script

44   v8::Handle<v8::Script> script = v8::Script::Compile(
47 script->Run();
52 script->Run();
77 v8::Handle<v8::Script> script = v8::Script::Compile(
84 CHECK(script->Run()->IsTrue());
94 // Rerun the script.
95 CHECK(script->Run()->IsTrue());