Home
last modified time | relevance | path

Searched refs:JSGeneratorFunction (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/tryldglobalbyname_global_object/
Dtryldglobalbyname_global_object.ts654 function JSGeneratorFunction() { function
731 JSGeneratorFunction();
/arkcompiler/ets_runtime/ecmascript/
Djs_function.h259 class JSGeneratorFunction : public JSFunction {
261 CAST_CHECK(JSGeneratorFunction, IsGeneratorFunction);
Ddump.cpp934 JSGeneratorFunction::Cast(obj)->Dump(os); in DumpObject()
2952 void JSGeneratorFunction::Dump(std::ostream &os) const in Dump()
4148 JSGeneratorFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
5483 void JSGeneratorFunction::DumpForSnapshot(std::vector<Reference> &vec) const in DumpForSnapshot()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp172 using ecmascript::JSGeneratorFunction;
Djsnapi_expo.cpp124 using ecmascript::JSGeneratorFunction;
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h172 auto jsGeneratorFunction = JSGeneratorFunction::Cast(object); in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp553 CHECK_DUMP_FIELDS(JSFunction::SIZE, JSGeneratorFunction::SIZE, 0U); in HWTEST_F_L0()