Home
last modified time | relevance | path

Searched refs:JSGeneratorFunction (Results 1 – 8 of 8) 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.h370 class JSGeneratorFunction : public JSFunction {
372 CAST_CHECK(JSGeneratorFunction, IsGeneratorFunction);
Ddump.cpp914 JSGeneratorFunction::Cast(obj)->Dump(os); in DumpObject()
3119 void JSGeneratorFunction::Dump(std::ostream &os) const in Dump()
4168 JSGeneratorFunction::Cast(obj)->DumpForSnapshot(vec); in DumpObject()
5540 void JSGeneratorFunction::DumpForSnapshot(std::vector<Reference> &vec) const in DumpForSnapshot()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp116 using ecmascript::JSGeneratorFunction;
Djsnapi_expo.cpp66 using ecmascript::JSGeneratorFunction;
/arkcompiler/ets_runtime/ecmascript/mem/
Dobject_xray.h191 auto jsGeneratorFunction = JSGeneratorFunction::Cast(object); in VisitObjectBody()
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp571 CHECK_DUMP_FIELDS(JSFunction::SIZE, JSGeneratorFunction::SIZE, 0U); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Djs_metadata_test.cpp677 … {JSType::JS_GENERATOR_FUNCTION, {JSGeneratorFunction::SIZE - JSGeneratorFunction::SIZE}}, in JSMetadataTestHelper()