Searched defs:IsPropertyName (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/parsing/ | ||
| D | token.h | 229 static bool IsPropertyName(Value token) { in IsPropertyName() function |
| /third_party/node/deps/v8/src/ast/ | ||
| D | ast.cc | 98 bool Expression::IsPropertyName() const { in IsPropertyName() function in v8::internal::Expression |