Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dinterface.h107 bool IsValue() { return Chase()->flags_ & VALUE; } in IsValue() function
Dhydrogen.h760 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue() function
/external/chromium_org/tools/clang/blink_gc_plugin/
DEdge.h85 virtual bool IsValue() { return false; } in IsValue() function
100 bool IsValue() override { return true; } in IsValue() function