Home
last modified time | relevance | path

Searched refs:doesNotThrow (Results 1 – 25 of 65) sorted by relevance

123

/third_party/node/deps/npm/test/tap/
Dprocess-logger.js7 t.doesNotThrow(() => process.emit('log', 'error', 'test', 'this'), 'logging does not throw')
8 t.doesNotThrow(() => process.emit('log', 2348), 'invalid args do not throw')
9 t.doesNotThrow(() => process.emit('log', null), 'null does not throw')
10 t.doesNotThrow(() => process.emit('log', {}), 'obj does not throw')
Dunit-token-validate-cidr.js11 t.doesNotThrow(() => t.isDeeply(validateCIDRList(single.join(',')), single), 'single string ipv4')
12 t.doesNotThrow(() => t.isDeeply(validateCIDRList(single), single), 'single array ipv4')
13 t.doesNotThrow(() => t.isDeeply(validateCIDRList(double.join(',')), double), 'double string ipv4')
14 t.doesNotThrow(() => t.isDeeply(validateCIDRList(double), double), 'double array ipv4')
Dconfig-credentials.js71 t.doesNotThrow(function () {
95 t.doesNotThrow(function () {
99 t.doesNotThrow(function () {
170 t.doesNotThrow(function () {
200 t.doesNotThrow(function () {
204 t.doesNotThrow(function () {
Dversion-no-package.js16 t.doesNotThrow(function () {
Dpublish-access-unscoped.js22 t.doesNotThrow(function () {
Dpublish-access-scoped.js22 t.doesNotThrow(function () {
Dpublish-scoped.js57 t.doesNotThrow(function () {
Dbundled-transitive-deps.js78 t.doesNotThrow(filename + ' exists', function () {
Doutdated-json.js80 t.doesNotThrow(function () {
/third_party/node/test/parallel/
Dtest-assert.js145 a.doesNotThrow(() => thrower(TypeError), a.AssertionError);
157 a.doesNotThrow(() => thrower(TypeError), TypeError);
167 () => a.doesNotThrow(() => thrower(Error), 'user message'),
178 () => a.doesNotThrow(() => thrower(Error)),
186 () => a.doesNotThrow(() => thrower(Error), /\[[a-z]{6}\s[A-z]{6}\]/g, 'user message'),
397 a.doesNotThrow(() => {
424 testBlockTypeError(assert.doesNotThrow, 'string');
426 testBlockTypeError(assert.doesNotThrow, 1);
428 testBlockTypeError(assert.doesNotThrow, true);
430 testBlockTypeError(assert.doesNotThrow, false);
[all …]
/third_party/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/test/
Dcore.js23 st.doesNotThrow(
47 st.doesNotThrow(
72 st.doesNotThrow(
Dsymlinks.js44 t.doesNotThrow(function () {
/third_party/node/benchmark/assert/
Dthrows.js4 const { throws, doesNotThrow } = require('assert');
21 doesNotThrow(doNotThrowError);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DEscapeEnumerator.cpp52 if (F.doesNotThrow()) in Next()
60 if (!CI->doesNotThrow()) in Next()
/third_party/node/deps/npm/node_modules/fs-vacuum/test/
Dother-directories-no-purge.js63 t.doesNotThrow(function () {
69 t.doesNotThrow(function () {
Dracy-entries.js87 t.doesNotThrow(function () {
94 t.doesNotThrow(function () {
Dracy-entries-eexist.js102 t.doesNotThrow(function () {
109 t.doesNotThrow(function () {
Dracy-entries-enotempty.js102 t.doesNotThrow(function () {
109 t.doesNotThrow(function () {
Dno-entries-no-purge.js54 t.doesNotThrow(function () {
Dno-entries-with-purge.js60 t.doesNotThrow(function () {
Dno-entries-file-no-purge.js68 t.doesNotThrow(function () {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPruneEH.cpp93 SCCMightUnwind |= !F->doesNotThrow(); in runImpl()
96 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow(); in runImpl()
193 if (II->doesNotThrow() && canSimplifyInvokeNoUnwind(F)) { in SimplifyFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DStatepoint.h150 bool doesNotThrow() const { in doesNotThrow() function
152 return getCall()->doesNotThrow() || (F ? F->doesNotThrow() : false); in doesNotThrow()
/third_party/node/deps/npm/node_modules/qs/test/
Dparse.js253 st.doesNotThrow(function () {
263 st.doesNotThrow(qs.parse.bind(null, 'a=b'));
265 st.doesNotThrow(qs.parse.bind(null, 'a[][b]=c'));
388 st.doesNotThrow(function () {
410 st.doesNotThrow(function () {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyUtilities.cpp71 if (F->doesNotThrow()) in mayThrow()

123