From 860c4febde8e61a6168d17d7f241d6ab0ceba881 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Wed, 15 Mar 2017 23:52:44 +0200 Subject: [PATCH] Testcase coverage for Thread.prototype class --- tests/ecmascript/test-bi-duktape-thread-prototype-class.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/ecmascript/test-bi-duktape-thread-prototype-class.js diff --git a/tests/ecmascript/test-bi-duktape-thread-prototype-class.js b/tests/ecmascript/test-bi-duktape-thread-prototype-class.js new file mode 100644 index 00000000..9b2f17fd --- /dev/null +++ b/tests/ecmascript/test-bi-duktape-thread-prototype-class.js @@ -0,0 +1,5 @@ +/*=== +[object Thread] +===*/ + +print(Object.prototype.toString.call(Duktape.Thread.prototype));