Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.cpp50 JSTaggedValue JSProxy::GetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy) in GetPrototype() function in panda::ecmascript::JSProxy
Djs_tagged_value.cpp827 JSTaggedValue JSTaggedValue::GetPrototype(JSThread *thread, const JSHandle<JSTaggedValue> &obj) in GetPrototype() function in panda::ecmascript::JSTaggedValue
Djs_hclass.h1678 inline JSTaggedValue GetPrototype() const in GetPrototype() function
Djs_object.cpp1177 JSTaggedValue JSObject::GetPrototype(const JSHandle<JSObject> &obj) in GetPrototype() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1509 Local<JSValueRef> ObjectRef::GetPrototype(const EcmaVM *vm) in GetPrototype() function in panda::ObjectRef
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp3792 GateRef StubBuilder::GetPrototype(GateRef glue, GateRef object) in GetPrototype() function in panda::ecmascript::kungfu::StubBuilder