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
88 FrameStateFunctionInfo(FrameStateType type, int parameter_count,
99 FrameStateType type() const { return type_; }
101 static bool IsJSFunctionType(FrameStateType type) {
102 return type == FrameStateType::kJavaScriptFunction ||
103 type == FrameStateType::kInterpretedFunction;
107 FrameStateType const type_;
122 FrameStateType type() const {
123 return info_ == nullptr ? FrameStateType::kJavaScriptFunction

Completed in 87 milliseconds