Searched defs:SetPrototype (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | js_module_namespace.cpp | 284 bool ModuleNamespace::SetPrototype([[maybe_unused]] const JSHandle<JSTaggedValue> &obj, in SetPrototype() function in panda::ecmascript::ModuleNamespace
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_proxy.cpp | 108 bool JSProxy::SetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTaggedValue> &proto) in SetPrototype() function in panda::ecmascript::JSProxy
|
| H A D | js_tagged_value.cpp | 1231 bool JSTaggedValue::SetPrototype(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in SetPrototype() function in panda::ecmascript::JSTaggedValue
|
| H A D | js_hclass.cpp | 464 void JSHClass::SetPrototype(const JSThread *thread, JSTaggedValue proto, bool isChangeProto) in SetPrototype() function in panda::ecmascript::JSHClass 498 void JSHClass::SetPrototype(const JSThread *thread, const JSHandle<JSTaggedValue> &proto, bool isChangeProto) in SetPrototype() function in panda::ecmascript::JSHClass [all...] |
| H A D | js_object.cpp | 1493 bool JSObject::SetPrototype(JSThread *thread, const JSHandle<JSObject> &obj, in SetPrototype() function in panda::ecmascript::JSObject
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| H A D | jsnapi_sample.cpp | 742 void SetPrototype(Local<ObjectRef> object, EcmaVM *vm) in SetPrototype() function
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| H A D | jsnapi_expo.cpp | 2824 bool ObjectRef::SetPrototype(const EcmaVM *vm, Local<ObjectRef> prototype) in SetPrototype() function in panda::ObjectRef
|
Completed in 32 milliseconds