Searched refs:staticPropertiesInfo (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_sendable_tests.cpp | 116 infos.staticPropertiesInfo.keys.push_back(tempStr); in GetNewSendableClassFunction() 117 infos.staticPropertiesInfo.types.push_back(FunctionRef::SendableType::NONE); in GetNewSendableClassFunction() 118 infos.staticPropertiesInfo.attributes.push_back(PropertyAttribute(tempStr, true, true, true)); in GetNewSendableClassFunction() 141 infos.staticPropertiesInfo.keys.push_back(staticStr); in GetNewSendableClassFunction() 142 infos.staticPropertiesInfo.types.push_back(FunctionRef::SendableType::NONE); in GetNewSendableClassFunction() 143 infos.staticPropertiesInfo.attributes.push_back(PropertyAttribute(staticStr, true, true, true)); in GetNewSendableClassFunction() 441 infos.staticPropertiesInfo.keys.push_back(staticKey); in HWTEST_F_L0() 442 infos.staticPropertiesInfo.types.push_back(FunctionRef::SendableType::OBJECT); in HWTEST_F_L0() 443 infos.staticPropertiesInfo.attributes.push_back(PropertyAttribute(func, true, true, true)); in HWTEST_F_L0() 461 infos.staticPropertiesInfo in HWTEST_F_L0() [all...] |
/arkcompiler/ets_runtime/ecmascript/ |
H A D | jsnapi_sendable.cpp | 28 InitWithPropertiesInfo(thread, infos.staticPropertiesInfo, staticDescs_); in JSNapiSendable()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
H A D | jsnapi_expo.h | 847 SendablePropertiesInfo staticPropertiesInfo; member
|
Completed in 5 milliseconds