Home | History | Annotate | Download | only in cctest

Lines Matching refs:Factory

11 #include "src/factory.h"
38 Factory* factory = isolate->factory();
45 .is_identical_to(factory->empty_fixed_array()));
160 Factory* factory = isolate->factory();
175 Handle<WeakCell> cell = factory->NewWeakCell(factory->fixed_array_map());
177 Handle<AllocationSite> site = factory->NewAllocationSite();