Home
last modified time | relevance | path

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

/third_party/googletest/googletest/test/
Dgoogletest-throw-on-failure-test.py45 THROW_ON_FAILURE = 'gtest_throw_on_failure' variable
92 SetEnvVar(THROW_ON_FAILURE, env_var_value)
102 flag = '--%s=0' % THROW_ON_FAILURE
104 flag = '--%s' % THROW_ON_FAILURE
117 SetEnvVar(THROW_ON_FAILURE, None)
121 (THROW_ON_FAILURE, env_var_value_msg, ' '.join(command),
/third_party/node/deps/v8/src/inspector/
Dv8-value-utils.cc20 v8::Isolate::DisallowJavascriptExecutionScope::THROW_ON_FAILURE); in createDataProperty()
30 v8::Isolate::DisallowJavascriptExecutionScope::THROW_ON_FAILURE); in createDataProperty()
/third_party/node/deps/v8/include/
Dv8-isolate.h321 enum OnFailure { CRASH_ON_FAILURE, THROW_ON_FAILURE, DUMP_ON_FAILURE }; enumerator
/third_party/node/src/api/
Denvironment.cc428 Isolate::DisallowJavascriptExecutionScope::THROW_ON_FAILURE); in FreeEnvironment()
/third_party/node/src/
Denv.cc945 Isolate::DisallowJavascriptExecutionScope::THROW_ON_FAILURE); in CleanupHandles()
/third_party/node/deps/v8/src/api/
Dapi.cc8773 case THROW_ON_FAILURE: in DisallowJavascriptExecutionScope()
8793 case THROW_ON_FAILURE: in ~DisallowJavascriptExecutionScope()