Searched refs:non_strict (Results 1 - 1 of 1) sorted by relevance
/third_party/jerryscript/tests/jerry/es2015/ | ||
H A D | array-from.js | 121 function non_strict(){ assert(global === this); } function 124 Array.from([1], non_strict); 125 Array.from([1], non_strict, void 0); |
Completed in 1 milliseconds