Home
last modified time | relevance | path

Searched refs:IsEval (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/include/
H A Dv8-debug.h87 bool IsEval() const;
/third_party/node/deps/v8/include/v8-include/
H A Dv8-debug.h87 bool IsEval() const;
/third_party/node/deps/v8/src/objects/
H A Dcall-site-info.cc44 bool CallSiteInfo::IsEval() const { in IsEval() function in v8::internal::CallSiteInfo
287 if (info->IsEval()) return isolate->factory()->eval_string(); in GetFunctionName()
303 if (name->length() == 0 && info->IsEval()) { in GetFunctionDebugName()
610 if (!script_name_or_source_url->IsString() && frame->IsEval()) { in AppendFileLocation()
H A Dcall-site-info.h37 bool IsEval() const;
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-callsite.cc154 return isolate->heap()->ToBoolean(frame->IsEval()); in BUILTIN()
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h60 bool IsEval() const { return type_ == kEvalIdentifier; } in IsEval() function in v8::internal::PreParserIdentifier
651 DCHECK(expression.IsIdentifier() && expression.AsIdentifier().IsEval()); in NewCall()
1278 V8_INLINE bool IsEval(const PreParserIdentifier& identifier) const { in IsEval() function in v8::internal::PreParser
1279 return identifier.IsEval(); in IsEval()
H A Dparser.h542 V8_INLINE bool IsEval(const AstRawString* identifier) const { in IsEval() function in v8::internal::Parser
555 return IsEval(identifier) || IsArguments(identifier); in IsEvalOrArguments()
H A Dparser-base.h1462 impl()->IsEval(impl()->AsIdentifier(expression)) && !is_optional_call) { in CheckPossibleEvalCall()
/third_party/node/src/
H A Dnode_errors.cc197 if (stack_frame->IsEval()) { in FormatStackTrace()
/third_party/node/deps/v8/src/api/
H A Dapi.cc3248 bool StackFrame::IsEval() const { in IsEval() function in v8::StackFrame

Completed in 44 milliseconds