Searched defs:GetPrototype (Results 1 – 4 of 4) sorted by relevance
| /ark/js_runtime/ecmascript/ | ||
| D | js_proxy.cpp | 49 JSTaggedValue JSProxy::GetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy) in GetPrototype() function in panda::ecmascript::JSProxy |
| D | js_hclass.h | 1106 inline JSTaggedValue GetPrototype() const in GetPrototype() function |
| D | js_object.cpp | 986 JSTaggedValue JSObject::GetPrototype(JSThread *thread) const in GetPrototype() function in panda::ecmascript::JSObject |
| /ark/js_runtime/ecmascript/napi/ | ||
| D | jsnapi.cpp | 856 Local<JSValueRef> ObjectRef::GetPrototype(const EcmaVM *vm) in GetPrototype() function in panda::ObjectRef |