Home
last modified time | relevance | path

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

/third_party/weex-loader/src/
Dutil.js50 export const FUNC_START = '#####FUN_S#####' constant
51 export const FUNC_START_REG = new RegExp('["\']' + FUNC_START, 'g')
57 return FUNC_START + value.toString() + FUNC_END