Lines Matching +full:unused +full:- +full:function
3 // Flags: --experimental-vm-modules
11 async function createEmptyLinkedModule() {
17 async function checkArgType() {
51 async function checkModuleState() {
89 m.error; // eslint-disable-line no-unused-expressions
98 m.error; // eslint-disable-line no-unused-expressions
106 m.namespace; // eslint-disable-line no-unused-expressions
114 async function checkLinking() {
172 "function. Received type string ('hucairz')"
176 async function checkExecution() {
202 async function checkInvalidOptionForEvaluate() {
205 await m.evaluate({ breakOnSigint: 'a-string' });
210 "Received type string ('a-string')",
226 function checkInvalidCachedData() {
227 [true, false, 'foo', {}, Array, function() {}].forEach((invalidArg) => {
242 function checkGettersErrors() {
250 // eslint-disable-next-line no-unused-expressions
254 // eslint-disable-next-line no-unused-expressions
260 // eslint-disable-next-line no-unused-expressions
267 (async function main() {