Home
last modified time | relevance | path

Searched defs:isAccessor (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts1076 …public isAccessor() { return hasFlag(this.fncFlags, FncFlags.GetAccessor) || hasFlag(this.fncFlags… method in FuncDecl
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js3413 …FuncDecl.prototype.isAccessor = function () { return hasFlag(this.fncFlags, FncFlags.GetAccessor) … method in FuncDecl
/third_party/typescript/lib/
Dtsc.js10428 function isAccessor(node) { function
DtypingsInstaller.js13801 function isAccessor(node) { function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp99817 bool isAccessor() const { in isAccessor() function