Searched refs:GetCtorFromPrototype (Results 1 – 3 of 3) sorted by relevance
229 ctor = JSObject::GetCtorFromPrototype(thread, holder); in ProfileObjLayout()261 ctor = JSObject::GetCtorFromPrototype(thread, prototype); in ProfileObjLayout()
430 static JSTaggedValue GetCtorFromPrototype(JSThread *thread, JSTaggedValue prototype);
1211 JSTaggedValue JSObject::GetCtorFromPrototype(JSThread *thread, JSTaggedValue prototype) in GetCtorFromPrototype() function in panda::ecmascript::JSObject