Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h557 class JSAsyncGeneratorFunction : public JSFunction {
559 CAST_CHECK(JSAsyncGeneratorFunction, IsAsyncGeneratorFunction);
Ddump.cpp918 JSAsyncGeneratorFunction::Cast(obj)->Dump(os); in DumpObject()
3124 void JSAsyncGeneratorFunction::Dump(std::ostream &os) const in Dump()
4171 JSAsyncGeneratorFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
5545 void JSAsyncGeneratorFunction::DumpForSnapshot(std::vector<Reference> &vec) const in DumpForSnapshot()
Dobject_factory.h159 class JSAsyncGeneratorFunction; variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h196 auto jsGeneratorFunction = JSAsyncGeneratorFunction::Cast(object); in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp567 CHECK_DUMP_FIELDS(JSFunction::SIZE, JSAsyncGeneratorFunction::SIZE, 0U); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Djs_metadata_test.cpp578 …{JSType::JS_ASYNC_GENERATOR_FUNCTION, {JSAsyncGeneratorFunction::SIZE - JSAsyncGeneratorFunction::… in JSMetadataTestHelper()