Home
last modified time | relevance | path

Searched refs:isStrictDirective (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
Dsource_helpers.js178 function isStrictDirective(directive) { function
274 return !!this.ast.program.directives.filter(isStrictDirective).length;
280 directive => !isStrictDirective(directive));