Home
last modified time | relevance | path

Searched refs:EmptyStringRootIsInitialized (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dlocal-factory.h78 inline bool EmptyStringRootIsInitialized() { return true; } in EmptyStringRootIsInitialized() function
Dfactory.h1039 bool EmptyStringRootIsInitialized();
Dfactory-base.cc894 DCHECK_IMPLIES(length == 0, !impl()->EmptyStringRootIsInitialized()); in AllocateRawOneByteInternalizedString()
Dfactory.cc3919 bool Factory::EmptyStringRootIsInitialized() { in EmptyStringRootIsInitialized() function in v8::internal::Factory