Home
last modified time | relevance | path

Searched refs:EcmaGlobalStorage (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Decma_global_storage.h393 class EcmaGlobalStorage { class
397 EcmaGlobalStorage(JSThread *thread, NativeAreaAllocator *allocator) in EcmaGlobalStorage() function in panda::ecmascript::EcmaGlobalStorage
404 ~EcmaGlobalStorage() in ~EcmaGlobalStorage()
505 NO_COPY_SEMANTIC(EcmaGlobalStorage);
506 NO_MOVE_SEMANTIC(EcmaGlobalStorage);
H A Djs_thread.h50 class EcmaGlobalStorage;
1572 EcmaGlobalStorage<Node> *globalStorage_ {nullptr};
1573 EcmaGlobalStorage<DebugNode> *globalDebugStorage_ {nullptr};
H A Djs_thread.cpp111 globalStorage_ = chunk->New<EcmaGlobalStorage<Node>>(this, vm->GetNativeAreaAllocator()); in JSThread()
121 globalDebugStorage_ = chunk->New<EcmaGlobalStorage<DebugNode>>(this, vm->GetNativeAreaAllocator()); in JSThread()

Completed in 5 milliseconds