Home
last modified time | relevance | path

Searched defs:MaybeLocal (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-local-handle.h27 class MaybeLocal; variable
286 friend class MaybeLocal; variable
347 V8_INLINE MaybeLocal() : val_(nullptr) {} in MaybeLocal() function
349 V8_INLINE MaybeLocal(Local<S> that) : val_(reinterpret_cast<T*>(*that)) { in MaybeLocal() function
/third_party/node/src/
DREADME.md633 ##### MaybeLocal l4subsection