Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/test/testcases/js/
H A Dmodule_variable.js195 var regexp2 = /^\d+\.\d+$/i; variable
214 export {regexp2 as regexp3};
/arkcompiler/ets_runtime/test/moduletest/regexp/
H A Dregexp.js369 var regexp2 = /a*/g; variable
370 regexp2.lastIndex = 8;
372 print(regexp2.exec('aaa'));

Completed in 2 milliseconds