struct Protocol::Profiler::ScriptCoverage
- Protocol::Profiler::ScriptCoverage
- Struct
- Value
- Object
Overview
Coverage data for a JavaScript script.
Included Modules
- JSON::Serializable
Defined in:
protocol/profiler.crConstructors
Instance Method Summary
-
#functions : Array(FunctionCoverage)
Functions contained in the script that has coverage data.
-
#script_id : Runtime::ScriptId
JavaScript script id.
-
#url : String
JavaScript script name or url.