Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/
Djs_proxy.cpp49 JSTaggedValue JSProxy::GetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy) in GetPrototype() function in panda::ecmascript::JSProxy
Djs_hclass.h1106 inline JSTaggedValue GetPrototype() const in GetPrototype() function
Djs_object.cpp986 JSTaggedValue JSObject::GetPrototype(JSThread *thread) const in GetPrototype() function in panda::ecmascript::JSObject
/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp856 Local<JSValueRef> ObjectRef::GetPrototype(const EcmaVM *vm) in GetPrototype() function in panda::ObjectRef