Lines Matching refs:GetJSThread
48 …SourceTextModule::AddLocalExportEntry(vm->GetJSThread(), module, localExportEntry1, 0, ERROR_TYPE_… in IsModuleNamespaceObjectFuzztest()
50 …SourceTextModule::AddLocalExportEntry(vm->GetJSThread(), module, localExportEntry2, 1, ERROR_TYPE_… in IsModuleNamespaceObjectFuzztest()
51 JSHandle<TaggedArray> localExportEntries(vm->GetJSThread(), module->GetLocalExportEntries()); in IsModuleNamespaceObjectFuzztest()
54 module->SetEcmaModuleFilename(vm->GetJSThread(), moduleFilename); in IsModuleNamespaceObjectFuzztest()
55 ModuleManager *moduleManager = vm->GetJSThread()->GetCurrentEcmaContext()->GetModuleManager(); in IsModuleNamespaceObjectFuzztest()
57 JSHandle<ModuleNamespace> np = ModuleNamespace::ModuleNamespaceCreate(vm->GetJSThread(), in IsModuleNamespaceObjectFuzztest()
75 auto thread = vm->GetJSThread(); in IsProxyFuzztest()
97 auto thread = vm->GetJSThread(); in IsJSCollatorFuzztest()
121 auto thread = vm->GetJSThread(); in IsJSPluralRulesFuzztest()
175 auto thread = vm->GetJSThread(); in IsJSPrimitiveRefFuzztest()
195 auto thread = vm->GetJSThread(); in IsDequeFuzztest()
213 auto thread = vm->GetJSThread(); in CreateJSValueRef()