Searched refs:omitEmpty (Results 1 – 6 of 6) sorted by relevance
| /plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/ |
| D | compiler.js | 455 setupFullMustacheParams: function(sexpr, program, inverse, omitEmpty) { argument 465 this.opcode('emptyHash', omitEmpty);
|
| D | javascript-compiler.js | 605 emptyHash: function(omitEmpty) { argument 613 this.pushStackLiteral(omitEmpty ? 'undefined' : '{}');
|
| /plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/ |
| D | compiler.js | 445 setupFullMustacheParams: function setupFullMustacheParams(sexpr, program, inverse, omitEmpty) { 455 this.opcode('emptyHash', omitEmpty);
|
| D | javascript-compiler.js | 554 emptyHash: function emptyHash(omitEmpty) { 562 this.pushStackLiteral(omitEmpty ? 'undefined' : '{}');
|
| /plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/ |
| D | compiler.js | 440 setupFullMustacheParams: function setupFullMustacheParams(sexpr, program, inverse, omitEmpty) { 450 this.opcode('emptyHash', omitEmpty);
|
| D | javascript-compiler.js | 546 emptyHash: function emptyHash(omitEmpty) { 554 this.pushStackLiteral(omitEmpty ? 'undefined' : '{}');
|