Home
last modified time | relevance | path

Searched refs:GetCtorFromPrototype (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp229 ctor = JSObject::GetCtorFromPrototype(thread, holder); in ProfileObjLayout()
261 ctor = JSObject::GetCtorFromPrototype(thread, prototype); in ProfileObjLayout()
/arkcompiler/ets_runtime/ecmascript/
Djs_object.h430 static JSTaggedValue GetCtorFromPrototype(JSThread *thread, JSTaggedValue prototype);
Djs_object.cpp1211 JSTaggedValue JSObject::GetCtorFromPrototype(JSThread *thread, JSTaggedValue prototype) in GetCtorFromPrototype() function in panda::ecmascript::JSObject