Searched refs:functionPrototype (Results 1 – 1 of 1) sorted by relevance
174 Local<JSValueRef> functionPrototype = constructor->GetFunctionPrototype(vm_); in HWTEST_F_L0() local175 ASSERT_TRUE(functionPrototype->IsObject(vm_)); in HWTEST_F_L0()176 JSHandle<JSTaggedValue> jsPrototype = JSNApiHelper::ToJSHandle(functionPrototype); in HWTEST_F_L0()