Home
last modified time | relevance | path

Searched refs:dConstr (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/tests/jerry/
H A Dregression-test-issue-3532.js17 function dConstr () {} class
18 dConstr.prototype = [, ]
19 for (var $ in new dConstr()) {
/third_party/jerryscript/tests/jerry/es2015/
H A Dregression-test-issue-3050.js19 function dConstr () { } class
20 dConstr.prototype = b;
21 var d = new dConstr()
/third_party/jerryscript/tests/jerry-test-suite/12/12.06/12.06.04/
H A D12.06.04-005.js18 function dConstr() class
22 dConstr.prototype = b;
24 var d = new dConstr();

Completed in 1 milliseconds