1
0
Fork 0
firefox/testing/web-platform/tests/js-self-profiling/resources/external-script.js
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

9 lines
300 B
JavaScript

// NOTE: Modifying the location of functions in this file will cause
// `external-script.html` to fail! Please update the following constants
// accordingly.
const EXTERNAL_SCRIPT_FUNCTION_LINE = 7;
const EXTERNAL_SCRIPT_FUNCTION_COLUMN = 32;
function externalScriptFunction(sample) {
sample();
}