Lines Matching refs:sourceCode
77 * sourceCode: ?string,
84 * <dt>sourceCode<dd>source as plain text
91 * by the position at which they start in job.sourceCode in order
92 * <dt>basePos<dd>integer position of this.sourceCode in the larger chunk of
100 * sourceCode: string,
104 * <dt>sourceCode<dd>source as plain text
815 * sourceCode: "print 'Hello '\n + 'World';",
879 sourceCode: chunks.join('').replace(/\n$/, ''),
886 * Apply the given language handler to sourceCode and add the resulting
889 * @param {number} basePos the index of sourceCode within the chunk of source
891 * @param {string} sourceCode
896 sourceNode, basePos, sourceCode, langHandler, out) {
897 if (!sourceCode) { return; }
904 sourceCode: sourceCode,
943 * where index_n is an index into the sourceCode, and style_n is a style
945 * all characters in sourceCode[index_n-1:index_n].
1014 * Lexes job.sourceCode and attaches an output array job.decorations of
1016 * job.sourceCode in order.
1021 var sourceCode = job.sourceCode, basePos = job.basePos;
1029 var pos = 0; // index into sourceCode
1030 var tokens = sourceCode.match(tokenizer) || [];
1444 * Breaks {@code job.sourceCode} around style boundaries in
1454 var source = job.sourceCode;
1697 var source = sourceAndSpans.sourceCode;
1698 job.sourceCode = source;
1749 sourceCode: null,
1910 sourceCode: null,