Home
last modified time | relevance | path

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

/third_party/jsframework/runtime/main/util/
Dindex.js59 const APPLICATION_REG = /^@app-application\//; constant
85 return !!name.match(APPLICATION_REG);
94 const result = str.replace(APPLICATION_REG, '');