Home
last modified time | relevance | path

Searched refs:InvalidateEntry (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dobjects.h4008 static Handle<PropertyCell> InvalidateEntry(
Dobjects.cc6845 auto cell = PropertyCell::InvalidateEntry(isolate, dictionary, entry); in DeleteNormalizedProperty()
16963 PropertyCell::InvalidateEntry(global->GetIsolate(), dictionary, entry); in InvalidatePropertyCell()
16982 cell = PropertyCell::InvalidateEntry(isolate, dictionary, entry); in EnsureEmptyPropertyCell()
18606 Handle<PropertyCell> PropertyCell::InvalidateEntry( in InvalidateEntry() function in v8::internal::PropertyCell
18714 cell = PropertyCell::InvalidateEntry(isolate, dictionary, entry); in PrepareForValue()