Lines Matching +defs:object +defs:to +defs:string
7028 const string = { variable
7065 string: string, property
7080 string: create(string$1), property
9572 function escapeStringRegexp(string) { argument
10936 const string = { variable
21539 function repeat(string, count) { argument
21610 function padStart(string, max) { argument
21830 function isNull(object) { argument
21858 function isBoolean(object) { argument
21867 lowercase: function (object) { return object ? 'true' : 'false'; }, argument
21868 uppercase: function (object) { return object ? 'TRUE' : 'FALSE'; }, argument
21869 camelcase: function (object) { return object ? 'True' : 'False'; } argument
21960 function isInteger(object) { argument
22011 function representYamlFloat(object, style) { argument
22037 function isFloat(object) { argument
22111 function representYamlTimestamp(object ) { argument
22168 function representYamlBinary(object ) { argument
23696 function indentString(string, spaces) { argument
23790 function codePointAt(string, pos) { argument
23800 function needIndentIndicator(string) { argument
23809 function chooseScalarStyle(string, singleLineOnly, indentPerLevel, lineWidth, argument
23864 function writeScalar(state, string, level, iskey, inblock) { argument
23879 function testAmbiguity(string) { argument
23901 function blockHeader(string, indentPerLevel) { argument
23908 function dropEndingNewline(string) { argument
23911 function foldString(string, width) { argument
23956 function escapeString(string) { argument
23972 function writeFlowSequence(state, level, object) { argument
23993 function writeBlockSequence(state, level, object, compact) { argument
24021 function writeFlowMapping(state, level, object) { argument
24053 function writeBlockMapping(state, level, object, compact) { argument
24110 function detectType(state, object, explicit) { argument
24143 function writeNode(state, level, object, block, compact, iskey, isblockseq) { argument
24225 function getDuplicateReferences(object, state) { argument
24236 function inspectNode(object, objects, duplicatesIndexes) { argument
24276 function renamed(from, to) { argument
27144 function stripAnsi(string) { argument
27416 function stringToArray(string) { argument
27419 eaw.length = function(string) { argument
27462 function stringWidth(string, options) { argument