Searched refs:InitWithPropertiesInfo (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | jsnapi_sendable.cpp | 28 InitWithPropertiesInfo(thread, infos.staticPropertiesInfo, staticDescs_); in JSNapiSendable() 29 InitWithPropertiesInfo(thread, infos.nonStaticPropertiesInfo, nonStaticDescs_); in JSNapiSendable() 30 InitWithPropertiesInfo(thread, infos.instancePropertiesInfo, instanceDescs_); in JSNapiSendable() 83 void JSNapiSendable::InitWithPropertiesInfo(JSThread *thread, in InitWithPropertiesInfo() function in panda::ecmascript::JSNapiSendable
|
H A D | jsnapi_sendable.h | 40 static void InitWithPropertiesInfo(JSThread *thread,
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | jsnapi_expo.cpp | 2514 JSNapiSendable::InitWithPropertiesInfo(thread, info, descs); in NewSWithProperties()
|
Completed in 12 milliseconds