Searched refs:runAssertions (Results 1 - 1 of 1) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-vm-global-get-own.js | 14 function runAssertions(data, property, viaDefine, value1, value2, value3) { function 32 const sandboxContext = vm.createContext({ runAssertions, fun1, fun2, fun3 }); 38 runAssertions(global, 'toto', true, 1, 2, 3); 39 runAssertions(global, Symbol.for('toto'), true, 1, 2, 3); 40 runAssertions(global, 'tutu', true, fun1, fun2, fun3); 41 runAssertions(global, Symbol.for('tutu'), true, fun1, fun2, fun3); 42 runAssertions(global, 'tyty', true, fun1, 2, 3); 43 runAssertions(global, Symbol.for('tyty'), true, fun1, 2, 3); 46 runAssertions(global, 'titi', false, 1, 2, 3); 47 runAssertions(globa [all...] |
Completed in 1 milliseconds