Searched refs:PROTOTYPE_CALL (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_function_test.cpp | 64 PROTOTYPE_CALL, member in panda::test::AlgorithmType 86 case AlgorithmType::PROTOTYPE_CALL: in FunctionAlgorithm() 324 auto result = FunctionAlgorithm(thread, func, args, 6, AlgorithmType::PROTOTYPE_CALL); in HWTEST_F_L0() 356 auto result = FunctionAlgorithm(thread, func, args, 12, AlgorithmType::PROTOTYPE_CALL); in HWTEST_F_L0()
|
H A D | builtins_shared_function_test.cpp | 66 PROTOTYPE_CALL, member in panda::test::AlgorithmType 88 case AlgorithmType::PROTOTYPE_CALL: in FunctionAlgorithm() 284 auto result = FunctionAlgorithm(thread, func, args, 6, AlgorithmType::PROTOTYPE_CALL); in HWTEST_F_L0() 313 auto result = FunctionAlgorithm(thread, func, args, 12, AlgorithmType::PROTOTYPE_CALL); in HWTEST_F_L0()
|
Completed in 2 milliseconds