@@ -311,6 +311,7 @@ func newContext() *_runtime {
self.Global.Math = self.newGlobalObject(
"Math",
"acos", 1, builtinMath_acos,
"asin", 1, builtinMath_asin,
"ceil", 1, builtinMath_ceil,
"exp", 1, builtinMath_exp,
"floor", 1, builtinMath_floor,
The note is not visible to the blocked user.