Searched defs:IsEval (Results 1 – 5 of 5) sorted by relevance
/third_party/cef/libcef_dll/ctocpp/ | ||
D | v8stack_frame_ctocpp.cc | 111 NO_SANITIZE("cfi-icall") bool CefV8StackFrameCToCpp::IsEval() { in IsEval() function in CefV8StackFrameCToCpp |
/third_party/node/deps/v8/src/objects/ | ||
D | call-site-info.cc | 44 bool CallSiteInfo::IsEval() const { in IsEval() function in v8::internal::CallSiteInfo |
/third_party/node/deps/v8/src/parsing/ | ||
D | preparser.h | 60 bool IsEval() const { return type_ == kEvalIdentifier; } in IsEval() function |
/third_party/cef/libcef/renderer/ | ||
D | v8_impl.cc | 2549 bool CefV8StackFrameImpl::IsEval() { in IsEval() function in CefV8StackFrameImpl |
/third_party/node/deps/v8/src/api/ | ||
D | api.cc | 3248 bool StackFrame::IsEval() const { in IsEval() function in v8::StackFrame |