Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:NAPI_VERSION
(Results
1 - 16
of
16
) sorted by relevance
/third_party/node/src/
H
A
D
jsvm_node_api_types.h
10
#if
NAPI_VERSION
>= 3
12
#endif //
NAPI_VERSION
>= 3
14
#if
NAPI_VERSION
>= 4
16
#endif //
NAPI_VERSION
>= 4
18
#if
NAPI_VERSION
>= 4
28
#endif //
NAPI_VERSION
>= 4
34
#if
NAPI_VERSION
>= 4
37
#endif //
NAPI_VERSION
>= 4
46
#if
NAPI_VERSION
>= 8
50
#endif //
NAPI_VERSION
>
[all...]
H
A
D
node_api_types.h
9
#if
NAPI_VERSION
>= 4
11
#endif //
NAPI_VERSION
>= 4
13
#if
NAPI_VERSION
>= 4
23
#endif //
NAPI_VERSION
>= 4
30
#if
NAPI_VERSION
>= 4
35
#endif //
NAPI_VERSION
>= 4
44
#if
NAPI_VERSION
>= 8
48
#endif //
NAPI_VERSION
>= 8
H
A
D
jsvm_node_api.h
70
return
NAPI_VERSION
; \
168
#if
NAPI_VERSION
>= 2
174
#endif //
NAPI_VERSION
>= 2
176
#if
NAPI_VERSION
>= 3
196
#endif //
NAPI_VERSION
>= 3
198
#if
NAPI_VERSION
>= 4
236
#endif //
NAPI_VERSION
>= 4
238
#if
NAPI_VERSION
>= 8
249
#endif //
NAPI_VERSION
>= 8
251
#if
NAPI_VERSION
>
[all...]
H
A
D
js_native_api_types.h
34
#if
NAPI_VERSION
>= 8
42
#endif //
NAPI_VERSION
>= 8
135
#if
NAPI_VERSION
>= 6
154
#endif //
NAPI_VERSION
>= 6
156
#if
NAPI_VERSION
>= 8
161
#endif //
NAPI_VERSION
>= 8
H
A
D
node_api.h
181
#if
NAPI_VERSION
>= 2
187
#endif //
NAPI_VERSION
>= 2
189
#if
NAPI_VERSION
>= 3
209
#endif //
NAPI_VERSION
>= 3
211
#if
NAPI_VERSION
>= 4
251
#endif //
NAPI_VERSION
>= 4
253
#if
NAPI_VERSION
>= 8
264
#endif //
NAPI_VERSION
>= 8
H
A
D
js_native_api.h
10
#ifndef
NAPI_VERSION
12
#define
NAPI_VERSION
NAPI_VERSION_EXPERIMENTAL
macro
15
// The
NAPI_VERSION
controls which version will be used by default when
18
// LTS versions, they can set
NAPI_VERSION
knowing that they have specifically
20
#define
NAPI_VERSION
8
macro
460
#if
NAPI_VERSION
>= 5
483
#endif //
NAPI_VERSION
>= 5
485
#if
NAPI_VERSION
>= 6
530
#endif //
NAPI_VERSION
>= 6
532
#if
NAPI_VERSION
>
[all...]
H
A
D
node_version.h
94
// The
NAPI_VERSION
provided by this version of the runtime. This is the version
96
#define
NAPI_VERSION
9
macro
98
// Node API modules use
NAPI_VERSION
8 by default if it is not explicitly
H
A
D
node_metadata.cc
85
napi = NODE_STRINGIFY(
NAPI_VERSION
);
in Versions()
H
A
D
node_api.cc
164
errorMessage += NODE_STRINGIFY(
NAPI_VERSION
) " add-ons.";
in ThrowNodeApiVersionError()
176
} else if (module_api_version >
NAPI_VERSION
&&
in NewEnv()
677
NAPI_VERSION
== 9,
in get_node_api_context_register_func()
H
A
D
js_native_api_v8.cc
4547
*result =
NAPI_VERSION
;
/third_party/node/test/cctest/
H
A
D
test_node_api.cc
38
exports_obj, module_obj, env->context(), init,
NAPI_VERSION
);
in TEST_F()
H
A
D
test_linked_binding.cc
1
// Include node.h first to define
NAPI_VERSION
built with the
142
NAPI_VERSION
);
in TEST_F()
315
NAPI_VERSION
);
in TEST_F()
/third_party/node/test/node-api/test_general/
H
A
D
test_general.c
1
#define
NAPI_VERSION
9
macro
/third_party/node/test/js-native-api/test_properties/
H
A
D
test_properties.c
1
#define
NAPI_VERSION
9
macro
/third_party/node/test/js-native-api/test_error/
H
A
D
test_error.c
1
#define
NAPI_VERSION
9
macro
/third_party/node/test/js-native-api/test_reference/
H
A
D
test_reference.c
1
#define
NAPI_VERSION
9
macro
Completed in 15 milliseconds