Home
last modified time | relevance | path

Searched refs:SlowEquals (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dname-inl.h74 return String::cast(*this).SlowEquals(String::cast(other)); in Equals()
83 return String::SlowEquals(isolate, Handle<String>::cast(one), in Equals()
Dstring.h640 V8_EXPORT_PRIVATE bool SlowEquals(String other) const;
641 V8_EXPORT_PRIVATE bool SlowEquals(
644 V8_EXPORT_PRIVATE static bool SlowEquals(Isolate* isolate, Handle<String> one,
Dstring.cc1008 bool String::SlowEquals(String other) const { in SlowEquals() function in v8::internal::String
1011 return SlowEquals(other, SharedStringAccessGuardIfNeeded::NotNeeded()); in SlowEquals()
1014 bool String::SlowEquals( in SlowEquals() function in v8::internal::String
1075 bool String::SlowEquals(Isolate* isolate, Handle<String> one, in SlowEquals() function in v8::internal::String
Dstring-inl.h484 return SlowEquals(other); in Equals()
493 return SlowEquals(isolate, one, two); in Equals()
Dstring-table.cc361 return string_->SlowEquals(string); in IsMatch()
/third_party/node/deps/v8/src/snapshot/
Ddeserializer.cc375 return string_->SlowEquals(string, SharedStringAccessGuardIfNeeded(isolate)); in IsMatch()