Sign in
cobalt
/
cobalt
/
b6855995c22e1d087309b04ad43845d3c6e263ee
/
.
/
src
/
v8
/
test
/
inspector
/
runtime
/
function-location-expected.txt
blob: 255b4acd21bbc6738e232ca97539d6b70576a157 [
file
] [
log
] [
blame
]
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 ;