Sign in
webkit
/
WebKit
/
0fdb1c920a601f6ba8278b9dcbcccd5ef948d90f
/
.
/
Source
/
WebInspectorUI
/
Tools
/
PrettyPrinting
/
Utilities.js
blob: 74998c5a7f007dafa9b4a89a318d0326a7c86a43 [
file
] [
log
] [
blame
]
Object
.
defineProperty
(
Array
.
prototype
,
"lastValue"
,
{
get
:
function
()
{
if
(!
this
.
length
)
return
undefined
;
return
this
[
this
.
length
-
1
];
}
});