Home
last modified time | relevance | path

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

/third_party/node/deps/acorn/acorn/dist/
Dacorn.d.ts22 allowReturnOutsideFunction?: boolean property
Dacorn.js359 allowReturnOutsideFunction: false, property
1079 if (!this.inFunction && !this.options.allowReturnOutsideFunction)
Dacorn.mjs353 allowReturnOutsideFunction: false, property
1073 if (!this.inFunction && !this.options.allowReturnOutsideFunction)
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
Dsource_helpers.js30 allowReturnOutsideFunction: true, property
/third_party/node/tools/doc/
Dapilinks.mjs57 allowReturnOutsideFunction: true, property
/third_party/node/deps/acorn/acorn/
DREADME.md88 - **allowReturnOutsideFunction**: By default, a return statement at