Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h2068 …static JSHandle<JSHClass> CreateSPrototypeHClass(JSThread *thread, const std::vector<PropertyDescr…
Djs_hclass.cpp1540 JSHandle<JSHClass> JSHClass::CreateSPrototypeHClass(JSThread *thread, const std::vector<PropertyDes… in CreateSPrototypeHClass() function in panda::ecmascript::JSHClass
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3392 …JSHandle<JSHClass> prototypeHClass = JSHClass::CreateSPrototypeHClass(thread, sendable.GetNonStati… in NewSendableClassFunction()