Home
last modified time | relevance | path

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

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