Lines Matching defs:thread
46 JSThread *thread = vm->GetJSThread();
47 ObjectFactory *factory = thread->GetEcmaVM()->GetFactory();
48 auto globalEnv = thread->GetEcmaVM()->GetGlobalEnv();
85 JSThread *thread = vm->GetJSThread();
86 ObjectFactory *factory = thread->GetEcmaVM()->GetFactory();
87 JSHandle<GlobalEnv> globalEnv = thread->GetEcmaVM()->GetGlobalEnv();
91 jSRegExp->SetByteCodeBuffer(thread, JSTaggedValue::Undefined());
92 jSRegExp->SetOriginalSource(thread, JSTaggedValue::Undefined());
93 jSRegExp->SetGroupName(thread, JSTaggedValue::Undefined());
94 jSRegExp->SetOriginalFlags(thread, JSTaggedValue(0));
114 JSThread *thread = vm->GetJSThread();
115 ObjectFactory *factory = thread->GetEcmaVM()->GetFactory();
116 JSHandle<GlobalEnv> env = thread->GetEcmaVM()->GetGlobalEnv();
120 JSHandle<LinkedHashSet> hashSet = LinkedHashSet::Create(thread);
121 set->SetLinkedSet(thread, hashSet);
140 JSThread *thread = vm->GetJSThread();
141 ObjectFactory *factory = thread->GetEcmaVM()->GetFactory();
142 auto globalEnv = thread->GetEcmaVM()->GetGlobalEnv();
146 JSHandle<TaggedTreeMap> treeMap(thread, TaggedTreeMap::Create(thread));
147 jsTreeMap->SetTreeMap(thread, treeMap);
165 JSThread *thread = vm->GetJSThread();
166 ObjectFactory *factory = thread->GetEcmaVM()->GetFactory();
167 auto globalEnv = thread->GetEcmaVM()->GetGlobalEnv();
171 JSHandle<TaggedTreeSet> treeSet(thread, TaggedTreeSet::Create(thread));
172 jsTreeSet->SetTreeSet(thread, treeSet);