Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts981 public scopeType: Type = null; // Type of the FuncDecl, before target typing property in FuncDecl
/third_party/node/deps/v8/src/inspector/
Dv8-debugger-agent-impl.cc253 String16 scopeType(v8::debug::ScopeIterator::ScopeType type) { in scopeType() function