Lines Matching full:script_cache_
58 script_cache_(NULL),
1927 ASSERT(script_cache_ == NULL);
1928 script_cache_ = new ScriptCache();
1935 script_cache_->Add(Handle<Script>(Script::cast(obj)));
1944 if (script_cache_
1945 delete script_cache_;
1946 script_cache_ = NULL;
1952 if (script_cache_ != NULL) {
1953 script_cache_->Add(script);
1962 if (script_cache_ == NULL) {
1967 ASSERT(script_cache_ != NULL);
1968 if (script_cache_ == NULL) {
1977 return script_cache_->GetScripts();
1983 if (script_cache_ != NULL) {
1984 script_cache_->ProcessCollectedScripts();