Home
last modified time | relevance | path

Searched refs:AllocateFlat (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dast-value-factory.cc214 Handle<String> AstConsString::AllocateFlat(IsolateT* isolate) const { in AllocateFlat() function in v8::internal::AstConsString
275 Handle<String> AstConsString::AllocateFlat<Isolate>(Isolate* isolate) const;
277 Handle<String> AstConsString::AllocateFlat<LocalIsolate>(
Dast-value-factory.h174 Handle<String> AllocateFlat(IsolateT* isolate) const;
Dast.h2171 return raw_name_ ? raw_name_->AllocateFlat(isolate) : MaybeHandle<String>(); in GetName()