Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp472 JSHandle<JSHClass> JSHClass::SetPrototypeWithNotification(const JSThread *thread, in SetPrototypeWithNotification() function in panda::ecmascript::JSHClass
492 auto newClass = SetPrototypeWithNotification(thread, hclass, proto, isChangeProto); in SetPrototypeTransition()
Djs_hclass.h2012 static JSHandle<JSHClass> SetPrototypeWithNotification(const JSThread *thread,
Djs_function.cpp182 JSHandle<JSHClass> newClass = JSHClass::SetPrototypeWithNotification(thread, hclass, value); in PrototypeSetter()