Searched refs:CreateSPrototypeHClass (Results 1 – 3 of 3) sorted by relevance
2068 …static JSHandle<JSHClass> CreateSPrototypeHClass(JSThread *thread, const std::vector<PropertyDescr…
1540 JSHandle<JSHClass> JSHClass::CreateSPrototypeHClass(JSThread *thread, const std::vector<PropertyDes… in CreateSPrototypeHClass() function in panda::ecmascript::JSHClass
3392 …JSHandle<JSHClass> prototypeHClass = JSHClass::CreateSPrototypeHClass(thread, sendable.GetNonStati… in NewSendableClassFunction()