Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp341 void JSHClass::SetPrototype(const JSThread *thread, JSTaggedValue proto) in SetPrototype() function in panda::ecmascript::JSHClass
347 void JSHClass::SetPrototype(const JSThread *thread, const JSHandle<JSTaggedValue> &proto) in SetPrototype() function in panda::ecmascript::JSHClass
Djs_tagged_value.cpp794 bool JSTaggedValue::SetPrototype(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in SetPrototype() function in panda::ecmascript::JSTaggedValue
Djs_proxy.cpp109 bool JSProxy::SetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagge… in SetPrototype() function in panda::ecmascript::JSProxy
Djs_object.cpp1038 bool JSObject::SetPrototype(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTagge… in SetPrototype() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp204 bool ModuleNamespace::SetPrototype([[maybe_unused]]const JSHandle<JSTaggedValue> &obj, in SetPrototype() function in panda::ecmascript::ModuleNamespace
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp416 HWTEST_F_L0(JSHClassTest, SetPrototype) in HWTEST_F_L0() argument