Sign in
webkit
/
WebKit
/
c6951ff6f7d972427c05df8e7c39e3f2d74bf29c
/
.
/
LayoutTests
/
js
/
dom
/
function-name-is-in-scope-expected.txt
blob: aa7066925641c6ba1f549923f8460e14f58dead9 [
file
] [
log
] [
blame
]
This tests verifies the scope of a function's name.
PASS: f.name == 'f' should be true and is.
PASS: f == 1 should be true and is.
PASS: g.name == 'g' should be true and is.
PASS: g == arguments.callee should be true and is.