Sign in
chromium
/
external
/
github.com
/
WebKit
/
JetStream
/
refs/heads/upstream/JetStream2.0
/
.
/
LuaJSFight
/
hello_world.js
blob: 35ecf31ce64846aea596434e4198a52bb108e969 [
file
] [
log
] [
blame
] [
edit
]
class
Benchmark
{
runIteration
()
{
print
(
"Hello world!"
);
}
}