Searched refs:TestFunc (Results 1 – 3 of 3) sorted by relevance
67 static JSTaggedValue TestFunc(EcmaRuntimeCallInfo *argv) in TestFunc() function in panda::test::BuiltinsSetTest::TestClass225 …>NewJSFunction(thread->GetEcmaVM()->GetGlobalEnv(), reinterpret_cast<void *>(TestClass::TestFunc)); in HWTEST_F_L0()
70 static JSTaggedValue TestFunc(EcmaRuntimeCallInfo *argv) in TestFunc() function in panda::test::BuiltinsMapTest::TestClass207 …ndle<JSFunction> func = factory->NewJSFunction(env, reinterpret_cast<void *>(TestClass::TestFunc)); in HWTEST_F_L0()
1778 static void TestFunc() in TestFunc() function1786 … JSHandle<Method> method = factory->NewMethodForNativeFunction(reinterpret_cast<void*>(TestFunc)); in HWTEST_F_L0()