Home
last modified time | relevance | path

Searched refs:IsValue (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-data.h23 bool IsValue() const;
/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
3853 Utils::ApiCheck(that->IsValue(), "v8::Value::Cast", "Data is not a Value"); in CheckCast()