Browse Source

Testcase coverage for Thread.prototype class

pull/1402/head
Sami Vaarala 8 years ago
parent
commit
860c4febde
  1. 5
      tests/ecmascript/test-bi-duktape-thread-prototype-class.js

5
tests/ecmascript/test-bi-duktape-thread-prototype-class.js

@ -0,0 +1,5 @@
/*===
[object Thread]
===*/
print(Object.prototype.toString.call(Duktape.Thread.prototype));
Loading…
Cancel
Save