Sign in
chromium
/
devtools
/
devtools-frontend
/
refs/heads/chromium/5477
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
AwaitValue.js
blob: f9f418419593577a72dbd44707136648f198849f [
file
] [
edit
]
function
_AwaitValue
(
value
)
{
this
.
wrapped
=
value
;
}
module
.
exports
=
_AwaitValue
;