Home
last modified time | relevance | path

Searched defs:IsEval (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dcall-site-info.cc44 bool CallSiteInfo::IsEval() const { in IsEval() function in v8::internal::CallSiteInfo
/third_party/node/deps/v8/src/parsing/
Dpreparser.h60 bool IsEval() const { return type_ == kEvalIdentifier; } in IsEval() function
/third_party/node/deps/v8/src/api/
Dapi.cc3248 bool StackFrame::IsEval() const { in IsEval() function in v8::StackFrame