Lines Matching refs:close
3 function validateClose(open, close) { argument
4 close = close.path ? close.path.original : close;
6 if (open.path.original !== close) {
10 open.path.original + " doesn't match " + close,
36 export function stripFlags(open, close) { argument
39 close: close.charAt(close.length - 3) === '~'
99 export function prepareRawBlock(openRawBlock, contents, close, locInfo) { argument
100 validateClose(openRawBlock, close);
127 close, argument
131 if (close && close.path) {
132 validateClose(openBlock, close);
150 inverseAndProgram.program.body[0].closeStrip = close.strip;
172 closeStrip: close && close.strip,
206 export function preparePartialBlock(open, program, close, locInfo) { argument
207 validateClose(open, close);
216 closeStrip: close && close.strip,