Searched defs:IsValue (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dinterface.h86 *ok = !IsValue();
92 *ok = IsValue() || IsModule();
109 bool IsValue() { return Chase()->flags_ & VALUE; } function in class:v8::internal::Interface
122 || (this->IsValue() == that->IsValue() &&
H A Dhydrogen.h764 bool IsValue() const { return kind_ == Expression::kValue; } function in class:v8::internal::AstContext
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DEdge.h85 virtual bool IsValue() { return false; } function in class:Edge
100 bool IsValue() override { return true; }
/external/chromium_org/v8/src/compiler/
H A Dast-graph-builder.h285 bool IsValue() const { return kind_ == Expression::kValue; } function in class:v8::internal::compiler::BASE_EMBEDDED

Completed in 313 milliseconds