Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Ddeclarable.h86 bool IsValue() const { return IsExternConstant() || IsNamespaceConstant(); } in IsValue() function
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc639 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue() function in v8::internal::interpreter::BytecodeGenerator::ExpressionResultScope
/third_party/node/deps/v8/src/api/
Dapi.cc1010 bool Data::IsValue() const { in IsValue() function in v8::Data