Searched defs:IsEval (Results 1 – 2 of 2) sorted by relevance
629 bool IsEval() const { return type_ == kEvalIdentifier; } in IsEval() function
2355 bool StackFrame::IsEval() const { return getBoolProperty(this, "isEval"); } in IsEval() function in v8::StackFrame