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

/external/v8/src/compiler/
H A Dlinkage.h192 bool IsJSFunctionCall() const { return kind_ == kCallJSFunction; } function in class:v8::internal::compiler::final
195 return IsCFunctionCall() || IsJSFunctionCall();
209 DCHECK(IsJSFunctionCall());

Completed in 74 milliseconds