Files
Kmake/deps/v8/test/inspector/runtime/function-location-expected.txt
2026-05-26 23:36:42 -07:00

17 lines
211 B
Plaintext

Check [[FunctionLocation]] internal property
function a#() { b(); };
function b() {
function a() { b(); };
function b#() {
c(true);
};
function c#(x) {
if (x) {
};
function d#(x) {
x = 1 ;