Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h831 …JSHandle<JSObject> cloneClassPrototype = factory->CloneObjectLiteral(JSHandle<JSObject>(clsPrototy… in RuntimeCloneClassFromTemplate() local
836 …JSFunction::SetFunctionPrototypeOrInstanceHClass(thread, cloneClass, cloneClassPrototype.GetTagged… in RuntimeCloneClassFromTemplate()
840 JSTaggedValue::DefinePropertyOrThrow(thread, JSHandle<JSTaggedValue>(cloneClassPrototype), in RuntimeCloneClassFromTemplate()
844 cloneClass->SetHomeObject(thread, cloneClassPrototype); in RuntimeCloneClassFromTemplate()