Home | History | Annotate | Download | only in cctest

Lines Matching refs:script_

5048     script_.Dispose();
5051 if (script_.IsEmpty())
5052 script_ = v8::Persistent<Script>::New(v8_compile("({}).blammo"));
5053 return Local<Script>(*script_);
5060 v8::Persistent<Script> script_;