Home
last modified time | relevance | path

Searched defs:SetPrototype (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_namespace.cpp284 bool ModuleNamespace::SetPrototype([[maybe_unused]] const JSHandle<JSTaggedValue> &obj, in SetPrototype() function in panda::ecmascript::ModuleNamespace
/arkcompiler/ets_runtime/ecmascript/
H A Djs_proxy.cpp108 bool JSProxy::SetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTaggedValue> &proto) in SetPrototype() function in panda::ecmascript::JSProxy
H A Djs_tagged_value.cpp1231 bool JSTaggedValue::SetPrototype(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in SetPrototype() function in panda::ecmascript::JSTaggedValue
H A Djs_hclass.cpp464 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 Djs_object.cpp1493 bool JSObject::SetPrototype(JSThread *thread, const JSHandle<JSObject> &obj, in SetPrototype() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sample.cpp742 void SetPrototype(Local<ObjectRef> object, EcmaVM *vm) in SetPrototype() function
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2824 bool ObjectRef::SetPrototype(const EcmaVM *vm, Local<ObjectRef> prototype) in SetPrototype() function in panda::ObjectRef

Completed in 32 milliseconds