Home
last modified time | relevance | path

Searched refs:IsJSFunctionType (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dframe-states.h100 static bool IsJSFunctionType(FrameStateType type) { in IsJSFunctionType() function
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.cc1167 if (FrameStateFunctionInfo::IsJSFunctionType(iter->type_)) { in GetJSFrameCount()
Dinstruction.h1400 return FrameStateFunctionInfo::IsJSFunctionType(type_) || in HasContext()