Sign in
chromium
/
devtools
/
devtools-frontend
/
refs/heads/main
/
.
/
node_modules
/
css-tree
/
lib
/
syntax
/
function
/
expression.js
blob: c311c255a8f4061fc70e2ea202cc65499f048568 [
file
] [
log
] [
blame
] [
edit
]
// legacy IE function
// expression( <any-value> )
export
default
function
()
{
return
this
.
createSingleNodeList
(
this
.
Raw
(
this
.
tokenIndex
,
null
,
false
)
);
}