Home
last modified time | relevance | path

Searched refs:JSAsyncGeneratorFunction (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h448 class JSAsyncGeneratorFunction : public JSFunction {
450 CAST_CHECK(JSAsyncGeneratorFunction, IsAsyncGeneratorFunction);
Dobject_factory.h157 class JSAsyncGeneratorFunction; variable
Ddump.cpp938 JSAsyncGeneratorFunction::Cast(obj)->Dump(os); in DumpObject()
2957 void JSAsyncGeneratorFunction::Dump(std::ostream &os) const in Dump()
4151 JSAsyncGeneratorFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
5488 void JSAsyncGeneratorFunction::DumpForSnapshot(std::vector<Reference> &vec) const in DumpForSnapshot()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h177 auto jsGeneratorFunction = JSAsyncGeneratorFunction::Cast(object); in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp549 CHECK_DUMP_FIELDS(JSFunction::SIZE, JSAsyncGeneratorFunction::SIZE, 0U); in HWTEST_F_L0()