Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp150 … JSHandle<JSTaggedValue> newClass = JSHClass::SetPrototypeWithNotification(thread, hclass, value); in PrototypeSetter()
Djs_hclass.h1812 static JSHandle<JSTaggedValue> SetPrototypeWithNotification(const JSThread *thread,
Djs_hclass.cpp380 JSHandle<JSTaggedValue> JSHClass::SetPrototypeWithNotification(const JSThread *thread, in SetPrototypeWithNotification() function in panda::ecmascript::JSHClass