Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Dname-inl.h74 return String::cast(*this).SlowEquals(String::cast(other)); in Equals()
83 return String::SlowEquals(isolate, Handle<String>::cast(one), in Equals()
H A 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,
H A 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
H A Dstring-table.cc361 return string_->SlowEquals(string); in IsMatch()
H A Dstring-inl.h484 return SlowEquals(other); in Equals()
493 return SlowEquals(isolate, one, two); in Equals()
/third_party/node/deps/v8/src/snapshot/
H A Ddeserializer.cc375 return string_->SlowEquals(string, SharedStringAccessGuardIfNeeded(isolate)); in IsMatch()

Completed in 12 milliseconds