Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sendable_tests.cpp174 Local<JSValueRef> functionPrototype = constructor->GetFunctionPrototype(vm_); in HWTEST_F_L0() local
175 ASSERT_TRUE(functionPrototype->IsObject(vm_)); in HWTEST_F_L0()
176 JSHandle<JSTaggedValue> jsPrototype = JSNApiHelper::ToJSHandle(functionPrototype); in HWTEST_F_L0()