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

/external/v8/src/compiler/
H A Dframe-states.h78 enum class FrameStateType { class in namespace:v8::internal::compiler
90 FrameStateFunctionInfo(FrameStateType type, int parameter_count,
101 FrameStateType type() const { return type_; }
103 static bool IsJSFunctionType(FrameStateType type) {
104 return type == FrameStateType::kJavaScriptFunction ||
105 type == FrameStateType::kInterpretedFunction;
109 FrameStateType const type_;
124 FrameStateType type() const {
125 return info_ == nullptr ? FrameStateType::kJavaScriptFunction

Completed in 857 milliseconds