Searched defs:IsValue (Results 1 – 3 of 3) sorted by relevance
/external/v8/tools/clang/blink_gc_plugin/ | ||
D | Edge.h | 96 virtual bool IsValue() { return false; } in IsValue() function |
/external/v8/src/torque/ | ||
D | declarable.h | 55 bool IsValue() const { in IsValue() function |
/external/v8/src/interpreter/ | ||
D | bytecode-generator.cc | 581 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue() function in v8::internal::interpreter::BytecodeGenerator::ExpressionResultScope |