Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sendable_tests.cpp360 Local<StringRef> parentStaticKey = StringRef::NewFromUtf8(vm_, "parentStatic"); in HWTEST_F_L0() local
361 ASSERT_EQ("parentStatic", constructor->Get(vm_, parentStaticKey)->ToString(vm_)->ToString(vm_)); in HWTEST_F_L0()
387 Local<StringRef> parentStaticKey = StringRef::NewFromUtf8(vm_, "parentStatic"); in HWTEST_F_L0() local
388 ASSERT_EQ("parentStatic", constructor->Get(vm_, parentStaticKey)->ToString(vm_)->ToString(vm_)); in HWTEST_F_L0()

Completed in 2 milliseconds