Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_context.h291 void SetHandleScopeStorageNext(JSTaggedType *value) in SetHandleScopeStorageNext() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1036 context->SetHandleScopeStorageNext(static_cast<JSTaggedType *>(prevNext_)); in ~LocalScope()