Home | History | Annotate | Download | only in cctest

Lines Matching defs:script

46   v8::Handle<v8::Script> script = v8::Script::Compile(
49 script->Run();
54 script->Run();
81 v8::Handle<v8::Script> script = v8::Script::Compile(
88 CHECK(script->Run()->IsTrue());
98 // Rerun the script.
99 CHECK(script->Run()->IsTrue());