Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sendable_tests.cpp135 Local<StringRef> instanceStr = StringRef::NewFromUtf8(vm, instanceKey.c_str()); in GetNewSendableClassFunction() local
136 infos.instancePropertiesInfo.keys.push_back(instanceStr); in GetNewSendableClassFunction()
138 …infos.instancePropertiesInfo.attributes.push_back(PropertyAttribute(instanceStr, true, true, true)… in GetNewSendableClassFunction()