Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/static/
Dstatic_module_proxy_handler.cpp212 JSTaggedValue StaticModuleProxyHandler::SetPrototype(EcmaRuntimeCallInfo *argv) in SetPrototype() function in panda::ecmascript::StaticModuleProxyHandler
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp291 bool ModuleNamespace::SetPrototype([[maybe_unused]] const JSHandle<JSTaggedValue> &obj, in SetPrototype() function in panda::ecmascript::ModuleNamespace
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp533 void JSHClass::SetPrototype(const JSThread *thread, JSTaggedValue proto, bool isChangeProto) in SetPrototype() function in panda::ecmascript::JSHClass
540 void JSHClass::SetPrototype(const JSThread *thread, const JSHandle<GlobalEnv> &env, in SetPrototype() function in panda::ecmascript::JSHClass
580 void JSHClass::SetPrototype(const JSThread *thread, const JSHandle<JSTaggedValue> &proto, bool isCh… in SetPrototype() function in panda::ecmascript::JSHClass
Djs_proxy.cpp108 bool JSProxy::SetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagge… in SetPrototype() function in panda::ecmascript::JSProxy
Djs_tagged_value.cpp1315 bool JSTaggedValue::SetPrototype(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in SetPrototype() function in panda::ecmascript::JSTaggedValue
Djs_object.cpp1668 bool JSObject::SetPrototype(JSThread *thread, const JSHandle<JSObject> &obj, in SetPrototype() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp442 HWTEST_F_L0(JSHClassTest, SetPrototype) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md4075 ### SetPrototype subsection
Djsnapi_expo.cpp3053 bool ObjectRef::SetPrototype(const EcmaVM *vm, Local<ObjectRef> prototype) in SetPrototype() function in panda::ObjectRef
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp790 void SetPrototype(Local<ObjectRef> object, EcmaVM *vm) in SetPrototype() function