Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h403 class JSAsyncGeneratorFunction : public JSFunction {
405 CAST_CHECK(JSAsyncGeneratorFunction, IsAsyncGeneratorFunction);
Dobject_factory.h154 class JSAsyncGeneratorFunction; variable
Ddump.cpp763 JSAsyncGeneratorFunction::Cast(obj)->Dump(os); in DumpObject()
2659 void JSAsyncGeneratorFunction::Dump(std::ostream &os) const in Dump()
3733 JSAsyncGeneratorFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
4855 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()