Home
last modified time | relevance | path

Searched defs:_class (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DjsDeclarationsFunctionKeywordProp.js37 const _class: boolean; constant
DjsDeclarationsFunctionKeywordPropExhaustive.js180 const _class: number; constant
/third_party/python/Lib/email/
Dparser.py17 def __init__(self, _class=None, *, policy=compat32): argument
/third_party/python/Lib/http/
Dclient.py222 def parse_headers(fp, _class=HTTPMessage): argument
/third_party/node/deps/acorn/acorn/dist/
Dacorn.js235 _class: kw("class", startsExpr), property
Dacorn.mjs229 _class: kw("class", startsExpr), property
/third_party/node/tools/
Dlint-md.mjs9738 function _class(obj) { return Object.prototype.toString.call(obj); } function