Home | History | Annotate | Download | only in src

Lines Matching refs:Factory

59 class Factory;
144 return isolate->Throw<T>(isolate->factory()->call); \
149 return isolate->Throw(*isolate->factory()->call); \
910 Factory* factory() { return reinterpret_cast<Factory*>(this); }