Home
last modified time | relevance | path

Searched defs:ShouldCreateMemento (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dallocation-site-scopes.cc63 bool AllocationSiteUsageContext::ShouldCreateMemento(Handle<JSObject> object) { in ShouldCreateMemento() function in v8::internal::AllocationSiteUsageContext
Dallocation-site-scopes.h28 bool ShouldCreateMemento(Handle<JSObject> object) { return false; } in ShouldCreateMemento() function