Searched defs:SetPrototype (Results 1 – 4 of 4) sorted by relevance
/ark/js_runtime/ecmascript/ | ||
D | js_hclass.cpp | 285 void JSHClass::SetPrototype(const JSThread *thread, JSTaggedValue proto) in SetPrototype() function in panda::ecmascript::JSHClass |
D | js_proxy.cpp | 105 bool JSProxy::SetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagge… in SetPrototype() function in panda::ecmascript::JSProxy |
D | js_tagged_value.cpp | 708 bool JSTaggedValue::SetPrototype(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in SetPrototype() function in panda::ecmascript::JSTaggedValue |
D | js_object.cpp | 996 bool JSObject::SetPrototype(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTagge… in SetPrototype() function in panda::ecmascript::JSObject |