Searched refs:script_name_ (Results 1 - 5 of 5) sorted by relevance
/third_party/node/src/ |
H A D | inspector_io.cc | 232 const std::string script_name_; member in node::inspector::InspectorIoDelegate 262 script_name_(path), in InspectorIo() 291 std::string script_path = ScriptPath(&loop, script_name_); in ThreadMain() 294 script_path, script_name_)); in ThreadMain() 334 script_name_(script_name), script_path_(script_path), in InspectorIoDelegate() 364 return script_name_.empty() ? GetHumanReadableProcessName() : script_name_; in GetTargetTitle()
|
H A D | js_native_api_v8_inspector.cc | 647 const std::string script_name_; member in v8impl::__anon15372::InspectorIoDelegate 659 script_name_(script_name), script_path_(script_path), in InspectorIoDelegate() 689 return script_name_.empty() ? GetHumanReadableProcessName() : script_name_; in GetTargetTitle() 755 std::string script_name_; member in v8impl::InspectorIo 785 script_name_(path), in InspectorIo() 814 std::string script_path = ScriptPath(&loop, script_name_); in ThreadMain() 817 script_path, script_name_)); in ThreadMain()
|
H A D | inspector_io.h | 70 std::string script_name_; member in node::inspector::InspectorIo
|
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.h | 386 Handle<Object> script_name_; member in v8::WebSnapshotDeserializer
|
H A D | web-snapshot.cc | 1248 script_name_(script_name), in WebSnapshotDeserializer() 1418 ScriptOrigin origin(v8_isolate, Utils::ToLocal(script_name_)); in DeserializeScript()
|
Completed in 9 milliseconds