chromium/third_party/blink/web_tests/inspector-protocol/debugger/resources/liveedit-me.js

function TestExpression(a, b) {
    return a + b;
}