test: vendor node-is-valid-window (#39965)
This commit is contained in:
parent
fdf1ecec47
commit
18f517d8a6
13 changed files with 181 additions and 14 deletions
12
spec/is-valid-window/src/impl.h
Normal file
12
spec/is-valid-window/src/impl.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#ifndef SRC_IMPL_H_
|
||||
#define SRC_IMPL_H_
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
namespace impl {
|
||||
|
||||
bool IsValidWindow(char* handle, size_t size);
|
||||
|
||||
} // namespace impl
|
||||
|
||||
#endif // SRC_IMPL_H_
|
Loading…
Add table
Add a link
Reference in a new issue