Sign in
apache
/
netbeans
/
refs/heads/release300
/
.
/
webcommon
/
javascript2.lexer
/
test
/
unit
/
data
/
testfiles
/
metaproperties.js
blob: d341818335ecc2bc863a838db5f3162f839ec2c0 [
file
]
function
demo
()
{
if
(
new
.
target
)
{
console
.
log
(
"Invoked with new"
);
}
else
{
console
.
log
(
"Invoked without new"
);
}
}
console
.
log
(
import
.
meta
.
url
);
console
.
log
(
import
.
meta
.
resolve
(
"dummy.js"
));