Searched defs:IsEval (Results 1 – 3 of 3) sorted by relevance
| /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/node/deps/v8/src/api/ | ||
| D | api.cc | 3248 bool StackFrame::IsEval() const { in IsEval() function in v8::StackFrame |