Home
last modified time | relevance | path

Searched refs:GetGlobalHandleAddr (Results 1 – 2 of 2) sorted by relevance

/ark/js_runtime/ecmascript/napi/include/
Djsnapi.h930 static uintptr_t GetGlobalHandleAddr(const EcmaVM *vm, uintptr_t localAddress);
948 address_ = JSNApi::GetGlobalHandleAddr(vm_, reinterpret_cast<uintptr_t>(*current)); in Global()
957 address_ = JSNApi::GetGlobalHandleAddr(vm_, reinterpret_cast<uintptr_t>(*current)); in Global()
/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp336 uintptr_t JSNApi::GetGlobalHandleAddr(const EcmaVM *vm, uintptr_t localAddress) in GetGlobalHandleAddr() function in panda::JSNApi