Searched refs:slow_environment (Results 1 – 1 of 1) sorted by relevance
1148 Environment* slow_environment = nullptr; in CheckContextExtensions() local1167 if (slow_environment == nullptr) { in CheckContextExtensions()1168 slow_environment = environment(); in CheckContextExtensions()1171 slow_environment->Merge(environment(), in CheckContextExtensions()1184 DCHECK(depth == 0 || slow_environment != nullptr); in CheckContextExtensions()1186 return slow_environment; in CheckContextExtensions()1193 Environment* slow_environment = CheckContextExtensions(depth); in BuildLdaLookupContextSlot() local1204 if (slow_environment != nullptr) { in BuildLdaLookupContextSlot()1210 set_environment(slow_environment); in BuildLdaLookupContextSlot()1243 Environment* slow_environment = CheckContextExtensions(depth); in BuildLdaLookupGlobalSlot() local[all …]