diff --git a/assert/napi/browser.js.html b/assert/napi/browser.js.html index 57fc8b5f4..49acec2fc 100644 --- a/assert/napi/browser.js.html +++ b/assert/napi/browser.js.html @@ -57,7 +57,7 @@

All files / assert/na @@ -154,7 +154,7 @@

All files / assert/na + + + + + + \ No newline at end of file diff --git a/assert/napi/has-property/coverage.ndjson b/assert/napi/has-property/coverage.ndjson new file mode 100644 index 000000000..4a4e8dfdf --- /dev/null +++ b/assert/napi/has-property/coverage.ndjson @@ -0,0 +1 @@ +[148,148,100,5,5,100,1,1,100,148,148,100,"b5a5da64e43f449318e74136c291a482e2fd1c39","2024-04-16 22:48:36 -0700"] diff --git a/assert/napi/has-property/index.html b/assert/napi/has-property/index.html new file mode 100644 index 000000000..0fa49c6ab --- /dev/null +++ b/assert/napi/has-property/index.html @@ -0,0 +1,161 @@ + + + + + + Code coverage report for assert/napi/has-property/lib + + + + + + + + + +
+
+

All files assert/napi/has-property/lib

+
+ +
+ 100% + Statements + 148/148 +
+ + +
+ 100% + Branches + 5/5 +
+ + +
+ 100% + Functions + 1/1 +
+ + +
+ 100% + Lines + 148/148 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FileStatementsBranchesFunctionsLines
browser.js +
+
100%28/28100%1/1100%0/0100%28/28
index.js +
+
100%39/39100%1/1100%0/0100%39/39
main.js +
+
100%33/33100%1/1100%0/0100%33/33
native.js +
+
100%48/48100%2/2100%1/1100%48/48
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/assert/napi/has-property/index.js.html b/assert/napi/has-property/index.js.html new file mode 100644 index 000000000..341b68f82 --- /dev/null +++ b/assert/napi/has-property/index.js.html @@ -0,0 +1,202 @@ + + + + + + Code coverage report for assert/napi/has-property/lib/index.js + + + + + + + + + +
+
+

All files / assert/napi/has-property/lib index.js

+
+ +
+ 100% + Statements + 39/39 +
+ + +
+ 100% + Branches + 1/1 +
+ + +
+ 100% + Functions + 0/0 +
+ + +
+ 100% + Lines + 39/39 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +401x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x + 
/**
+* @license Apache-2.0
+*
+* Copyright (c) 2024 The Stdlib Authors.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*    http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+ 
+'use strict';
+ 
+/**
+* Absolute file path for the directory containing header files for C APIs.
+*
+* @module @stdlib/assert/napi/has-property
+*
+* @example
+* var headerDir = require( '@stdlib/assert/napi/has-property' );
+*
+* console.log( headerDir );
+*/
+ 
+// MODULES //
+ 
+var main = require( './main.js' );
+ 
+ 
+// EXPORTS //
+ 
+module.exports = main;
+ 
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/assert/napi/has-property/main.js.html b/assert/napi/has-property/main.js.html new file mode 100644 index 000000000..325ecbfd8 --- /dev/null +++ b/assert/napi/has-property/main.js.html @@ -0,0 +1,184 @@ + + + + + + Code coverage report for assert/napi/has-property/lib/main.js + + + + + + + + + +
+
+

All files / assert/napi/has-property/lib main.js

+
+ +
+ 100% + Statements + 33/33 +
+ + +
+ 100% + Branches + 1/1 +
+ + +
+ 100% + Functions + 0/0 +
+ + +
+ 100% + Lines + 33/33 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +341x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x + 
/**
+* @license Apache-2.0
+*
+* Copyright (c) 2024 The Stdlib Authors.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*    http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+ 
+'use strict';
+ 
+// MODULES //
+ 
+var resolve = require( 'path' ).resolve;
+ 
+ 
+// MAIN //
+ 
+var dir = resolve( __dirname, '..', 'include' );
+ 
+ 
+// EXPORTS //
+ 
+module.exports = dir;
+ 
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/assert/napi/has-property/native.js.html b/assert/napi/has-property/native.js.html new file mode 100644 index 000000000..b219ef4cb --- /dev/null +++ b/assert/napi/has-property/native.js.html @@ -0,0 +1,229 @@ + + + + + + Code coverage report for assert/napi/has-property/lib/native.js + + + + + + + + + +
+
+

All files / assert/napi/has-property/lib native.js

+
+ +
+ 100% + Statements + 48/48 +
+ + +
+ 100% + Branches + 2/2 +
+ + +
+ 100% + Functions + 1/1 +
+ + +
+ 100% + Lines + 48/48 +
+ + +
+

+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +

+ +
+
+

+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +40 +41 +42 +43 +44 +45 +46 +47 +48 +491x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +1x +4x +4x +4x +1x +1x +1x +1x +1x + 
/**
+* @license Apache-2.0
+*
+* Copyright (c) 2024 The Stdlib Authors.
+*
+* Licensed under the Apache License, Version 2.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+*    http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
+ 
+'use strict';
+ 
+// MODULES //
+ 
+var addon = require( './../src/addon.node' );
+ 
+ 
+// MAIN //
+ 
+/**
+* Wrapper function exposing the C API to JavaScript.
+*
+* @private
+* @param {Object} obj - input value
+*
+* @example
+* var obj = {
+*     'foo': 'bar'
+* };
+*
+* wrapper( obj );
+*/
+function wrapper( obj ) {
+	addon( obj );
+}
+ 
+ 
+// EXPORTS //
+ 
+module.exports = wrapper;
+ 
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/assert/napi/index.html b/assert/napi/index.html index d45db7b27..3cbf3032c 100644 --- a/assert/napi/index.html +++ b/assert/napi/index.html @@ -57,7 +57,7 @@

All files assert/napi/lib

@@ -131,7 +131,7 @@

All files assert/napi/lib