Skip to content

Commit f930f72

Browse files
committed
metadata fixes for scripting-docs folder
1 parent b44ea69 commit f930f72

File tree

601 files changed

+16409
-17004
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

601 files changed

+16409
-17004
lines changed

scripting-docs/docfx.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
"feedback_product_url": "https://developercommunity.visualstudio.com/",
3737
"breadcrumb_path": "~/_breadcrumb/toc.yml",
3838
"ROBOTS": "INDEX,FOLLOW",
39-
"author": "",
40-
"ms.author": "",
41-
"manager": "ghogen",
39+
"author": "mikejo5000",
40+
"ms.author": "mikejo",
41+
"manager": "jillfra",
4242
"ms.date": "3/7/2017",
43-
"ms.topic": "article",
43+
"ms.topic": "reference",
44+
"ms.prod": "visual-studio-windows",
4445
"ms.technology": "vs-javascript",
4546
"audience": "developer",
46-
"ms.reviewer": "",
4747
"searchScope": [
4848
"Scripting"
4949
],

scripting-docs/javascript/misc/boolean-expected.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Boolean expected | Microsoft Docs"
33
ms.date: "01/18/2017"
44
ms.prod: visual-studio-windows
5-
ms.technology: "javascript"
5+
ms.technology: vs-javascript
66
ms.topic: reference
77
f1_keywords:
88
- "VS.WebClient.Help.SCRIPT5010"

scripting-docs/javascript/misc/cannot-assign-to-this.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Cannot assign to 'this' | Microsoft Docs"
33
ms.date: "01/18/2017"
44
ms.prod: visual-studio-windows
5-
ms.technology: "javascript"
5+
ms.technology: vs-javascript
66
ms.topic: reference
77
f1_keywords:
88
- "VS.WebClient.Help.SCRIPT5000"

scripting-docs/winscript/active-script-debugging-overview.md

Lines changed: 273 additions & 274 deletions
Large diffs are not rendered by default.

scripting-docs/winscript/active-script-profiling-overview.md

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
title: "Active Script Profiling Overview | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "01/18/2017"
5-
ms.prod: "windows-script-interfaces"
65
ms.reviewer: ""
76
ms.suite: ""
87
ms.tgt_pltfrm: ""
98
ms.topic: "article"
10-
helpviewer_keywords:
9+
helpviewer_keywords:
1110
- "Active Script Profiling"
1211
ms.assetid: eec2f413-6605-4df4-a86f-4919755e9358
1312
caps.latest.revision: 10
@@ -16,27 +15,27 @@ ms.author: "mikejo"
1615
manager: "ghogen"
1716
---
1817
# Active Script Profiling Overview
19-
The [Active Script Profiler Interfaces](../winscript/reference/active-script-profiler-interfaces.md) enable profiling of a scripting engine. Active Script Profiling consists of the following parts:
20-
21-
- Language Engine
22-
23-
- Host
24-
25-
- Profiler
26-
27-
## Language Engine
28-
The language engine executes the script. It provides methods that enable profiling of the script code as it is executed. When profiling is enabled, the language engine takes the class identifier (CLSID) of the profiler COM object as an argument. It creates an instance of the profiler COM object and then calls into the profiler when various events occur.
29-
30-
The language engine implements [IActiveScriptProfilerControl Interface](../winscript/reference/iactivescriptprofilercontrol-interface.md).
31-
18+
The [Active Script Profiler Interfaces](../winscript/reference/active-script-profiler-interfaces.md) enable profiling of a scripting engine. Active Script Profiling consists of the following parts:
19+
20+
- Language Engine
21+
22+
- Host
23+
24+
- Profiler
25+
26+
## Language Engine
27+
The language engine executes the script. It provides methods that enable profiling of the script code as it is executed. When profiling is enabled, the language engine takes the class identifier (CLSID) of the profiler COM object as an argument. It creates an instance of the profiler COM object and then calls into the profiler when various events occur.
28+
29+
The language engine implements [IActiveScriptProfilerControl Interface](../winscript/reference/iactivescriptprofilercontrol-interface.md).
30+
3231
> [!NOTE]
33-
> The [!INCLUDE[javascript](../javascript/includes/javascript-md.md)] language runtime checks the JS_PROFILER environment variable on creation to determine whether profiling should be enabled. If this variable is set to the CLSID of the profiler, the language runtime creates an instance of the profiler COM object, using the value of the variable to determine which profiler to create.
34-
35-
## Host
36-
The host creates the language engine and provides the language engine with scripts to be executed. A smart host also provides the document context that can be used by a debugger or profiler to provide better information when you are debugging or profiling.
37-
38-
## Profiler
39-
The profiler receives the calls from the language engine when various events occur. The profiler must be registered as a COM object and must implement the [IActiveScriptProfilerCallback Interface](../winscript/reference/iactivescriptprofilercallback-interface.md) interface.
40-
41-
## See Also
32+
> The [!INCLUDE[javascript](../javascript/includes/javascript-md.md)] language runtime checks the JS_PROFILER environment variable on creation to determine whether profiling should be enabled. If this variable is set to the CLSID of the profiler, the language runtime creates an instance of the profiler COM object, using the value of the variable to determine which profiler to create.
33+
34+
## Host
35+
The host creates the language engine and provides the language engine with scripts to be executed. A smart host also provides the document context that can be used by a debugger or profiler to provide better information when you are debugging or profiling.
36+
37+
## Profiler
38+
The profiler receives the calls from the language engine when various events occur. The profiler must be registered as a COM object and must implement the [IActiveScriptProfilerCallback Interface](../winscript/reference/iactivescriptprofilercallback-interface.md) interface.
39+
40+
## See Also
4241
[Active Script Profiler Interfaces](../winscript/reference/active-script-profiler-interfaces.md)

0 commit comments

Comments
 (0)