Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/d8/
Dd8.h419 DisallowReassignment<bool> expected_to_throw = {"throws", false}; variable
Dd8.cc4485 options.expected_to_throw = true; in SetOptions()
4774 return (success == Shell::options.expected_to_throw ? 1 : 0); in RunMain()