Searched refs:JSGeneratorFunction (Results 1 – 8 of 8) sorted by relevance
654 function JSGeneratorFunction() { function731 JSGeneratorFunction();
370 class JSGeneratorFunction : public JSFunction {372 CAST_CHECK(JSGeneratorFunction, IsGeneratorFunction);
914 JSGeneratorFunction::Cast(obj)->Dump(os); in DumpObject()3119 void JSGeneratorFunction::Dump(std::ostream &os) const in Dump()4168 JSGeneratorFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()5540 void JSGeneratorFunction::DumpForSnapshot(std::vector<Reference> &vec) const in DumpForSnapshot()
116 using ecmascript::JSGeneratorFunction;
66 using ecmascript::JSGeneratorFunction;
191 auto jsGeneratorFunction = JSGeneratorFunction::Cast(object); in VisitObjectBody()
571 CHECK_DUMP_FIELDS(JSFunction::SIZE, JSGeneratorFunction::SIZE, 0U); in HWTEST_F_L0()
677 … {JSType::JS_GENERATOR_FUNCTION, {JSGeneratorFunction::SIZE - JSGeneratorFunction::SIZE}}, in JSMetadataTestHelper()