Home | History | Annotate | Download | only in src

Lines Matching refs:FLAG_use_strong

1065   NoUseStrongForUtilityScriptScope() : flag_(i::FLAG_use_strong) {
1066 i::FLAG_use_strong = false;
1068 ~NoUseStrongForUtilityScriptScope() { i::FLAG_use_strong = flag_; }