Home
last modified time | relevance | path

Searched refs:ctorDesc (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp406 PropertyDescriptor ctorDesc(thread, JSHandle<JSTaggedValue>(constructor), true, false, true); in DefineClassFromExtractor() local
409 globalConst->GetHandledConstructorString(), ctorDesc); in DefineClassFromExtractor()
500 PropertyDescriptor ctorDesc(thread, JSHandle<JSTaggedValue>(constructor), true, false, true); in DefineClassWithIHClass() local
503 globalConst->GetHandledConstructorString(), ctorDesc); in DefineClassWithIHClass()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h817 PropertyDescriptor ctorDesc(thread, JSHandle<JSTaggedValue>(cloneClass), true, false, true); in RuntimeCloneClassFromTemplate()
819 globalConst->GetHandledConstructorString(), ctorDesc); in RuntimeCloneClassFromTemplate()