Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dast.h158 struct LocationExpression : Expression { struct
159 LocationExpression(Kind kind, SourcePosition pos) : Expression(kind, pos) {} in LocationExpression() argument
274 : LocationExpression(kKind, pos), in LocationExpression() function