Searched refs:force_slow_path (Results 1 – 8 of 8) sorted by relevance
126 if (isolate->force_slow_path()) return false; in IsUnmodifiedRegExp()
37 V(force_slow_path, "Isolate::force_slow_path_address()") \
370 ExternalReference ExternalReference::force_slow_path(Isolate* isolate) { in force_slow_path() function in v8::internal::ExternalReference
1203 ExternalConstant(ExternalReference::force_slow_path(isolate())); in GotoIfForceSlowPath()
1535 DEFINE_BOOL(force_slow_path, false, "always take the slow path for builtins")
1569 if (isolate->force_slow_path()) return false; in IsFastArray()
1523 bool force_slow_path() const { return force_slow_path_; } in force_slow_path() function
3719 if (isolate->force_slow_path()) return true; in HoleyPrototypeLookupRequired()