Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h409 class JSAsyncGeneratorFunction : public JSFunction {
411 CAST_CHECK(JSAsyncGeneratorFunction, IsAsyncGeneratorFunction);
Dobject_factory.h153 class JSAsyncGeneratorFunction; variable
Ddump.cpp851 JSAsyncGeneratorFunction::Cast(obj)->Dump(os); in DumpObject()
2794 void JSAsyncGeneratorFunction::Dump(std::ostream &os) const in Dump()
3908 JSAsyncGeneratorFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
5052 void JSAsyncGeneratorFunction::DumpForSnapshot(std::vector<std::pair<CString, JSTaggedValue>> &vec)… in DumpForSnapshot()
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h164 auto jsGeneratorFunction = JSAsyncGeneratorFunction::Cast(object); in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp518 CHECK_DUMP_FIELDS(JSFunction::SIZE, JSAsyncGeneratorFunction::SIZE, 0U); in HWTEST_F_L0()