Lines Matching defs:state

1262 function generateError(state, message) {  argument
1276 function throwError(state, message) { argument
1280 function throwWarning(state, message) { argument
1356 function captureSegment(state, start, end, checkJson) { argument
1378 function mergeMappings(state, destination, source, overridableKeys) { argument
1397 function storeMappingPair(state, _result, overridableKeys, keyTag, keyNode, valueNode, argument
1468 function readLineBreak(state) { argument
1489 function skipSeparationSpace(state, allowComments, checkIndent) { argument
1530 function testDocumentSeparator(state) { argument
1554 function writeFoldedLines(state, count) { argument
1563 function readPlainScalar(state, nodeIndent, withinFlowCollection) { argument
1672 function readSingleQuotedScalar(state, nodeIndent) { argument
1717 function readDoubleQuotedScalar(state, nodeIndent) { argument
1796 function readFlowCollection(state, nodeIndent) { argument
1908 function readBlockScalar(state, nodeIndent) { argument
2051 function readBlockSequence(state, nodeIndent) { argument
2121 function readBlockMapping(state, nodeIndent, flowIndent) { argument
2298 function readTagProperty(state) { argument
2398 function readAnchorProperty(state) { argument
2425 function readAlias(state) { argument
2455 function composeNode(state, parentIndent, nodeContext, allowToSeek, allowCompact) { argument
2634 function readDocument(state) { argument
2989 function generateNextLine(state, level) { argument
2993 function testImplicitResolving(state, str) { argument
3216 function writeScalar(state, string, level, iskey, inblock) { argument
3383 function writeFlowSequence(state, level, object) { argument
3411 function writeBlockSequence(state, level, object, compact) { argument
3448 function writeFlowMapping(state, level, object) { argument
3494 function writeBlockMapping(state, level, object, compact) { argument
3572 function detectType(state, object, explicit) { argument
3618 function writeNode(state, level, object, block, compact, iskey, isblockseq) { argument
3725 function getDuplicateReferences(object, state) { argument