Closed YiWen-y closed 4 years ago
Hi @YiWen-y,
The console.log
/print
like functions are engine specific and the standard does not contain any point about them, so I would not say that this is the expected behavior only other engines creates different output.
The issue seems resolved, closing it.
When printing
this
, most engines output[object global]
, such as v8, spiderMonkey, chakra, etc., but the output of jerry is[object Object]
. Why does it happen?JerryScript revision
996bf76
Build platform
Build steps
Test case
Execution steps
Output
Expected behavior