Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dframes-inl.h177 inline bool CommonFrameWithJSLinkage::IsConstructFrame(Address fp) { in IsConstructFrame() function
Dframes.h579 static inline bool IsConstructFrame(Address fp);
Dframes.cc1294 return IsConstructFrame(caller_fp()); in IsConstructor()
1340 return IsConstructFrame(caller_fp()); in IsConstructor()