Home
last modified time | relevance | path

Searched refs:NewPropertyCell (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dfactory.h294 Handle<PropertyCell> NewPropertyCell();
Dfactory.cc965 Handle<PropertyCell> Factory::NewPropertyCell() { in NewPropertyCell() function in v8::internal::Factory
1561 Handle<PropertyCell> cell = NewPropertyCell(); in NewJSGlobalObject()
Dobjects.cc1409 auto cell = object->GetIsolate()->factory()->NewPropertyCell(); in SetNormalizedProperty()
2673 auto cell = isolate->factory()->NewPropertyCell(); in AddSlowProperty()
17735 cell = isolate->factory()->NewPropertyCell(); in EnsurePropertyCell()
19616 auto new_cell = isolate->factory()->NewPropertyCell(); in InvalidateEntry()
/external/v8/src/heap/
Dheap.cc2867 Handle<PropertyCell> cell = factory->NewPropertyCell(); in CreateInitialObjects()
2871 cell = factory->NewPropertyCell(); in CreateInitialObjects()
/external/v8/src/ic/
Dic.cc1704 auto cell = isolate()->factory()->NewPropertyCell(); in CompileHandler()