Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h77 class TSManager; variable
Decma_context.h58 class TSManager; variable
Dobject_factory.h637 friend class TSManager; variable
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp27 TSManager::TSManager(EcmaVM *vm) : vm_(vm), thread_(vm_->GetJSThread()), factory_(vm_->GetFactory()… in TSManager() function in panda::ecmascript::TSManager