Home
last modified time | relevance | path

Searched refs:staticPropertiesInfo (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sendable_tests.cpp116 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 Djsnapi_sendable.cpp28 InitWithPropertiesInfo(thread, infos.staticPropertiesInfo, staticDescs_); in JSNapiSendable()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h847 SendablePropertiesInfo staticPropertiesInfo; member

Completed in 5 milliseconds