Lines Matching refs:mustCall
73 testMe.complete('console.lo', common.mustCall(function(error, data) {
77 testMe.complete('console?.lo', common.mustCall((error, data) => {
81 testMe.complete('console?.zzz', common.mustCall((error, data) => {
85 testMe.complete('console?.', common.mustCall((error, data) => {
92 testMe.complete('inner.o', common.mustCall(function(error, data) {
202 testMe.complete('str.len', common.mustCall(function(error, data) {
214 common.mustCall(function(error, data) {
230 common.mustCall(function(error, data) {
253 testMe.complete('toSt', common.mustCall(function(error, data) {
267 testMe.complete('y.', common.mustCall(function(error, data) {
274 testMe.complete('require(\'', common.mustCall(function(error, data) {
285 testMe.complete('require(\'', common.mustCall((_, [modules]) => {
291 testMe.complete("require\t( 'n", common.mustCall(function(error, data) {
317 testMe.complete('require(`@nodejs', common.mustCall((err, data) => {
325 testMe.complete(input, common.mustCall((err, data) => {
336 testMe.complete('require \t("no_ind', common.mustCall((err, data) => {
350 testMe.complete(input, common.mustCall((err, data) => {
361 testMe.complete(input, common.mustCall((err, data) => {
369 testMe.complete(input, common.mustCall((err, data) => {
380 testMe.complete(input, common.mustCall((err, data) => {
407 testMe.complete('cus', common.mustCall(function(error, data) {
419 testMe.complete('proxy.', common.mustCall(function(error, data) {
428 testMe.complete('ary.', common.mustCall(function(error, data) {
438 testMe.complete('obj.', common.mustCall(function(error, data) {
454 testMe.complete(' obj.', common.mustCall((error, data) => {
463 testMe.complete('var log = console.lo', common.mustCall((error, data) => {
470 testMe.complete('.b', common.mustCall((error, data) => {
475 testMe.complete('obj.', common.mustCall((error, data) => {
484 testMe.complete('obj.', common.mustCall(function(error, data) {
501 testMe.complete(fixturePath, common.mustCall((err, data) => {
509 common.mustCall((err, data) => {
517 common.mustCall((err, data) => {
524 common.mustCall((err, data) => {
531 testMe.complete(testPath, common.mustCall((err, data) => {
573 testMe.complete('ele.', common.mustCall((err, data) => {
595 testMe.complete('Buffer.prototype.', common.mustCall());
598 testMe.complete('``.a', common.mustCall((err, data) => {
601 testMe.complete('\'\'.a', common.mustCall((err, data) => {
604 testMe.complete('"".a', common.mustCall((err, data) => {
607 testMe.complete('("").a', common.mustCall((err, data) => {
610 testMe.complete('[].a', common.mustCall((err, data) => {
613 testMe.complete('{}.a', common.mustCall((err, data) => {
644 testNonGlobal.complete('I', common.mustCall((error, data) => {
664 testCustomCompleterSyncMode.complete('', common.mustCall((error, data) => {
672 testCustomCompleterSyncMode.complete('a', common.mustCall((error, data) => {
694 testCustomCompleterAsyncMode.complete('', common.mustCall((error, data) => {
702 testCustomCompleterAsyncMode.complete('a', common.mustCall((error, data) => {
720 editor.completer('Uin', common.mustCall((error, data) => {
727 editor.completer('var log = console.l', common.mustCall((error, data) => {
746 testRepl.complete(query, common.mustCall((error, data) => {