Home
last modified time | relevance | path

Searched refs:addThree (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/tests/debugger/
Ddo_variables.js25 addThree = addX(3);
26 d = addThree(c+z);
Ddo_variables.expected46 addThree | Function |
66 addThree | Function |
/third_party/node/test/parallel/
Dtest-runner-mocking.js855 function addThree() { function
882 fn.mock.mockImplementationOnce(addThree, 7);
888 fn.mock.mockImplementationOnce(addThree);