Home
last modified time | relevance | path

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

/external/v8/test/cctest/wasm/
Dtest-wasm-trap-position.cc92 ExceptionInfo expected_exceptions[] = { in TEST() local
96 CheckExceptionInfos(maybe_exc.ToHandleChecked(), expected_exceptions); in TEST()
133 ExceptionInfo expected_exceptions[] = { in TEST() local
138 CheckExceptionInfos(maybe_exc.ToHandleChecked(), expected_exceptions); in TEST()
Dtest-wasm-stack.cc114 ExceptionInfo expected_exceptions[] = { in TEST() local
121 CheckExceptionInfos(maybe_exc.ToHandleChecked(), expected_exceptions); in TEST()
158 ExceptionInfo expected_exceptions[] = { in TEST() local
163 CheckExceptionInfos(maybe_exc.ToHandleChecked(), expected_exceptions); in TEST()
/external/v8/test/mjsunit/
Ddebug-negative-break-points.js11 function assertCount(expected_breaks, expected_exceptions) { argument
13 assertEquals(expected_exceptions, exception_count);