Searched refs:NewPropertyCell (Results 1 – 5 of 5) sorted by relevance
294 Handle<PropertyCell> NewPropertyCell();
965 Handle<PropertyCell> Factory::NewPropertyCell() { in NewPropertyCell() function in v8::internal::Factory1561 Handle<PropertyCell> cell = NewPropertyCell(); in NewJSGlobalObject()
1409 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()
2867 Handle<PropertyCell> cell = factory->NewPropertyCell(); in CreateInitialObjects()2871 cell = factory->NewPropertyCell(); in CreateInitialObjects()
1704 auto cell = isolate()->factory()->NewPropertyCell(); in CompileHandler()