Searched refs:JSGeneratorFunction (Results 1 – 7 of 7) sorted by relevance
654 function JSGeneratorFunction() { function731 JSGeneratorFunction();
259 class JSGeneratorFunction : public JSFunction {261 CAST_CHECK(JSGeneratorFunction, IsGeneratorFunction);
934 JSGeneratorFunction::Cast(obj)->Dump(os); in DumpObject()2952 void JSGeneratorFunction::Dump(std::ostream &os) const in Dump()4148 JSGeneratorFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()5483 void JSGeneratorFunction::DumpForSnapshot(std::vector<Reference> &vec) const in DumpForSnapshot()
172 using ecmascript::JSGeneratorFunction;
124 using ecmascript::JSGeneratorFunction;
172 auto jsGeneratorFunction = JSGeneratorFunction::Cast(object); in VisitObjectBody()
553 CHECK_DUMP_FIELDS(JSFunction::SIZE, JSGeneratorFunction::SIZE, 0U); in HWTEST_F_L0()