Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_function_test.cpp41 JSTaggedValue TestFunctionApplyAndCall(EcmaRuntimeCallInfo *argv) in TestFunctionApplyAndCall() function
103 JSHandle<JSFunction> func = factory->NewJSFunction(env, reinterpret_cast<void *>(TestFunctionApplyAndCall)); in HWTEST_F_L0()
133 JSHandle<JSFunction> func = factory->NewJSFunction(env, reinterpret_cast<void *>(TestFunctionApplyAndCall)); in HWTEST_F_L0()
313 JSHandle<JSFunction> func = factory->NewJSFunction(env, reinterpret_cast<void *>(TestFunctionApplyAndCall)); in HWTEST_F_L0()
342 JSHandle<JSFunction> func = factory->NewJSFunction(env, reinterpret_cast<void *>(TestFunctionApplyAndCall)); in HWTEST_F_L0()
H A Dbuiltins_shared_function_test.cpp43 JSTaggedValue TestFunctionApplyAndCall(EcmaRuntimeCallInfo *argv) in TestFunctionApplyAndCall() function
120 JSHandle<JSFunction> func = factory->NewSFunction(env, reinterpret_cast<void *>(TestFunctionApplyAndCall)); in HWTEST_F_L0()
149 JSHandle<JSFunction> func = factory->NewSFunction(env, reinterpret_cast<void *>(TestFunctionApplyAndCall)); in HWTEST_F_L0()
274 JSHandle<JSFunction> func = factory->NewSFunction(env, reinterpret_cast<void *>(TestFunctionApplyAndCall)); in HWTEST_F_L0()
300 JSHandle<JSFunction> func = factory->NewSFunction(env, reinterpret_cast<void *>(TestFunctionApplyAndCall)); in HWTEST_F_L0()

Completed in 3 milliseconds