Lines Matching defs:thread
25 JSThread *thread = argv->GetThread();
26 BUILTINS_API_TRACE(thread, CjsModule, CjsModuleConstructor);
27 [[maybe_unused]] EcmaHandleScope scope(thread);
36 JSThread *thread = msg->GetThread();
37 BUILTINS_API_TRACE(thread, CjsModule, Compiler);
38 [[maybe_unused]] EcmaHandleScope handleScope(thread);
45 JSThread *thread = msg->GetThread();
46 BUILTINS_API_TRACE(thread, CjsModule, Load);
47 [[maybe_unused]] EcmaHandleScope handleScope(thread);
54 JSThread *thread = argv->GetThread();
55 BUILTINS_API_TRACE(thread, CjsModule, ResolveFilename);
56 [[maybe_unused]] EcmaHandleScope handleScope(thread);
61 const JSPandaFile *jsPandaFile = EcmaInterpreter::GetNativeCallPandafile(thread);
70 CString filename = ResolveFilenameFromNative(thread, dirname, requestNameStr);
71 ObjectFactory *factory = thread->GetEcmaVM()->GetFactory();
79 JSThread *thread = msg->GetThread();
80 BUILTINS_API_TRACE(thread, CjsModule, Require);
81 [[maybe_unused]] EcmaHandleScope handleScope(thread);
88 JSThread *thread = msg->GetThread();
89 BUILTINS_API_TRACE(thread, CjsModule, GetExportsForCircularRequire);
90 [[maybe_unused]] EcmaHandleScope handleScope(thread);
97 JSThread *thread = msg->GetThread();
98 BUILTINS_API_TRACE(thread, CjsModule, UpdateChildren);
99 [[maybe_unused]] EcmaHandleScope handleScope(thread);