Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/babel-types/lib/
Dretrievers.js94 FunctionDeclaration: ["id", "params"], property
/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts174 export interface FunctionDeclaration extends Node { interface
1285 | FunctionDeclaration
1302 | FunctionDeclaration
1324 | FunctionDeclaration
1371 export type Function = FunctionDeclaration | FunctionExpression | ObjectMethod | ArrowFunctionExpre…
1373 | FunctionDeclaration
1380 | FunctionDeclaration
1391 | FunctionDeclaration
1649 ): FunctionDeclaration;
1734 declaration?: FunctionDeclaration | ClassDeclaration | Expression,
[all …]
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dwalk.js232 base.FunctionDeclaration = function (node, st, c) { return c(node, st, "Function"); }
287 base.FunctionExpression = base.ArrowFunctionExpression = base.FunctionDeclaration
Dwalk.es.js226 base.FunctionDeclaration = function (node, st, c) { return c(node, st, "Function"); }
281 base.FunctionExpression = base.ArrowFunctionExpression = base.FunctionDeclaration
/plugin/asciidocjs/node_modules/acorn/dist/
Dwalk.es.js226 base.FunctionDeclaration = function (node, st, c) { return c(node, st, "Function"); }
281 base.FunctionExpression = base.ArrowFunctionExpression = base.FunctionDeclaration
Dwalk.js232 base.FunctionDeclaration = function (node, st, c) { return c(node, st, "Function"); }
287 base.FunctionExpression = base.ArrowFunctionExpression = base.FunctionDeclaration
/plugin/asciidocjs/node_modules/acorn/src/walk/
Dindex.js228 base.FunctionDeclaration = (node, st, c) => c(node, st, "Function") field in Found
283 base.FunctionExpression = base.ArrowFunctionExpression = base.FunctionDeclaration
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/walk/
Dindex.js228 base.FunctionDeclaration = (node, st, c) => c(node, st, "Function") field in Found
283 base.FunctionExpression = base.ArrowFunctionExpression = base.FunctionDeclaration
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dmozilla-ast.js74 FunctionDeclaration: function(M) { method
/plugin/dirtylittlehelper/mermaid/editor/docs/
D2.2.js24662 …equire__.d(__webpack_exports__, "FunctionDeclaration", function() { return FunctionDeclaration; });
25572 var FunctionDeclaration = /** @class */ (function (_super) {
25573 __extends(FunctionDeclaration, _super);
25574 function FunctionDeclaration(offset, length) {
25577 Object.defineProperty(FunctionDeclaration.prototype, "type", {
25579 return NodeType.FunctionDeclaration;
25584 FunctionDeclaration.prototype.setIdentifier = function (node) {
25587 FunctionDeclaration.prototype.getIdentifier = function () {
25590 FunctionDeclaration.prototype.getName = function () {
25593 FunctionDeclaration.prototype.getParameters = function () {
[all …]
D4.4.js1FunctionDeclaration=56]="FunctionDeclaration",e[e.ReturnStatement=57]="ReturnStatement",e[e.MediaQ…
D2.2.js.map1FunctionDeclaration\"] = 56] = \"FunctionDeclaration\";\n NodeType[NodeType[\"ReturnStatement\"…
/plugin/asciidocjs/node_modules/babylon/
DCHANGELOG.md149 Fix export default async function to be FunctionDeclaration ([#324](https://github.com/babel/babylo…
151 Parsing the following code now returns a `FunctionDeclaration` AST node instead of `FunctionExpress…
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dmozilla-ast.js80 FunctionDeclaration: function(M) { method
/plugin/asciidocjs/node_modules/babel-types/
DREADME.md642 - `declaration`: `FunctionDeclaration | ClassDeclaration | Expression` (required)