Searched refs:PROTOTYPE_APPLY (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_function_test.cpp | 62 PROTOTYPE_APPLY, member in panda::test::AlgorithmType 69 AlgorithmType type = AlgorithmType::PROTOTYPE_APPLY) in FunctionAlgorithm() 83 case AlgorithmType::PROTOTYPE_APPLY: in FunctionAlgorithm() 115 auto result = FunctionAlgorithm(thread, func, args, 6, AlgorithmType::PROTOTYPE_APPLY); in HWTEST_F_L0() 153 auto result = FunctionAlgorithm(thread, func, args, 8, AlgorithmType::PROTOTYPE_APPLY); in HWTEST_F_L0()
|
H A D | builtins_shared_function_test.cpp | 64 PROTOTYPE_APPLY, member in panda::test::AlgorithmType 71 AlgorithmType type = AlgorithmType::PROTOTYPE_APPLY) in FunctionAlgorithm() 85 case AlgorithmType::PROTOTYPE_APPLY: in FunctionAlgorithm() 132 auto result = FunctionAlgorithm(thread, func, args, 6, AlgorithmType::PROTOTYPE_APPLY); in HWTEST_F_L0() 169 auto result = FunctionAlgorithm(thread, func, args, 8, AlgorithmType::PROTOTYPE_APPLY); in HWTEST_F_L0()
|
Completed in 2 milliseconds