Searched defs:JSThread (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ | ||
H A D | regexp_cached_chunk.cpp | 22 RegExpCachedChunk::RegExpCachedChunk(JSThread *JSThread) : jsThread_(JSThread) in RegExpCachedChunk() argument |
/arkcompiler/ets_runtime/ecmascript/ | ||
H A D | js_thread.cpp | 107 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 D | js_thread.h | 130 class JSThread { class [all...] |
Completed in 4 milliseconds