Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/unit-ext/
Dtest-ext-arg.c91 static int validator1_count = 0; variable
141 if (validator1_count == 0) in test_validator1_handler()
149 else if (validator1_count == 1) in test_validator1_handler()
157 else if (validator1_count == 2) in test_validator1_handler()
172 validator1_count++; in test_validator1_handler()
946 TEST_ASSERT (validator1_count == 5); in main()