Home
last modified time | relevance | path

Searched defs:SetPrototype (Results 1 – 4 of 4) sorted by relevance

/ark/js_runtime/ecmascript/
Djs_hclass.cpp285 void JSHClass::SetPrototype(const JSThread *thread, JSTaggedValue proto) in SetPrototype() function in panda::ecmascript::JSHClass
293 void JSHClass::SetPrototype(const JSThread *thread, const JSHandle<JSTaggedValue> &proto) in SetPrototype() function in panda::ecmascript::JSHClass
Djs_proxy.cpp105 bool JSProxy::SetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagge… in SetPrototype() function in panda::ecmascript::JSProxy
Djs_tagged_value.cpp708 bool JSTaggedValue::SetPrototype(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in SetPrototype() function in panda::ecmascript::JSTaggedValue
Djs_object.cpp996 bool JSObject::SetPrototype(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTagge… in SetPrototype() function in panda::ecmascript::JSObject