Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sample.cpp319 NativePointerTestClass *yourClassPtr = static_cast<NativePointerTestClass *>(nativePoint->Value()); in HWTEST_F_L0() local
320 GTEST_LOG_(INFO) << "sample_NativePointer GetValue : " << yourClassPtr->GetsomeProperty(); in HWTEST_F_L0()
321 yourClassPtr->SetsomeProperty(99); in HWTEST_F_L0()
322 GTEST_LOG_(INFO) << "sample_NativePointer SetValue : " << yourClassPtr->GetsomeProperty(); in HWTEST_F_L0()

Completed in 6 milliseconds