Searched defs:SetPrototype (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/static/ |
| D | static_module_proxy_handler.cpp | 212 JSTaggedValue StaticModuleProxyHandler::SetPrototype(EcmaRuntimeCallInfo *argv) in SetPrototype() function in panda::ecmascript::StaticModuleProxyHandler
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_namespace.cpp | 291 bool ModuleNamespace::SetPrototype([[maybe_unused]] const JSHandle<JSTaggedValue> &obj, in SetPrototype() function in panda::ecmascript::ModuleNamespace
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_hclass.cpp | 533 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
|
| D | js_proxy.cpp | 108 bool JSProxy::SetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy, const JSHandle<JSTagge… in SetPrototype() function in panda::ecmascript::JSProxy
|
| D | js_tagged_value.cpp | 1315 bool JSTaggedValue::SetPrototype(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in SetPrototype() function in panda::ecmascript::JSTaggedValue
|
| D | js_object.cpp | 1668 bool JSObject::SetPrototype(JSThread *thread, const JSHandle<JSObject> &obj, in SetPrototype() function in panda::ecmascript::JSObject
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_hclass_test.cpp | 442 HWTEST_F_L0(JSHClassTest, SetPrototype) in HWTEST_F_L0() argument
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | README.md | 4075 ### SetPrototype subsection
|
| D | jsnapi_expo.cpp | 3053 bool ObjectRef::SetPrototype(const EcmaVM *vm, Local<ObjectRef> prototype) in SetPrototype() function in panda::ObjectRef
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_sample.cpp | 790 void SetPrototype(Local<ObjectRef> object, EcmaVM *vm) in SetPrototype() function
|