Lines Matching defs:global
304 JSHandle<JSTaggedValue> global = GlobalEnv::Cast(globalEnv_.GetTaggedObject())->GetJSGlobalObject();
314 global = undefined;
338 CJSExecution(func, global, jsPandaFile, entryPoint);
342 result = InvokeEcmaAotEntrypoint(func, global, jsPandaFile, entryPoint);
346 result = JSFunction::InvokeOptimizedEntrypoint(thread_, func, global, nullptr);
350 EcmaInterpreter::NewRuntimeCallInfo(thread_, JSHandle<JSTaggedValue>(func), global, undefined, 0);
355 EcmaInterpreter::NewRuntimeCallInfo(thread_, JSHandle<JSTaggedValue>(func), global, undefined, 0);
837 void EcmaContext::SetGlobalEnv(GlobalEnv *global)
840 // If the target context is not fully initialized, the variable "global" will be nullptr.
841 if (global != nullptr) {
842 globalEnv_ = JSTaggedValue(global);
919 // visit global Constant