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:Eternal
(Results
1 - 13
of
13
) sorted by relevance
/third_party/node/src/quic/
H
A
D
bindingdata.h
178
#define V(name, _) mutable v8::
Eternal
<v8::String> name##_string_;
182
#define V(name, _) mutable v8::
Eternal
<v8::String> on_##name##_string_;
/third_party/node/deps/v8/src/wasm/
H
A
D
c-api.h
55
v8::
Eternal
<v8::Context> context_;
H
A
D
c-api.cc
509
store->context_ = v8::
Eternal
<v8::Context>(isolate, context);
/third_party/node/deps/v8/include/v8-include/
H
A
D
v8-persistent-handle.h
43
*
Eternal
handles are set-once handles that live for the lifetime of the
47
class
Eternal
: public IndirectHandleBase {
class
49
V8_INLINE
Eternal
() = default;
52
V8_INLINE
Eternal
(Isolate* isolate, Local<S> handle) {
in Eternal()
function in v8::Eternal
H
A
D
v8-local-handle.h
24
class
Eternal
;
340
friend class
Eternal
;
/third_party/node/deps/v8/include/
H
A
D
v8-persistent-handle.h
43
*
Eternal
handles are set-once handles that live for the lifetime of the
47
class
Eternal
{
class
49
V8_INLINE
Eternal
() : val_(nullptr) {}
in Eternal()
function in v8::Eternal
51
V8_INLINE
Eternal
(Isolate* isolate, Local<S> handle) : val_(nullptr) {
in Eternal()
function in v8::Eternal
H
A
D
v8-local-handle.h
22
class
Eternal
;
278
friend class
Eternal
;
/third_party/node/src/
H
A
D
memory_tracker.h
211
const v8::
Eternal
<T>& value,
H
A
D
node_http_common-inl.h
162
v8::
Eternal
<v8::String> eternal = static_str_map[header_name];
in GetName()
H
A
D
env.h
169
std::unordered_map<const char*, v8::
Eternal
<v8::String>> static_str_map;
187
v8::
Eternal
<TypeName> PropertyName ## _;
200
std::array<v8::
Eternal
<v8::String>, AsyncWrap::PROVIDERS_LENGTH>
H
A
D
memory_tracker-inl.h
215
const v8::
Eternal
<T>& value,
in TrackField()
H
A
D
node_http_common.h
415
v8::
Eternal
<v8::String>& eternal = static_str_map[header_name];
in New()
H
A
D
js_native_api_v8.cc
160
v8::
Eternal
<v8::Private> jsvm_type_tag_key;
161
v8::
Eternal
<v8::Private> jsvm_wrapper_key;
Completed in 23 milliseconds