Home
last modified time | relevance | path

Searched defs:JSThread (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dregexp_cached_chunk.cpp22 RegExpCachedChunk::RegExpCachedChunk(JSThread *JSThread) : jsThread_(JSThread) in RegExpCachedChunk() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.cpp107 JSThread::JSThread(EcmaVM *vm) : id_(os::thread::GetCurrentThreadId()), vm_(vm) JSThread() function in panda::ecmascript::JSThread
135 JSThread::JSThread(EcmaVM *vm, ThreadType threadType) : id_(os::thread::GetCurrentThreadId()), JSThread() function in panda::ecmascript::JSThread
144 JSThread::JSThread(ThreadType threadType) : threadType_(threadType) JSThread() function in panda::ecmascript::JSThread
[all...]
H A Djs_thread.h130 class JSThread { class
[all...]

Completed in 4 milliseconds