Home
last modified time | relevance | path

Searched defs:bod (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts984 constructor (public name: Identifier, public bod: ASTList, public isConstructor: boolean, property in FuncDecl
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js3308 function FuncDecl(name, bod, isConstructor, arguments, vars, scopes, statics, nodeType) { argument