Searched refs:ctorDesc (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | class_info_extractor.cpp | 406 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/ |
D | runtime_stubs-inl.h | 817 PropertyDescriptor ctorDesc(thread, JSHandle<JSTaggedValue>(cloneClass), true, false, true); in RuntimeCloneClassFromTemplate() 819 globalConst->GetHandledConstructorString(), ctorDesc); in RuntimeCloneClassFromTemplate()
|