Searched defs:SetPrototype (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_namespace.cpp | 224 bool ModuleNamespace::SetPrototype([[maybe_unused]] const JSHandle<JSTaggedValue> &obj, in SetPrototype() function in panda::ecmascript::ModuleNamespace
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_hclass.cpp | 374 void JSHClass::SetPrototype(const JSThread *thread, JSTaggedValue proto) in SetPrototype() function in panda::ecmascript::JSHClass 380 void JSHClass::SetPrototype(const JSThread *thread, const JSHandle<JSTaggedValue> &proto) in SetPrototype() function in panda::ecmascript::JSHClass
|
D | js_proxy.cpp | 109 bool JSProxy::SetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagge… in SetPrototype() function in panda::ecmascript::JSProxy
|
D | js_tagged_value.cpp | 803 bool JSTaggedValue::SetPrototype(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in SetPrototype() function in panda::ecmascript::JSTaggedValue
|
D | js_object.cpp | 1183 bool JSObject::SetPrototype(JSThread *thread, const JSHandle<JSObject> &obj, const JSHandle<JSTagge… in SetPrototype() function in panda::ecmascript::JSObject
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_hclass_test.cpp | 421 HWTEST_F_L0(JSHClassTest, SetPrototype) in HWTEST_F_L0() argument
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 1520 bool ObjectRef::SetPrototype(const EcmaVM *vm, Local<ObjectRef> prototype) in SetPrototype() function in panda::ObjectRef
|