Searched defs:IsValue (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/deps/v8/src/torque/ | ||
| D | declarable.h | 86 bool IsValue() const { return IsExternConstant() || IsNamespaceConstant(); } in IsValue() function |
| /third_party/node/deps/v8/src/interpreter/ | ||
| D | bytecode-generator.cc | 639 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue() function in v8::internal::interpreter::BytecodeGenerator::ExpressionResultScope |
| /third_party/node/deps/v8/src/api/ | ||
| D | api.cc | 1010 bool Data::IsValue() const { in IsValue() function in v8::Data |