Searched defs:GetPrototype (Results 1 – 10 of 10) sorted by relevance
541 inline JSTaggedValue JSObject::GetPrototype(JSTaggedValue obj) in GetPrototype() function
48 JSTaggedValue JSProxy::GetPrototype(JSThread *thread, const JSHandle<JSProxy> &proxy) in GetPrototype() function in panda::ecmascript::JSProxy
1266 JSTaggedValue JSTaggedValue::GetPrototype(JSThread *thread, const JSHandle<JSTaggedValue> &obj) in GetPrototype() function in panda::ecmascript::JSTaggedValue
2072 inline JSTaggedValue GetPrototype() const in GetPrototype() function
1566 JSTaggedValue JSObject::GetPrototype(const JSHandle<JSObject> &obj) in GetPrototype() function in panda::ecmascript::JSObject
3467 ### GetPrototype subsection
2911 Local<JSValueRef> ObjectRef::GetPrototype(const EcmaVM *vm) in GetPrototype() function in panda::ObjectRef
1324 GateRef CircuitBuilder::GetPrototype(GateRef glue, GateRef object) in GetPrototype() function in panda::ecmascript::kungfu::CircuitBuilder
4176 inline GateRef StubBuilder::GetPrototype(GateRef glue, GateRef object) in GetPrototype() function
594 HWTEST_F_L0(JSNApiTests, GetPrototype) in HWTEST_F_L0() argument