File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/node_modules/@stdlib/proxy/ctor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ A `handlers` argument should be an `object` whose properties are functions (call
69
69
70
70
- ` setPrototypeOf( target, prototype ) `
71
71
72
- - Trap for ` Object.setPrototypeOf() ` . The method must return a ` boolean ` indicating if prototype successfully set.
72
+ - Trap for ` Object.setPrototypeOf() ` . The method must return a ` boolean ` indicating if the prototype was successfully set.
73
73
74
74
- ` isExtensible( target ) `
75
75
@@ -79,7 +79,7 @@ A `handlers` argument should be an `object` whose properties are functions (call
79
79
80
80
- Trap for ` Object.preventExtensions() ` . The method must return a ` boolean ` .
81
81
82
- - `getOwnPropertyDescriptor( target, property )``
82
+ - ` getOwnPropertyDescriptor( target, property ) `
83
83
84
84
- Trap for ` Object.getOwnPropertyDescriptor() ` . The method must return an ` object ` or ` undefined ` .
85
85
You can’t perform that action at this time.
0 commit comments