File: test_null.h

package info (click to toggle)
nodejs 22.19.0%2Bdfsg%2B~cs22.18.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 253,664 kB
  • sloc: cpp: 1,594,830; javascript: 594,937; ansic: 125,008; python: 60,768; sh: 4,142; makefile: 2,875; asm: 1,732; pascal: 1,565; perl: 248; lisp: 222; xml: 42
file content (8 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (23)
1
2
3
4
5
6
7
8
#ifndef TEST_JS_NATIVE_API_TEST_OBJECT_TEST_NULL_H_
#define TEST_JS_NATIVE_API_TEST_OBJECT_TEST_NULL_H_

#include <js_native_api.h>

void init_test_null(napi_env env, napi_value exports);

#endif  // TEST_JS_NATIVE_API_TEST_OBJECT_TEST_NULL_H_