Searched refs:PROTOTYPE_BIND (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_function_test.cpp | 63 PROTOTYPE_BIND, member in panda::test::AlgorithmType 80 case AlgorithmType::PROTOTYPE_BIND: in FunctionAlgorithm() 179 auto result = FunctionAlgorithm(thread, target, args, 6, AlgorithmType::PROTOTYPE_BIND); in HWTEST_F_L0() 222 auto result = FunctionAlgorithm(thread, target, args, 10, AlgorithmType::PROTOTYPE_BIND); in HWTEST_F_L0() 271 auto result = FunctionAlgorithm(thread, target, args, 10, AlgorithmType::PROTOTYPE_BIND); in HWTEST_F_L0()
|
H A D | builtins_shared_function_test.cpp | 65 PROTOTYPE_BIND, member in panda::test::AlgorithmType 82 case AlgorithmType::PROTOTYPE_BIND: in FunctionAlgorithm() 188 auto result = FunctionAlgorithm(thread, target, args, 6, AlgorithmType::PROTOTYPE_BIND); in HWTEST_F_L0() 213 auto result = FunctionAlgorithm(thread, target, args, 10, AlgorithmType::PROTOTYPE_BIND); in HWTEST_F_L0() 248 auto result = FunctionAlgorithm(thread, target, args, 10, AlgorithmType::PROTOTYPE_BIND); in HWTEST_F_L0()
|
Completed in 3 milliseconds