Home
last modified time | relevance | path

Searched defs:SetWeak (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/jsvm/src/
Djsvm_reference.cpp115 void UserReference::SetWeak() in SetWeak() function in v8impl::UserReference
247 inline void RuntimeReference::SetWeak(bool needSecondPass) in SetWeak() function in v8impl::RuntimeReference
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h549 void CopyableGlobal<T>::SetWeak() in SetWeak() function
587 void Global<T>::SetWeak() in SetWeak() function
/arkcompiler/ets_runtime/ecmascript/
Decma_global_storage.h75 void SetWeak(bool isWeak) in SetWeak() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5665 uintptr_t JSNApi::SetWeak(const EcmaVM *vm, uintptr_t localAddress) in SetWeak() function in panda::JSNApi