Home
last modified time | relevance | path

Searched refs:undef_var (Results 1 - 2 of 2) sorted by relevance

/third_party/jerryscript/tests/jerry/
H A Dstring-prototype-substring.js91 var undef_var; variable
92 assert("hello world!".substring(undef_var, undef_var) === "hello world!");
H A Dstring-prototype-substr.js90 var undef_var; variable
91 assert("Hello world!".substr(undef_var, undef_var) === "Hello world!");

Completed in 2 milliseconds