Home
last modified time | relevance | path

Searched refs:non_strict (Results 1 – 1 of 1) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
Darray-from.js121 function non_strict(){ assert(global === this); } function
124 Array.from([1], non_strict);
125 Array.from([1], non_strict, void 0);