Home
last modified time | relevance | path

Searched defs:GetPrototype (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h505 inline JSTaggedValue JSObject::GetPrototype(JSTaggedValue obj) in GetPrototype() function
Djs_proxy.cpp50 JSTaggedValue JSProxy::GetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy) in GetPrototype() function in panda::ecmascript::JSProxy
Djs_tagged_value.cpp935 JSTaggedValue JSTaggedValue::GetPrototype(JSThread *thread, const JSHandle<JSTaggedValue> &obj) in GetPrototype() function in panda::ecmascript::JSTaggedValue
Djs_hclass.h1818 inline JSTaggedValue GetPrototype() const in GetPrototype() function
Djs_object.cpp1385 JSTaggedValue JSObject::GetPrototype(const JSHandle<JSObject> &obj) in GetPrototype() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md3465 ### GetPrototype subsection
Djsnapi_expo.cpp1768 Local<JSValueRef> ObjectRef::GetPrototype(const EcmaVM *vm) in GetPrototype() function in panda::ObjectRef
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp4649 GateRef StubBuilder::GetPrototype(GateRef glue, GateRef object) in GetPrototype() function in panda::ecmascript::kungfu::StubBuilder