MCPcopy Create free account
hub / github.com/NativeScript/android / Global

Method Global

test-app/runtime/src/main/cpp/include/v8-persistent-handle.h:562–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560
561template <class T>
562Global<T>::Global(Global&& other) : PersistentBase<T>(other.val_) {
563 if (other.val_ != nullptr) {
564 api_internal::MoveGlobalReference(
565 reinterpret_cast<internal::Address**>(&other.val_),
566 reinterpret_cast<internal::Address**>(&this->val_));
567 other.val_ = nullptr;
568 }
569}
570
571template <class T>
572template <class S>

Callers 15

TryCallGCMethod · 0.45
PrepareV8RuntimeMethod · 0.45
PumpTimerLoopCallbackMethod · 0.45
InitMethod · 0.45
LoadMethod · 0.45
LoadModuleMethod · 0.45
ResolveModuleCallbackFunction · 0.45
CallJsFuncWithErrMethod · 0.45

Calls

no outgoing calls

Tested by 2

registerModulesMethod · 0.36