Home
last modified time | relevance | path

Searched refs:IsMethod (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/torque/
Ddeclarable.h75 bool IsTorqueMacro() const { return kind() == kTorqueMacro || IsMethod(); } in IsTorqueMacro()
76 bool IsMethod() const { return kind() == kMethod; } in IsMethod() function
90 IsMethod(); in IsCallable()
Dimplementation-visitor.cc290 DCHECK_EQ(this_reference.has_value(), macro->IsMethod()); in InlineMacro()
300 DCHECK(macro->IsMethod()); in InlineMacro()
2768 DCHECK(callable->IsMethod()); in GenerateCall()
3089 if (!getter || getter->IsMethod()) { in GenerateCall()