Home
last modified time | relevance | path

Searched defs:invalidOptions (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/parallel/
Dtest-http2-createserver-options.js11 const invalidOptions = [1, true, 'test', null, Symbol('test')]; variable
Dtest-http2-createsecureserver-options.js11 const invalidOptions = [() => {}, 1, 'test', null, Symbol('test')]; variable