Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_global_storage.h80 bool IsUsing() const in IsUsing() function
438 if (!node->IsUsing()) { in DisposeGlobalHandle()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3586 if (addr == 0 || !reinterpret_cast<ecmascript::Node *>(addr)->IsUsing()) { in DisposeGlobalHandleAddr()