Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-javascript-arm64.cc157 static void if_comparison_helper(Local<Context> context, char const* op, in if_comparison_helper() function
176 if_comparison_helper(env.local(), "<", 1, 0, 0); in TEST()
177 if_comparison_helper(env.local(), "<=", 1, 1, 0); in TEST()
178 if_comparison_helper(env.local(), "==", 0, 1, 0); in TEST()
179 if_comparison_helper(env.local(), "===", 0, 1, 0); in TEST()
180 if_comparison_helper(env.local(), ">=", 0, 1, 1); in TEST()
181 if_comparison_helper(env.local(), ">", 0, 0, 1); in TEST()
182 if_comparison_helper(env.local(), "!=", 1, 0, 1); in TEST()
183 if_comparison_helper(env.local(), "!==", 1, 0, 1); in TEST()