Home
last modified time | relevance | path

Searched refs:kNoScriptIdInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-message.h196 static const int kNoScriptIdInfo = 0; variable
/third_party/node/deps/v8/src/objects/
Dcall-site-info.cc168 return Message::kNoScriptIdInfo; in GetScriptId()
/third_party/node/src/
Dnode_errors.cc198 if (stack_frame->GetScriptId() == Message::kNoScriptIdInfo) { in FormatStackTrace()