Home
last modified time | relevance | path

Searched refs:api_internal (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8-persistent-handle.h28 namespace api_internal { namespace
40 } // namespace api_internal
67 api_internal::Eternalize(isolate, *handle.template UnsafeAs<Value>()); in Set()
71 namespace api_internal { namespace
75 } // namespace api_internal
443 return api_internal::GlobalizeReference( in New()
454 this->slot() = api_internal::CopyGlobalReference(that.slot()); in Copy()
468 api_internal::DisposeGlobal(this->slot()); in Reset()
509 api_internal::MakeWeak(this->slot(), parameter, in SetWeak()
518 api_internal in SetWeak()
[all...]
H A Dv8-maybe.h16 namespace api_internal { namespace
19 } // namespace api_internal
47 if (V8_UNLIKELY(!IsJust())) api_internal::FromJustIsNothing(); in Check()
64 if (V8_UNLIKELY(!IsJust())) api_internal::FromJustIsNothing(); in FromJust()
73 if (V8_UNLIKELY(!IsJust())) api_internal::FromJustIsNothing(); in FromJust()
H A Dv8-weak-callback-info.h14 namespace api_internal { namespace
16 } // namespace api_internal
72 api_internal::InternalFieldOutOfBounds(index); in GetInternalField()
H A Dv8-local-handle.h73 namespace api_internal { namespace
76 } // namespace api_internal
440 if (V8_UNLIKELY(IsEmpty())) api_internal::ToLocalEmpty(); in ToLocalChecked()
/third_party/node/deps/v8/include/
H A Dv8-persistent-handle.h28 namespace api_internal { namespace
40 } // namespace api_internal
67 api_internal::Eternalize(isolate, reinterpret_cast<Value*>(*handle))); in Set()
74 namespace api_internal { namespace
78 } // namespace api_internal
451 return reinterpret_cast<T*>(api_internal::GlobalizeReference( in New()
462 this->val_ = reinterpret_cast<T*>(api_internal::CopyGlobalReference(p)); in Copy()
477 api_internal::DisposeGlobal(reinterpret_cast<internal::Address*>(this->val_)); in Reset()
518 api_internal::MakeWeak(reinterpret_cast<internal::Address*>(this->val_), in SetWeak()
527 api_internal in SetWeak()
[all...]
H A Dv8-maybe.h13 namespace api_internal { namespace
16 } // namespace api_internal
44 if (V8_UNLIKELY(!IsJust())) api_internal::FromJustIsNothing(); in Check()
61 if (V8_UNLIKELY(!IsJust())) api_internal::FromJustIsNothing(); in FromJust()
H A Dv8-weak-callback-info.h14 namespace api_internal { namespace
16 } // namespace api_internal
79 api_internal::InternalFieldOutOfBounds(index); in GetInternalField()
H A Dv8-local-handle.h58 namespace api_internal { namespace
61 } // namespace api_internal
370 if (V8_UNLIKELY(val_ == nullptr)) api_internal::ToLocalEmpty(); in ToLocalChecked()
/third_party/node/deps/v8/src/api/
H A Dapi.cc846 namespace api_internal { namespace
913 } // namespace api_internal

Completed in 27 milliseconds