Searched refs:createWithNoPrototype (Results 1 - 2 of 2) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-url-parse-query.js | 6 function createWithNoPrototype(properties = []) { function 28 query: createWithNoPrototype([{ key: 'baz', value: 'quux' }]), 38 query: createWithNoPrototype(), 52 query: createWithNoPrototype(), 66 query: createWithNoPrototype([{ key: 'query', value: 'value' }]),
|
H A D | test-querystring.js | 30 function createWithNoPrototype(properties) { function 43 createWithNoPrototype([{ key: '__proto__', value: '1' }])], 233 check(f, createWithNoPrototype([ 239 const expectedInternal = createWithNoPrototype([ 249 check(f, createWithNoPrototype([ 254 const expectedInternal = createWithNoPrototype([ 476 createWithNoPrototype([{ key: 'f__', value: 'b_r' }]));
|
Completed in 1 milliseconds