Searched refs:FUNC_START (Results 1 – 1 of 1) sorted by relevance
50 export const FUNC_START = '#####FUN_S#####' constant51 export const FUNC_START_REG = new RegExp('["\']' + FUNC_START, 'g')57 return FUNC_START + value.toString() + FUNC_END