Searched defs:GetPrototype (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ | ||
D | js_proxy.cpp | 50 JSTaggedValue JSProxy::GetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy) in GetPrototype() function in panda::ecmascript::JSProxy |
D | js_tagged_value.cpp | 827 JSTaggedValue JSTaggedValue::GetPrototype(JSThread *thread, const JSHandle<JSTaggedValue> &obj) in GetPrototype() function in panda::ecmascript::JSTaggedValue |
D | js_hclass.h | 1678 inline JSTaggedValue GetPrototype() const in GetPrototype() function |
D | js_object.cpp | 1177 JSTaggedValue JSObject::GetPrototype(const JSHandle<JSObject> &obj) in GetPrototype() function in panda::ecmascript::JSObject |
/arkcompiler/ets_runtime/ecmascript/napi/ | ||
D | jsnapi.cpp | 1509 Local<JSValueRef> ObjectRef::GetPrototype(const EcmaVM *vm) in GetPrototype() function in panda::ObjectRef |
/arkcompiler/ets_runtime/ecmascript/compiler/ | ||
D | stub_builder.cpp | 3792 GateRef StubBuilder::GetPrototype(GateRef glue, GateRef object) in GetPrototype() function in panda::ecmascript::kungfu::StubBuilder |